Skip to content

dehora/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

A collection of general-purpose Claude Code skills—.md prompt files with optional scripting support.

Structure

skills/
└── skills/             # User-invocable slash commands
    └── <skill-name>/
        ├── SKILL.md    # Entrypoint with YAML frontmatter
        ├── reference.md
        └── scripts/

Available skills

  • notesmd—Manage Obsidian vault notes via notesmd-cli.
  • todoist—Manage Todoist tasks via the official @doist/todoist-cli.
  • roborev—Run an on-demand code review via the local roborev daemon (against HEAD or --dirty) and surface structured findings inline. Read-only; never auto-fixes.
  • audit—Surface open roborev findings on the current branch and action them per the standing policy: auto-fix Critical+High, ask on Medium, skip Low/Info. Closes the manual filter loop between roborev and Claude.
  • ship—Commit and push staged work with a present-tense subject, Claude co-author trailer, GPG/SSH preflight, a guard against direct pushes to main/master, and a post-push roborev audit step (skip with --no-audit).
  • sync-skills—Reconcile ~/.claude/skills/ and ~/.claude/agents/ symlinks against the source repos. Reports missing, broken, and extra links; --fix applies.
  • new-skill—Scaffold a fresh SKILL.md (with reference.md and scripts/ stubs) under skills/<name>/. Checks for naming collisions against the built-in skill list before writing.
  • new-agent—Scaffold a carol-style persona file under agents/<name>.md and (by default) symlink it into ~/.claude/agents/ for use via /agent --name=<name>.

Installation

mkdir -p ~/.claude/skills
ln -s $(pwd)/skills/<skill-name> ~/.claude/skills/<skill-name>

Development

uv venv && source .venv/bin/activate
uv pip install -e ".[dev]"
uv run ruff check scripts/
uv run pytest

Related

For werk-series tooling—project scaffolding, lesson scaffolds, layer checks, reviewer agents, pre-commit hooks, and cron/launchd schedule recipes for modelwerk / policywerk / bayeswerk—see dehora/werk-kit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages