No description
Covers session lifecycle, completion detection via watcher hook, orchestration patterns, safety guardrails, and token-efficient checking. 💘 Generated with Crush Assisted-by: Deepseek V4 Pro via Crush <crush@charm.land> |
||
|---|---|---|
| skills | ||
| .gitignore | ||
| README.md | ||
Custom Skills Repository
A collection of custom Crush/Claude Agent Skills.
Structure
skills/
skill-name/
SKILL.md # Skill instructions (loaded by AI agent)
references/ # Optional: supporting reference documents
Included Skills
- standard-ebooks — Complete ebook production workflow for Standard Ebooks (27-step guide, Manual of Style, how-tos)
Usage with Crush
Add to crush.json:
{
"options": {
"skills_paths": ["C:/crush-config/skills"]
}
}
This repo's crush.json already configures this path. The skills submodule should be checked out to C:/crush-config/skills via git clone --recurse-submodules.