|
Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG,...
Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG,...
|
Build your MVP following the AGENTS.md plan. Use when the user wants to start building, implement features, or says "build my MVP", "start coding", or "implement the project".
|
Feature-first init: create or reuse worktree/branch and seed per-feature context. Git-aware and idempotent.
์์ด์ ํธ/์คํฌ ์คํ ๊ธฐ์ฌ๋๋ฅผ ๋ถ์ํ๊ณ ๋ฆฌํฌํธ๋ฅผ ์์ฑํฉ๋๋ค. stream.jsonl์ ์คํ ๋ก๊ทธ๋ฅผ ํ์ฑํ์ฌ ํธ์ถ ํ์, ์ฑ๊ณต๋ฅ , ์์๋ฅผ ๊ณ์ฐํฉ๋๋ค. ๋ด์ฅ ์์ด์ ํธ(general-purpose, Explore, Plan ๋ฑ)๋ ์ ์ธํ๊ณ ์ปค์คํ ์์ด์ ํธ/์คํฌ๋ง ๋ถ์ํฉ๋๋ค. "๊ธฐ์ฌ๋ ๋ถ์ํด์ค", "์ด์ฃผ์ ์์ด์ ํธ", "์์ด์ ํธ ํต๊ณ" ๋ฑ์ ์์ฒญ ์ ์ฌ์ฉํฉ๋๋ค.
|
|
|-
Use when you need to request a code review for a PR/MR and want a consistent review brief (context, scope, risk areas, test instructions, acceptance criteria) before merge.
Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes',...
Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes',...
|
Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed.
Red-green-refactor development methodology requiring verified test coverage. Use for feature implementation, bugfixes, refactoring, or any behavior changes where tests must prove correctness.
Generates SKILL.md files for npm packages following Anthropic's Agent Skills specification. Use when adding agent documentation to an npm package, making a package AI-agent friendly, or creating...
Generates SKILL.md files for npm packages following Anthropic's Agent Skills specification. Use when adding agent documentation to an npm package, making a package AI-agent friendly, or creating...
Create or augment technical documentation. Use when writing new skills, updating existing skills. Also use when modifying project documentation like AGENTS.md.