No description
Find a file
RedWizard 7d58b51bb9 Add tmux skill for background command execution
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>
2026-05-11 15:17:49 -04:00
skills Add tmux skill for background command execution 2026-05-11 15:17:49 -04:00
.gitignore Initial commit: add standard-ebooks skill 2026-04-27 15:22:55 -04:00
README.md Fix skills path in README usage example 2026-04-29 15:39:48 -04:00

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.