55 reusable Claude Code skills with eval coverage across 40 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

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
LinkedIn Post/linkedin-postTopic discovery, drafting, scheduling, review
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

Domain

SkillCommandWhat It Does
Interview Practice/interview-practice7-mode practice with Elo tracking
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

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
/interview-practice  # Start interview practice
/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

40 of 55 skills have eval suites with structured assertions. Evals verify that skills trigger correctly and produce the expected behavior. See individual skill pages for eval details.

Source

skills/golem-powers/