Skip to content

JordanHood/claude-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Autonomous Skills

Four skills that turn Claude Code into an autonomous development system. Give it a goal, say "go", walk away. Come back to draft PRs.

The skills

Skill What it does Install
autonomous Orchestrates research, design, planning, parallel implementation, review, and PRs from a single prompt npx skills add JordanHood/claude-skills --skill autonomous
notify Desktop and mobile notifications for worker completion, errors, and review gates npx skills add JordanHood/claude-skills --skill notify
guardrails Safety hooks that protect against destructive operations in autonomous workers npx skills add JordanHood/claude-skills --skill guardrails
dispatch-dashboard Live browser dashboard for monitoring dispatch worker progress and status npx skills add JordanHood/claude-skills --skill dispatch-dashboard

How it looks

Watch the demo (79s)

> Build a real-time chat app with WebSocket rooms, JWT auth,
  Redis pub/sub, SQLite, Docker, and CI end to end

Pipeline: Real-Time Chat Application

  1. Research    (Dispatch, Sonnet)  -- best practices
  2. Brainstorm  (in-session, Opus)  -- architecture + spec review
  3. Plan        (in-session, Opus)  -- chunked with dependencies
  4. Implement   (Dispatch, Opus)    -- parallel workers in waves
  5. Review      (Dispatch, Sonnet)  -- code review, OWASP, test coverage
  6. Finish      (in-session)        -- draft PRs

  Want me to adjust anything before I start?

> go

  ... 55 minutes later ...

  88 tests | 86% coverage | 12 spec issues caught | 15 code issues fixed

How it works

Superpowers provides quality -- brainstorming, TDD, spec and code review loops. Dispatch provides parallelism -- fresh context windows per worker. Autonomous is the glue -- chains them together so you don't have to sit there manually triggering each phase.

Workers discover and use any installed skills at runtime. Install deep-research and they use Gemini. Install fastify-best-practices and they follow Fastify patterns. No configuration needed.

Quick start

# Install all four
npx skills add JordanHood/claude-skills --skill autonomous
npx skills add JordanHood/claude-skills --skill notify
npx skills add JordanHood/claude-skills --skill guardrails
npx skills add JordanHood/claude-skills --skill dispatch-dashboard

# Set up hooks (copy from guardrails/examples to ~/.claude/hooks/)
# Configure Dispatch aliases (see skills/autonomous/references/)
# Add CLAUDE.md routing rule (see skills/autonomous/README.md)

Each skill's README has detailed setup instructions.

Dependencies

Status

Work in progress. The core flow works and has been tested on multi-chunk projects with parallel dispatch, spec review loops, and code review with auto-fix. Rough edges are being smoothed out.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors