jaypokale/chisle

chisle-help

Quick-reference card for Chisle commands.

查看源码
仓库原始内容

按源仓库内容呈现,保留标题、案例、代码、表格、链接以及原文引用的演示图片。

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.

来自同一仓库

更多 Skills

全部 Skills
jaypokale
社区

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.

安装量
1
GitHub Stars
498
最近更新
9月22日
jaypokale
社区

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".

安装量
1
GitHub Stars
498
最近更新
9月22日
jaypokale
社区

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.

安装量
1
GitHub Stars
498
最近更新
9月22日