Pular para o conteúdo principal
Este conteúdo ainda não está disponível no seu idioma e está sendo exibido em inglês.

Planning Skill

Skill Verificado
95

Break down a coding task into a structured implementation plan with clear steps, file identification, and risk assessment.

Resumo de IA

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.

Instalação

npx skills add langchain-ai/deepagents

Executa a CLI skills da Vercel (skills.sh) via npx — requer Node.js localmente e pelo menos um agente compatível com skills instalado (Claude Code, Cursor, Codex, …). Pressupõe que o repositório siga o formato agentskills.io.

Atualizado em 5 days ago
Ver código-fonte

Extensões similares

Query Writing Skill

98

Writes 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.

Skill
langchain-ai

AI Product Strategy

98

Help 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.

Skill
refoundai

Eraser Diagram Generator

98

Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.

Skill
eraserlabs

Eraser Diagram Generator

98

Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.

Skill
eraserlabs

Code Documentation Skill

98

Use 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.

Skill
bytedance

API Endpoint Scaffolder

96

Generate REST API endpoints with proper structure, validation, error handling, and types. Use when creating new API routes, endpoints, or backend services.

Skill
onewave-ai