55 reusable Claude Code skills with eval coverage across 46 skills. Each skill is a focused workflow you can invoke with /skill-name in any Claude Code session.

What Are Skills?

Skills are Claude Code plugins that provide specialized capabilities. They're stored in skills/golem-powers/ and can be installed into any project. Each skill has a trigger (slash command), a description, and focused instructions for a specific workflow.

Skill Categories

Note: the live, always-current skills inventory is the auto-generated /golems/skills page; this table is a curated overview.

Development

SkillCommandWhat It Does
Commit/commitCodeRabbit review + conventional commit
PR Loop/pr-loopFull PR loop — branch, test, commit, push, PR, review, fix, merge
Worktrees/worktreesGit worktree management (create, switch, cleanup)
Test Plan/test-planGenerate test plan from requirements
Large Plan/large-planMulti-phase plan scaffolding and execution
Code Review/code-reviewDispatch reviewers, read feedback, implement fixes
GitHub/githubGit ops, PRs, issues via gh CLI
Ralph Commit/ralph-commitAtomic commit with story validation

Operations

SkillCommandWhat It Does
Railway/railwayDeploy, logs, restart, env vars for cloud worker
1Password/1passwordSecret management, env migration, vault ops
Convex/convexSchema, deploy, data import/export, troubleshooting
Ecosystem Health/ecosystem-healthMCP connections, BrainLayer stats, skill evals, friction scans
Context Check/context-checkAudit per-project AI context hygiene, report wasted tokens
Maintenance/maintenanceSystem maintenance and cleanup workflows

Content

SkillCommandWhat It Does
Content/contentMulti-platform content creation and publishing
Nightly Docs Update/nightly-docs-updateAutomated documentation updates
YouTube Pipeline/youtube-pipelineYouTube content processing pipeline
Video Extract/video-extractExtract gems from YouTube or process QA recordings — two workflows, one entry point

Research & Context

SkillCommandWhat It Does
Research/researchDeep web research orchestrator — routes to best backend
Context7/context7Library documentation lookup
GitHub Research/github-researchExplore and document repositories
CLI Agents/cli-agentsRun Gemini, Cursor, Codex, Kiro for research
Claude Web Research/claude-web-researchSelf-contained research prompts for Claude Web
Catchup/catchupAuto-depth context recovery (short break vs long break)

Quality

SkillCommandWhat It Does
CodeRabbit/coderabbitAI code review with multiple workflows
QA Video/qa-videoVideo-based QA pipeline — screen recording processed into structured findings
Critique Waves/critique-wavesParallel verification agents for consensus
Never Fabricate/never-fabricateMandatory verification before reporting on file contents or results
Phoenix Human View/phoenix-human-viewThe human-eval UX contract for Phoenix grading views — replay-not-scorecard, frozen suites, mobile-first (eval: 45.8% → 100%)

Domain

SkillCommandWhat It Does
Email Golem/email-golemEmail status, manual triage, recent scores
Nightly Journal/nightly-journalEnd-of-day sweep — comms, client activity, diary
Obsidian/obsidianSearch, read, write Obsidian vault notes
Voice Sessions/voice-sessionsVoice I/O workflows via VoiceLayer

Orchestration

SkillCommandWhat It Does
Orc/orcMulti-agent sprint orchestration, cross-repo coordination
Orchestrator Status/orchestrator-statusEcosystem-wide status and orientation
cmux Agents/cmux-agentsSpawn AI agents in cmux panes — Claude, Cursor, Gemini, Codex, Kiro
cmux/cmuxControl cmux panes, splits, browser, sidebar, agent-to-agent messaging
Cursor Multitask/cursor-multitaskRoute fan-out/parallel work to the right engine — Cursor /multitask, headless fan-out, Workflow tool, or cmux fleet (eval: 78.6% → 100%)
Fleet Wrap/fleet-wrapQuiet-down protocol at sprint close — zero polling crons, one final dashboard + message, then silent (eval: 60% → 100%)

Project Management

SkillCommandWhat It Does
PRD/prdGenerate Product Requirement Documents
Archive/archiveArchive completed PRD stories
Writing Skills/writing-skillsCreate and validate new golem-powers skills
Skills/skillsList and discover installed skills

Browser & Presentation

SkillCommandWhat It Does
Brave/braveBrave browser management (navigation, inspection, debugging)
Presentation Builder/presentation-builderGenerate slide decks from content
Video Showcase/video-showcaseCreate video showcases of features

Using Skills

In any Claude Code session with golem-powers installed:

/commit              # Invoke the commit skill
/railway logs        # Check Railway deployment logs

Adapter Layer

Skills are AI-agnostic — each skill can include adapters for different AI CLI tools:

CLIAdapter
Claude Codeadapters/claude.md
Cursoradapters/cursor.md
Gemini CLIadapters/gemini.md
Codex CLIadapters/codex.md
Kiroadapters/kiro.md

Installing Skills

Skills are available as a Claude Code plugin:

# From your project directory
claude --plugin-dir ~/Gits/golems/skills/golem-powers

Or symlink into your project's .claude/commands/ directory for per-project access.

Eval Coverage

46 of 55 skills have eval suites with structured assertions. Evals verify that skills trigger correctly and produce the expected behavior — and that they beat baseline: recent A/B-evaled skills include /cursor-multitask (baseline 78.6% → with-skill 100%), /fleet-wrap (60% → 100%), and /phoenix-human-view (45.8% → 100%), with raw scoring committed in each skill's evals/results/. See individual skill pages for eval details.

Recent Skill Updates (2026-05-17)

Friction-reduction sprint Phase 5 — seven skill PRs merged in one night, each backed by measured signals (not hypothesis).

  • /large-plan Phase N+1 — every plan producing code or config now requires a separate evaluator subagent (≥8/10 or ITERATE). Self-audit explicitly does not satisfy /goal. Closes the "self-grade as evaluator" loophole observed in 4 of 4 /goal outputs the night of 2026-05-17. PR #407.
  • /orc C4 parallel-by-default + /agent-routing auto-dispatch triggers — batch reads ≥3, transcription ≥2, or web research ≥1 now fan out parallel sub-agents in the same turn, no permission ask. Live eval flipped Agent calls from 0 → 4 across both orc and coach launcher matrices. PR #405.
  • /cmux-agents envelope-vs-delivery pairing — any [FROM=X TO=Y TYPE=Z] envelope in the author's pane must be paired with send_to_agent in the same turn. Field evidence: 64 orphan envelopes in one Codex session. Also adds auto-workspace-categorization for new_split panes. PR #409.
  • /session-handoff inherited-citation suspect rule — after consuming a handoff doc or resuming post-compaction, all inherited file:line citations are SUSPECT until re-Read. Fabricated cites get logged with compaction-fabrication tag. Defense-in-depth against post-compaction pattern-completion fabrication. PR #410.
  • /presentation-builder standing-preference inline (canonical in /coach) — repeated stylistic asks (≥2 in a session) like "less terms, more visuals" become STANDING for the rest of the session. Self-prompt + self-check before every deliverable. Slide-deck eval: 9 correction turns → 2, slide 2 word count 377 → 17. PR #404.
  • Hyphen-aware launchers in ralph #7skill-creatorClaude, maakaf-homeClaude, 6pm-miniClaude and friends now resolve, so mcp__cmux__spawn_agent({repo:"skill-creator"}) works.

Source

skills/golem-powers/