jaypokale/chisle

chisle-help

Quick-reference card for Chisle commands.

소스 보기
원본 Skill 문서

원본 저장소의 제목, 예시, 코드, 표, 링크, 이미지를 유지해 표시합니다.

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

모든 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일