Browse Skills
44915 skills found
sdd-plan.md
3
1
export
sdd-plan
2
from
"tylerburleigh/claude-sdd-toolkit"
from
"tylerburleigh/claude-sdd-toolkit"
3
Plan-first development methodology that creates detailed specifications before coding. Use when building features, refactoring code, or implementing complex changes. Creates structured plans with phases, file-level details, and verification steps to prevent drift and ensure production-ready code.
2026-01-05
template-skill.md
3
1
export
template-skill
2
from
"feiskyer/koder"
from
"feiskyer/koder"
3
A minimal template skill for testing
2026-01-05
multi-agent-observability.md
3
1
export
multi-agent-observability
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Build observability interfaces for multi-agent systems. Use when monitoring multi-agent execution, tracking agent metrics, implementing logging for parallel agents, or debugging agent workflows.
2026-01-05
monorepo-management.md
3
1
export
monorepo-management
2
from
"amurata/cc-tools"
from
"amurata/cc-tools"
3
Turborepo、Nx、pnpmワークスペースを使用したモノレポ管理をマスターし、最適化されたビルドと依存関係管理で効率的でスケーラブルなマルチパッケージリポジトリを構築。モノレポのセットアップ、ビルドの最適化、共有依存関係の管理時に使用。
2026-01-05
onboarding-docs.md
3
1
export
onboarding-docs
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Developer onboarding documentation and learning paths
2026-01-05
template-engineering.md
3
1
export
template-engineering
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Guide creation of meta-prompt templates that encode engineering workflows into reusable, scalable units. Use when creating slash commands that generate plans, designing workflow templates, or encoding team best practices into agentic prompts.
2026-01-05
advanced-memory-skill-creator.md
3
1
export
advanced-memory-skill-creator
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Use when planning, scaffolding, validating, or packaging Claude skills inside Advanced Memory MCP.
2026-01-05
react-component.md
3
1
export
react-component
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
Create React components with TypeScript, following best practices for hooks, state management, accessibility, and testing. Use when building new UI components or refactoring existing ones.
2026-01-05
skill-creator.md
3
1
export
skill-creator
2
from
"PovertyAction/ipa-stata-template"
from
"PovertyAction/ipa-stata-template"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
episode-complete.md
3
1
export
episode-complete
2
from
"d-o-hub/rust-self-learning-memory"
from
"d-o-hub/rust-self-learning-memory"
3
Complete and score a learning episode to extract patterns and update heuristics. Use when finalizing a task to enable pattern extraction and future learning.
2026-01-05
td-javascript-sdk.md
3
1
export
td-javascript-sdk
2
from
"treasure-data/td-skills"
from
"treasure-data/td-skills"
3
Expert assistance for importing data to Treasure Data using the JavaScript SDK. Use this skill when users need help with browser-based event tracking, page analytics, client-side data collection, or implementing TD's JS SDK for web applications.
2026-01-05
standard-out-setup.md
3
1
export
standard-out-setup
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Add console output and logging to make errors visible to agents. Standard out is a critical leverage point - without it, agents cannot see errors or understand application state. Use when agents fail silently, when debugging agentic workflows, or when setting up a new codebase for agentic coding.
2026-01-05
integration-test.md
3
1
export
integration-test
2
from
"xmark168/VibeSDLC"
from
"xmark168/VibeSDLC"
3
Write integration tests with Jest for API routes and database operations. Use when testing backend logic, API endpoints, or data layer.
2026-01-05
javascript-cli.md
3
1
export
javascript-cli
2
from
"stephendolan/dotfiles"
from
"stephendolan/dotfiles"
3
Build TypeScript CLIs with Commander.js, JSON output, keychain auth, and consistent architecture. Use when creating new CLIs, adding commands, or wrapping APIs. Covers project structure, API clients, error handling, output formatting, and authentication patterns.
2026-01-05
release-notes.md
3
1
export
release-notes
2
from
"donggyun112/ai-librarian"
from
"donggyun112/ai-librarian"
3
릴리스 노트 작성. 시작/끝 태그를 받아 ICJC-Backend, ICJC-Frontend, ICJC-Agent 서브모듈의 변경사항을 분석하여 사용자 친화적인 릴리스 노트를 생성한다. "릴리스 노트", "release notes", "변경사항", "업데이트 내역" 등 요청 시 사용.
2026-01-05
verify-requirements-complete.md
3
1
export
verify-requirements-complete
2
from
"cowwoc/styler"
from
"cowwoc/styler"
3
Verify all stakeholder requirement reports exist and are valid before synthesis
2026-01-05
swift-navigation-swiftui.md
3
1
export
swift-navigation-swiftui
2
from
"nonameplum/agent-skills"
from
"nonameplum/agent-skills"
3
SwiftUI navigation tools: type-safe alerts, sheets, popovers, and navigation destinations
2026-01-05
cpp-native-development.md
3
1
export
cpp-native-development
2
from
"stephendolan/dotfiles"
from
"stephendolan/dotfiles"
3
Modern C++17/20 patterns for native application development. Use when writing C++, reviewing diffs, or discussing performance. Covers move semantics, templates vs std::function, thread safety, STL containers, async patterns, struct initialization, and API design.
2026-01-05
setting-up-docs.md
3
1
export
setting-up-docs
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
コードベース分析から環境セットアップガイドドキュメントを生成。 パッケージマネージャ、必要なツール、環境変数、起動コマンドを検出。 トリガー: setup guide, environment setup, development environment, installation guide, getting started, prerequisites.
2026-01-05
s-clean.md
3
1
export
s-clean
2
from
"Falkicon/Mechanic"
3
Find and remove dead code and stale documentation. Covers unused functions, orphaned files, dead links, and outdated references. Use for maintenance, pre-release cleanup, or codebase hygiene. Triggers: clean, dead code, unused, orphan, stale, cruft, maintenance.
2026-01-05
adr-review.md
3
1
export
adr-review
2
from
"rjmurillo/ai-agents"
from
"rjmurillo/ai-agents"
3
Multi-agent debate orchestration for Architecture Decision Records. Automatically triggers on ADR create/edit/delete. Coordinates architect, critic, independent-thinker, security, analyst, and high-level-advisor agents in structured debate rounds until consensus.
2026-01-05
healthsim-patientsim.md
3
1
export
healthsim-patientsim
2
from
"mark64oswald/healthsim-workspace"
from
"mark64oswald/healthsim-workspace"
3
Generate realistic clinical patient data including demographics, encounters, diagnoses, medications, labs, and vitals. Use when user requests: (1) patient records or clinical data, (2) EMR test data, (3) specific clinical scenarios like diabetes or heart failure, (4) HL7v2 or FHIR patient resources.
2026-01-05
context-retrieval.md
3
1
export
context-retrieval
2
from
"d-o-hub/rust-self-learning-memory"
from
"d-o-hub/rust-self-learning-memory"
3
Retrieve relevant episodic context from memory for informed decision-making. Use when you need past episodes, patterns, or solutions to similar tasks.
2026-01-05
applying-frontend-patterns.md
3
1
export
applying-frontend-patterns
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
フレームワーク非依存のフロントエンドコンポーネント設計パターン。トリガー: React, Vue, Angular, コンポーネント, パターン, hooks, カスタムフック, container, presentational, 分離, 状態管理, state management, composition, HOC, render props
2026-01-05