addxing/function-extraction ↗★ 0
dsh-skill-function-extraction
DeepSeek Harness 技能包:函数提取(加载 SKILL.md)。
AI 分析
提供函数提取与实现文档化技能,引导智能体分析代码库并生成功能级实现文档。适合需要AI辅助梳理代码逻辑、撰写技术文档的开发者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:addxing/function-extraction说明文档
阅读完整 README ↗Usage
After installing the skill, ask your AI agent to use it when you need a feature-level implementation document:
Use $function-extraction to document the login flow implementation.
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.