Planning Skill
Skill 확인됨Break down a coding task into a structured implementation plan with clear steps, file identification, and risk assessment.
This skill guides users through creating a detailed implementation plan for coding tasks. It includes steps for understanding the task, exploring the codebase, identifying relevant files, and writing a structured to-do list using the `write_todos` tool. It also prompts for risk assessment, covering potential breaking changes and edge cases.
Practical Utility
- info:Usage examplesA usage example for the `write_todos` tool is provided in the SKILL.md, but it's a code snippet within the documentation rather than a full end-to-end example of the skill's output.
- info:Edge casesThe skill outlines general guidelines for creating plans and mentions assessing risks like breaking changes and edge cases, but does not explicitly document specific failure modes or recovery paths.
설치
npx skills add langchain-ai/deepagentsVercel skills CLI(skills.sh)를 npx로 실행합니다. 로컬에 Node.js와 skills 호환 에이전트(Claude Code, Cursor, Codex 등) 중 하나 이상이 설치되어 있어야 합니다. 저장소가 agentskills.io 형식을 따른다고 가정합니다.
유사한 확장
Query Writing Skill
98Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.
AI Product Strategy
98Help users define AI product strategy. Use when someone is building an AI product, deciding where to apply AI in their product, planning an AI roadmap, evaluating build vs buy for AI capabilities, or figuring out how to integrate AI into existing products.
Eraser Diagram Generator
98Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.
Eraser Diagram Generator
98Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.
Code Documentation Skill
98Use this skill when the user requests to generate, create, or improve documentation for code, APIs, libraries, repositories, or software projects. Supports README generation, API reference documentation, inline code comments, architecture documentation, changelog generation, and developer guides. Trigger on requests like "document this code", "create a README", "generate API docs", "write developer guide", or when analyzing codebases for documentation purposes.
API Endpoint Scaffolder
96Generate REST API endpoints with proper structure, validation, error handling, and types. Use when creating new API routes, endpoints, or backend services.