Claude Cursor GitHub Copilot opencode Skill

chisle-help

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.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download jaypokale-chisle-skills_chisle-help-07c603b.zip · 0 KB
Part of jaypokale/chisle — 4 skills

Install

skills CLI npx skills add https://github.com/JayPokale/Chisle/tree/main/skills/chisle-help
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install jaypokale-chisle@llmmart
Git git clone https://github.com/JayPokale/Chisle.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole jaypokale/chisle collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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.

Files (chisle)
  • SKILL.md 1.1 KB
    ---
    name: chisle-help
    description: >
      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.
    ---
    
    # 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.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related