mcpbeat Sign in

Chisle Help Agent Skill

> Quick-reference card for Chisle commands. One-shot display, not a persistent mode. Use when the user says "chisle help", "how do I use chisle", "what chisle commands", or invokes /chisle-help.

275 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
429
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/JayPokale/Chisle --skill chisle-help

The instruction itself

5 sections, as written by the author

Chisle quick reference

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

Commands

| Command | Effect |

|---------|--------|

| /chisle | Activate |

| /chisle-audit [path] | Audit a diff/file/repo for both code bloat AND prose verbosity |

| /chisle-review | Review the current diff for over-engineering |

| stop chisle / normal mode | Deactivate |

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.

How to use it

Copy the folder

Take jaypokale/chisle-help from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.