Перейти к основному содержимому
Этот контент пока недоступен на вашем языке и отображается на английском.

Planning Skill

Skill Проверено
95

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/deepagents

Запускает Vercel skills CLI (skills.sh) через npx — нужны локальный Node.js и хотя бы один установленный совместимый со skills агент (Claude Code, Cursor, Codex, …). Предполагается, что репозиторий соответствует формату agentskills.io.

Обновлено 2 days ago
Посмотреть исходный код

Похожие расширения

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