development-guidelines
チーム全体で統一された開発プロセスとコーディング規約を確立するための包括的なガイドとテンプレート。開発ガイドライン作成時、コード実装時に使用する。
repository-structure
リポジトリ構造定義書を作成するための詳細ガイドとテンプレート。リポジトリ構造定義時にのみ使用。
architecture-design
アーキテクチャ設計書を作成するための詳細ガイドとテンプレート。アーキテクチャ設計時にのみ使用。
prd-writing
プロダクト要求定義書(PRD)を作成するための詳細ガイドとテンプレート。PRD作成時にのみ使用。
authenticated-scrape
Scrape data from authenticated websites by capturing network requests with auth headers automatically. Use when the user wants to extract data from logged-in pages, private dashboards, or authenticated APIs.
dev-doc-suite
코드베이스를 분석하여 README, API 문서, 아키텍처 가이드를 자동으로 생성/업데이트합니다.
dev-feature-planner
SKILL.md의 모든 표준(문서화, 리스크 평가, 롤백 전략, 엄격한 TDD)을 준수하는 고급 기능 구현 워크플로우입니다.
dev-init
개발 환경(폴더 구조, README)을 신속하게 초기화하는 Dev 전용 워크플로우입니다.
dev-prompt-engineering
Anthropic의 Best Practice를 기반으로 고성능 프롬프트를 설계하고 최적화합니다.
dev-study-planner
체계적인 학습 계획 수립, 실행, 검증을 위한 학습 전용 워크플로우입니다. (퓨처 플래너의 학습 버전)
dev-trend-tracker
최신 기술 트렌드나 도구를 빠르게 파악하고 요약하여 아카이빙하는 워크플로우입니다. (Efficiency Focus)
git-smart-commit
Git 변경사항을 분석하여 Conventional Commits 표준에 맞는 메시지를 작성하고 커밋합니다.
meta-skill-builder
표준 참조 분리 패턴(Standard Reference Separation Pattern)을 사용하여 워크플로우를 새로 생성하거나 개선합니다.
obsi-archive-project
완료된 프로젝트를 검증(Dependency Check), 정리(Cleanup) 후 안전하게 연도별 아카이브로 이동시킵니다.
obsi-concept-distiller
AI를 활용해 핵심 개념을 추출하고, 문맥을 분석하여 지식 베이스(20_Learning)와 양방향으로 연결합니다.
obsi-moc-builder
특정 폴더(Single) 또는 하위 구조 전체(Recursive)를 분석하여 구조화된 MOC(Map of Content)를 자동 생성/갱신합니다.
biz-doc-generator
Word, Excel, PPT, PDF 등 기업용 문서를 생성하고, 결과를 docs/exports에 저장하며 임시파일을 자동 정리합니다.
data-analyst
Python 생태계(Jupyter, Pandas, Scikit-learn)를 활용하여 데이터에서 심층적인 인사이트를 도출하는 전문 분석 워크플로우입니다.
agents-context-architect
프로젝트 구조를 분석하여 최적의 에이전트 컨텍스트 파일(AGENTS.md) 시스템을 구축합니다.
obsi-knowledge-manager
프로젝트/인박스의 문서를 수확(Harvest)하거나 기존 지식을 정제(Refine)하여 '골드 스탠다드' 지식 자산을 만듭니다.
dev-coding-debug
체계적인 디버깅(Systematic Debugging) 절차를 통해 버그의 원인을 찾고 해결합니다. (Source: obra/superpowers)
data-notebook-refiner
Jupyter Notebook의 코드 품질, 문서화 수준, 실행 안정성을 표준화된 절차로 개선하는 워크플로우입니다.
data-model-reporter
데이터 분석/머신러닝 노트북의 결과를 분석하여 표준화된 Model Card 보고서(Markdown)를 자동 생성합니다.
pro-researcher
웹상의 정보를 '계획(Plan) -> 탐색(Fetch) -> 분석(Synthesize)' 과정을 통해 심층 리서치하고, 출처가 명시된 전문 보고서를 작성합니다.
documentation
Use when writing or updating documentation - generates function docs, API specs, architecture diagrams (Mermaid), READMEs, code explanations. Activates when user says "document this", "write README", "explain this code", mentions "docs", "documentation", "API docs", or asks "how does this work?".
obsi-weekly-review
데이터 기반으로 한 주를 회고하고, 인박스 제로 및 액션 아이템 추출을 자동화하는 주간 리뷰 워크플로우입니다.
obsi-project-kickoff
표준 구조(Overview, Plan 등)를 갖춘 새로운 프로젝트를 자동으로 생성하며, 중복 검사 및 템플릿 선택 기능을 포함합니다.
dblp-cli
Local DBLP helper without MCP; use to search DBLP, fuzzy title/author queries, venue lookup, BibTeX collection/export, and stats via the bundled CLI script instead of running an MCP server.
api-design-helper
Use when designing a REST API endpoint. Guides you through a structured interview covering basics, request/response structure, validation, versioning, and caching — then generates a combined design spec with JavaDoc headers, SpringDoc annotations, and an embedded OpenAPI 3.0 YAML spec.
strava-next-week-planner
Generate a next-week training plan from weekly load + risk outputs (derived from Strava MCP data).
strava-injury-risk-triage
Assess injury/fatigue risk using current vs prior weeks from Strava MCP weekly_stats.
fastapi-python-expert
Use this agent when you need to design, implement, or optimize FastAPI backend applications. This includes API endpoint creation, database integration, authentication/authorization implementation, cloud deployment strategies, business logic architecture, performance optimization, and following FastAPI best practices.
agent-memory
Bootstrap skill that teaches Claude about the shared Agent-memory system for cross-session and cross-team knowledge
response_style_selector
Ask the user to pick a response style and persist the preference.
skills_auditor
Detect incorrectly installed skills and report issues.
size_guard
Enforce line budgets and rotate or split large context files.
shadow_coder
Build parallel architectures safely without breaking current behavior.
safety_validation
Validate changes against .agentignore before commit.
safe_refactor_migration
Plan and execute large refactors with shadow mode and rollback.
repo_indexer
Build and maintain a fast navigation index of the repo.
refactor_gate
Ask whether to proceed with refactoring after architecture mapping.
quality_gates
Enforce Definition of Done checks from QUALITY_GATES.md.
pattern_miner
Extract recurring patterns from action logs and propose automations.
non_destructive_bootstrap
Install agent docs without overwriting or deleting existing content.
impact_analyzer
Analyze and document the impact of planned changes.
handoff_writer
Write a compact HANDOFF.md snapshot to restore context after session resets.
full_auth
When explicitly authorized, execute end-to-end with a phased plan in one run until Definition of Done is met.
execplan
Create and maintain PLANS.md for long-running or risky tasks.
detect_commands
Infer and verify install/test/lint/build commands for the repo.
context_compactor
Compress long-run context into handoff, backlog, and action logs.
Page 1122 of 1148 · 57399 results
