Browse Skills

17720 skills found

tool-usage.md
0
1 export tool-usage
2 amattas from "amattas/agentic-coding"
3 Security tool command reference
2026-01-05
linear-operator.md
0
1 export linear-operator
2 alexisvincent from "alexisvincent/mia"
3 Operate Linear effectively for issue tracking, project management, and team coordination. Provides workflows for common operations using Linear MCP tools and references official documentation.
2026-01-05
sk.md
0
1 export sk
2 lambdamechanic from "lambdamechanic/skills"
3 How to use the repo-scoped sk CLI to manage Claude Skills in this codebase.
2026-01-05
catchup.md
0
1 export catchup
2 TakSung from "TakSung/python-katas"
3 Git 저장소의 변경사항을 추적하고 요약합니다. 미커밋 코드, 최근 커밋, 커밋 히스토리를 확인할 때 사용하세요. catchup, 변경사항, git diff, 커밋 히스토리, 작업 내용 파악 등의 키워드에 반응합니다.
2026-01-05
ln-400-story-pipeline.md
0
1 export ln-400-story-pipeline
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Orchestrates complete Story workflow from task planning to Done. Delegates to ln-300-task-coordinator, ln-310-story-validator, ln-410-story-executor for full automation.
2026-01-05
gh-issue-commenter.md
0
1 export gh-issue-commenter
2 u473t8 from "u473t8/learning-app"
3 Comment on GitHub issues using the gh CLI. Use when Codex needs to share an implementation plan, progress update, or blockers. Always read the issue body and comments for context, optionally read related issues, and only create or update Codex-owned comments.
2026-01-05
forensic-complexity-trends.md
0
1 export forensic-complexity-trends
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when monitoring code quality over time, measuring refactoring impact, tracking if complexity is improving or worsening, or validating technical debt work - tracks complexity metrics across git history identifying improving, stable, or deteriorating files
2026-01-05
task-decomposition.md
0
1 export task-decomposition
2 elevanaltd from "elevanaltd/hestai-core"
3 Task decomposition with integrated validation via Codex clink. Guides task-decomposer through BUILD-PLAN creation, mandatory validation gate, and fix loop. Use when creating build plans, decomposing blueprints into tasks, or validating task granularity. Triggers on build plan, task decomposition, B1 phase, decompose blueprint, atomic tasks.
2026-01-05
eld-sense-task-decomposition.md
0
1 export eld-sense-task-decomposition
2 CAPHTECH from "CAPHTECH/claude-marketplace"
3 PCE (Process-Context Engine) のタスク分解スキル。親→子→孫の入れ子構造でタスクを分解し、各プロセスへのコンテキスト継承を設計する。トリガー条件:- 大きなタスクを受け取った時- 「このタスクを分解して」- 「実装計画を立てて」- 「作業を整理して」- 複雑な機能の実装開始時
2026-01-05
tech-spike.md
0
1 export tech-spike
2 hyt-sasaki from "hyt-sasaki/ai-knowledge-promoter"
3 技術検証(Tech Spike)ワークフロー。ライブラリ選定やアーキテクチャ判断の前に最小限の実験コードで技術的妥当性を検証。使用タイミング:(1) 複数の技術選択肢がある場合(ライブラリA vs B)(2) 新しいライブラリ・技術の学習コストが高い場合(3) パフォーマンス・互換性の懸念がある場合(4) 既存システムとの統合リスクがある場合(5) 「技術検証」「ライブラリ調査」「スパイク」リクエスト使用しない場合: 技術スタック確定済み、既知のパターン、単純なCRUD操作
2026-01-05
mcp-devops-unified.md
0
1 export mcp-devops-unified
2 wu-s-john from "wu-s-john/legit-poker"
3 DevOps automation for a Next.js (Vercel) frontend, Fly.io backend, and Supabase Postgres. The agent should prefer `just` recipes as the invocation surface. Internally, recipes use a hybrid MCP+CLI approach: Supabase CLI for writes/migrations (local & prod), Fly MCP preferred for ops with flyctl fallback, and Vercel CLI for deploy with optional MCP for env/status. Secrets are loaded exclusively via 1Password CLI; values are never printed.
2026-01-05
mui-v7-mastery.md
0
1 export mui-v7-mastery
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guia completo de MUI V7 para React + TypeScript. Ensina migração V6→V7, design responsivo avançado, theming profissional, padrões de componentes e detecção automática de sintaxe antiga. Use quando criar dashboards, interfaces modernas, ou trabalhar com Material-UI/MUI.
2026-01-05
refactor.md
0
1 export refactor
2 NB993 from "NB993/olhaeolhae"
3 TDD의 Refactor 단계 전용 스킬. 테스트가 통과하는 상태를 유지하면서 코드 품질을 개선합니다. 중복 제거, 명확성 향상, 성능 최적화에 사용.
2026-01-05
configuring-neovim.md
0
1 export configuring-neovim
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill guides working with Neovim configuration including testing changes headlessly, managing plugins with lazy.nvim, configuring LSP servers, and troubleshooting startup errors. Use this when modifying nvim config files or debugging nvim issues.
2026-01-05
token-efficient-mcp-template.md
0
1 export token-efficient-mcp-template
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when creating token-efficient hook systems and MCP server architectures for web applications. Use for React/FastAPI, Django, Node.js projects that need smart caching, progressive context loading, and 95%+ token reduction. Essential for projects requiring monitoring, debugging, data analysis, and system health tools.
2026-01-05
skills-improve.md
0
1 export skills-improve
2 midhunmonachan from "midhunmonachan/skills"
3 Capture and apply continuous improvements to Codex CLI skills during regular work. Use when a user wants to refine a skill, add a new skill after repeating a workflow, or keep skills up to date based on recent tasks.
2026-01-05
deno-ddd.md
0
1 export deno-ddd
2 jahanson from "jahanson/cc-plugins"
3 Domain-Driven Design patterns and architecture for Deno TypeScript applications. Use when building complex business logic, implementing bounded contexts, or structuring large-scale Deno applications with clear separation of concerns.
2026-01-05
test-scaffolding.md
0
1 export test-scaffolding
2 kanopi from "kanopi/cms-cultivator"
3 Automatically generate test scaffolding when user writes new code without tests or mentions needing tests. Supports unit, integration, e2e, and data tests for PHP and JavaScript. Invoke when user mentions "tests", "testing", "coverage", "write tests", or shows new untested code.
2026-01-05
skill-compose.md
0
1 export skill-compose
2 lnittman from "lnittman/skills"
3 This skill should be used when orchestrating multiple skills together for complex workflows. Triggers include "chain these skills", "use X then Y skill", "multi-skill workflow", or when a task requires capabilities from several skills. Handles skill sequencing, data flow, and aggregated validation.
2026-01-05
debugger-detective.md
0
1 export debugger-detective
2 tianzecn from "tianzecn/myclaudecode"
3 ⚡ PRIMARY TOOL for: 'why is X broken', 'find bug source', 'root cause analysis', 'trace error', 'debug issue', 'find where X fails'. Uses claudemem v0.3.0 AST with context command for call chain analysis. GREP/FIND/GLOB ARE FORBIDDEN.
2026-01-05
rls-templates.md
0
1 export rls-templates
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Row Level Security policy templates for Supabase - multi-tenant patterns, user isolation, role-based access, and secure-by-default configurations. Use when securing Supabase tables, implementing RLS policies, building multi-tenant AI apps, protecting user data, creating chat/RAG systems, or when user mentions row level security, RLS, Supabase security, tenant isolation, or data access policies.
2026-01-05
podcast-writer.md
0
1 export podcast-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 根据用户给出的文字或者用户指定的txt/md文件内容,从类型列表中选择合适的文本类型,按照指定的格式给出podcast直播口述稿和音频文件
2026-01-05
subagent-creator.md
0
1 export subagent-creator
2 inchan from "inchan/cc-skills"
3 Create, modify, and manage Claude Code subagents. Use when users request to create new specialized agents, update existing agents, or need templates for common agent patterns. Also use when agents or other skills need to automatically generate subagents for specific domains.
2026-01-05
git-smart.md
0
1 export git-smart
2 macayaven from "macayaven/esperanto"
3 Smart Git assistance for commits, branches, PRs, and repository management. Helps write good commit messages, resolve merge conflicts, understand git history, and manage branches. Use when user asks about git, commits, branches, merging, or version control.
2026-01-05