From crunes-aci
Use when orienting yourself in a crunes project — which skill to invoke for a task, how to inspect a rune's API before calling it, how to query utils.* function docs, how to verify the environment is working, or when you're stuck and need to know where to look.
How this skill is triggered — by the user, by Claude, or both
Slash command
/crunes-aci:crunes-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **To see what runes exist or fetch/consume rune output**: Use the `crunes-use-rune` skill.
crunes-use-rune skill.crunes-write-rune skill.crunes-use-plugin skill.crunes-write-plugin skill.crunes -p docs rune <key> # arg schema + examples (includes file path for local runes)
crunes -p docs rune <key> <key2> # multiple runes
crunes -p docs run # how the run(args) export works and what args contains
crunes -p docs args # how to declare the args(builder) export
crunes -p docs repl # repl lifecycle: repl, inputRepl, bannerRepl, commandsRepl, etc.
crunes -p docs args-repl # how to declare the argsRepl(builder) export
crunes -p docs utils # list all namespaces with one-line descriptions
crunes -p docs utils <ns> # full function signatures for one namespace
crunes -p docs utils <ns1> <ns2> # multiple namespaces
Available namespaces: archive cache codec crypto env fs help http json md rune section shell sqlite time tree vars ws xml yaml
crunes -p doctor # checks Node version, config presence, plugin registry integrity
Available on every crunes command:
-p, --plain: Plain output: no ANSI colors, box-drawing characters, or fancy symbols (optimized for AI/pipe use).-y, --yes: Assume yes to all prompts and skip interactive mode (also auto-detected in non-TTY environments).--cwd <path>: Project root to use instead of the current working directory.--verbose: Print full error stack traces and other verbose output.crunes -p list.crunes -p run <key> to see raw output, or run crunes -p docs rune <key> to inspect its args schema.crunes -p doctor.crunes -p docs rune <key>.-p global flag (e.g. crunes -p run <key>).utils.ws or utils.fs (etc.) functions look like: Run crunes -p docs utils <namespace> (e.g. crunes -p docs utils ws).crunes -p docs repl.npx claudepluginhub darkrymit/crunes-aci --plugin crunes-aciCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.