jaypokale/chisle

chisle-help

Quick-reference card for Chisle commands.

Quelltext ansehen
Originales Skill-Dokument

Aus dem Quell-Repository gerendert; Überschriften, Beispiele, Code, Tabellen, Links und Bilder bleiben erhalten.

Chisle quick reference

What it is: maximum-efficiency dev mode. Zero-fluff prose + YAGNI-first code, always on together.

Commands

CommandEffect
/chisleActivate
/chisle-audit [path]Audit a diff/file/repo for both code bloat AND prose verbosity
/chisle-reviewReview the current diff for over-engineering
stop chisle / normal modeDeactivate

Natural language works: "activate chisle", "chisle mode", "chislify this".

The code ladder

YAGNI → reuse → stdlib → native → installed dep → one line → minimum code.

Statusline

[CHISLE] is shown while active. Configure via hooks/chisle-statusline.sh (or .ps1 on Windows).

Never minimal about

Input validation, error handling that prevents data loss, security, accessibility, anything you explicitly asked for.

aus demselben Repository

Weitere Skills

Alle Skills
jaypokale
Community

chisle

Maximum-efficiency dev mode. Terse, precise prose with zero fluff combined with YAGNI/ladder-first code decisions. One persona: the senior dev who deletes code for fun and bills by the syllable. Trigger: /chisle. Deactivate: "stop chisle" / "normal mode". Use when user says "chisle mode", "activate chisle", "chislify", "be efficient", "be minimal", "no fluff", "yagni", or invokes /chisle.

Installationen
1
GitHub Stars
498
Aktualisiert
22. Sept.
jaypokale
Community

chisle-audit

One-shot efficiency audit of a file, diff, or whole repo across BOTH axes at once: over-engineered code (reinvented stdlib, needless abstractions, speculative config) AND bloated prose (verbose comments, padded docstrings, redundant doc sections). Neither a pure code-minimizer nor a pure prose compressor does both in one pass. That's the point. Ranked report, biggest saving first; changes nothing. Use when the user says "chisle audit", "/chisle-audit", "audit this for bloat", "what can I cut", "review this PR for over-engineering and verbosity".

Installationen
1
GitHub Stars
498
Aktualisiert
22. Sept.
jaypokale
Community

chisle-review

Review a diff or file through the Chisle lens: flag over-engineering, speculative abstractions, reinvented stdlib, and verbose code that a lazier approach would shrink. One finding per line, no praise. Use when the user says "chisle review", "review this for bloat", or invokes /chisle-review.

Installationen
1
GitHub Stars
498
Aktualisiert
22. Sept.