Planning Skill
Skill Vérifié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.
Installation
npx skills add langchain-ai/deepagentsExécute le CLI skills de Vercel (skills.sh) via npx — nécessite Node.js en local et au moins un agent compatible skills installé (Claude Code, Cursor, Codex, …). Suppose que le dépôt suit le format agentskills.io.
Extensions similaires
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.