Skills Library

30+ reusable Claude Code 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
Create PR/create-prDraft PR with summary and test plan
Worktrees/worktreesGit worktree management (create, switch, cleanup)
Test Plan/test-planGenerate test plan from requirements
LSP/lspCode intelligence via Language Server Protocol
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
GitHub/githubIssues, PRs, checks, releases via gh CLI

Content

SkillCommandWhat It Does
LinkedIn Post/linkedin-postTopic discovery, drafting, scheduling, review
Content/contentMulti-platform content creation and publishing
Writing Skills/writing-skillsCreate and validate new skills

Research & Context

SkillCommandWhat It Does
Context7/context7Library documentation lookup
GitHub Research/github-researchExplore and document repositories
CLI Agents/cli-agentsRun Gemini, Cursor, Codex, Kiro for research
Zikaron/zikaronSearch past solutions and session context
Catchup/catchupFull branch context recovery
Catchup Recent/catchup-recentQuick context recovery

Quality

SkillCommandWhat It Does
CodeRabbit/coderabbitAI code review with multiple workflows
Critique Waves/critique-wavesParallel verification agents for consensus
PR Comments/pr-commentsFetch and display PR review comments
Learn Mistake/learn-mistakeRecord mistakes for nightly aggregation

Domain

SkillCommandWhat It Does
Interview Practice/interview-practice7-mode practice with Elo tracking
Email Golem/email-golemEmail status, manual triage, recent scores
Tax Helper/tax-helperTransaction categorization for Schedule C
Obsidian/obsidianSearch, read, write Obsidian vault notes

Project Management

SkillCommandWhat It Does
PRD/prdGenerate Product Requirement Documents
PRD Manager/prd-managerManage PRD stories and status
Large Plan/large-planMulti-phase plan scaffolding and execution
Archive/archiveArchive completed PRD stories
Project Context/project-contextAuto-detect and load project context

Browser & UI

SkillCommandWhat It Does
Brave/braveBrave browser management (navigation, inspection, debugging)
Ralph Install/ralph-installGuided installation wizard

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

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.

Source

skills/golem-powers/