Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
project-retrospective
belumume/claude-skills 44
-
docx-advanced-patterns
Advanced python-docx patterns for handling nested tables, complex cell structures, and content extraction beyond basic .text property. Complements the official docx skill with specialized techniques for forms, checklists, and complex layouts.
belumume/claude-skills 44
-
obsidian-study-vault-builder
Build comprehensive, mobile-compatible Obsidian study vaults from academic course materials with checkpoint-based workflow, error pattern recognition, and quality assurance. Battle-tested patterns from 828KB/37-file projects. Works across all subjects - CS, medicine, business, self-study.
belumume/claude-skills 44
-
rlm-orchestrator
Implement RLM-style (Recursive Language Model) orchestration for complex tasks. This skill should be used when facing large context requirements, multi-part tasks that would benefit from parallel execution, or when context rot is a concern. Automatically decomposes tasks, spawns parallel subagents, aggregates results, and iterates until completion. Inspired by the RLM research paper (arXiv:2512.24601).
belumume/claude-skills 44
-
deep-brainstorming
Use when brainstorming a product or feature where multiple valid technology choices exist and the wrong one is costly, when the user asks for 'objectively best' or 'highest quality', or when the domain has tools/frameworks where marketing or popularity biases could mislead research agents. Also use when starting architecture decisions, evaluating tech stacks, or when the user mentions bias, vendor lock-in, hallucinated benchmarks, or wants research-backed decisions rather than default recommendations.
belumume/claude-skills 44
-
pdf-handling
Extract PDFs to text and images before reading
belumume/claude-skills 44
-
rtl-document-translation
Translate DOCX to RTL languages (Arabic, Hebrew, Urdu) preserving exact formatting, tables, colors, layouts. Handles quote normalization and multi-pass matching.
belumume/claude-skills 44
-
document-quality-standards
Use when creating or editing documents (DOCX, PDF, XLSX, PPTX) that need professional output. Adds visual verification, typography hygiene, and formula patterns.
belumume/claude-skills 44
-
docx-advanced-patterns
Advanced python-docx patterns for nested tables, complex cells, and content extraction beyond .text property. Techniques for forms, checklists, and complex layouts.
belumume/claude-skills 44
-
docx-template-filling
Fill DOCX template forms preserving 100% original structure - logos, footers, styles, metadata. Zero-artifact insertion. Output indistinguishable from manual entry.
belumume/claude-skills 44
-
obsidian-study-vault-builder
Build mobile-compatible Obsidian study vaults from academic materials with checkpoint workflow and QA. Battle-tested on 800KB+ projects. Works across CS, medicine, business.
belumume/claude-skills 44
-
galahad
How to approach tests, types, lints, and coverage
AD-SDL/MADSci 51
-
code-ratchets
Implement code quality ratchets to prevent proliferation of deprecated patterns. Use when (1) migrating away from legacy code patterns, (2) enforcing gradual codebase improvements, (3) preventing copy-paste proliferation of deprecated practices, or (4) setting up pre-commit hooks to count and limit specific code patterns. A ratchet fails if pattern count exceeds OR falls below expected—ensuring patterns never increase and prompting updates when they decrease.
AD-SDL/MADSci 51
-
project-setup
Set up new Claude Code projects with CLAUDE.md, slash commands, and proper structure
fltman/project-scaffolder 83
-
swarm
Orchestrate parallel Claude Code worker swarms with protocol-based behavioral governance. Use for complex features, large refactors, or multi-step tasks. Supports behavioral constraints, parallel workers, and persistent state across context compactions.
cj-vana/claude-swarm 85
-
syncing-codex-harness
Sync Claude Code harness to Codex CLI via sync.sh.
Trigger: 'codex sync', 'codex 동기화', '하네스 동기화', 'sync.sh'.
NOT for codex exec (use using-codex-exec).
greenheadHQ/nixos-config 1
-
using-claude-p
Use Claude Code non-interactive (-p/--print) mode for scripting, automation, and headless
execution. Trigger: '''claude -p''', '''비대화형 claude''', '''headless claude''', '''스크립트에서 claude'''. Covers: CLI flag usage and gotchas (--output-format, --allowedTools, --resume,
--dangerously-skip-permissions), JSON output parsing, session chaining, saving results to files,
SSH remote execution of claude, harness self-testing (T1~T8), and known flag interaction bugs. Use
when users want to run claude programmatically, pipe output, parse results, automate workflows,
troubleshoot CLI flag behavior, or execute claude on remote machines. NOT for Codex CLI (use
using-codex-exec). NOT for interactive TUI usage.
greenheadHQ/nixos-config 1
-
set-icons
Set session status bar icons (Jira, Slack, Figma, Memo).
Trigger: '상태바 아이콘', 'jira 링크', 'slack 링크', 'figma 링크', '아이콘 설정', '링크 변경'.
greenheadHQ/nixos-config 1
-
write-handoff
Write LLM migration guide comment on GitHub issue.
Trigger: 'LLM 이행', '이행 가이드', '인수인계', '세션 인수인계', 'write-handoff', 'handoff'.
NOT for PR 본문 (use create-pr). NOT for 이슈 생성 (use create-issue).
greenheadHQ/nixos-config 1
-
create-issue
Create a structured GitHub issue with auto-enriched labels.
Trigger: '이슈 등록', '이슈 만들어', 'todo 등록', '버그 등록', '이슈 추가'.
NOT for CIR/ADR (use documenting-intent). NOT for PR 본문 (use create-pr).
greenheadHQ/nixos-config 1
-
show-pains
Pain point 히스토리를 인터랙티브 HTML 대시보드로 시각화.
Trigger: '/show-pains', 'pain point 보여줘', 'pain 대시보드', 'pain 히스토리'.
greenheadHQ/nixos-config 1
-
create-pr
Create structured PR. Default: create new PR. Args: update (existing PR body).
Trigger: 'PR 만들어줘', 'PR 생성', 'PR 올려', 'create PR', 'PR 업데이트', 'Human Test'.
NOT for DA (use run-da). NOT for PR 코멘트 (use review-pr-feedback).
greenheadHQ/nixos-config 1
-
using-codex-exec
Run Codex CLI non-interactive (codex exec, codex review).
Trigger: 'codex exec', 'codex 실행', '비대화형 codex', 'codex review', '--yolo'.
NOT for harness 동기화 (use syncing-codex-harness). NOT for claude -p (use using-claude-p).
greenheadHQ/nixos-config 1
-
parallel-audit
Exhaustive side-effect/regression audit via parallel agents.
Trigger: '전수조사', '사이드이펙트 조사', '회귀 조사', '병렬 감사', '에이전트 N개 조사'.
NOT for DA (use run-da).
greenheadHQ/nixos-config 1