addxing/function-extraction

addxing★ 0JavaScript最后同步: 2026-08-14

在 GitHub 打开

面向 AI 编程代理的功能链路提取 Skill。它可以从项目代码中提取某个具体功能的完整实现链路,并生成包含业务逻辑、数据流、异常处理、模块依赖和 Mermaid 图表的技术开发文档 A skill for extracting a complete feature implementation chain from a codebase and generating a technical development document with business logic, data flow, exception handling, and Mermaid diagrams. Works with any AI coding agent

README 摘要

Function Extraction A skill for extracting a complete feature implementation chain from a codebase and generating a technical development document with business logic, data flow, exception handling, and Mermaid diagrams. Works with any AI coding agent. Install DeepSeek Harness This repo follows the DeepSeek Harness (DSH) Skill format. Clone it into a skills directory and it will be auto-discovered: DSH hot-reloads the skills directory after cloning; the skill becomes available in new sessions. Or install it as an official bundle plugin in one line (requires pnpm; restart the web app afterwards): Usage After installing the skill, ask your AI agent to use it when you need a feature-level implementation document: For best results, provide: - the feature name - the entry file, class, method, route, page, button text, or other clues - the expected output language or documentation scope, if different from the default If the entry point is missing, the skill guides the agent to search the codebase and ask you to confirm the correct entry before continuing. What It Does This skill guides an agent to: - confirm the target feature and entry point - trace the implementation from entry to comp…

在 GitHub 查看完整 README →
Agentsagent-skillsdeepseek-harnessdsh-plugindsh-skillskillagent

分类