Agent Skills
› doodledood/manifest-dev
› example
example
GitHub分析项目结构和科技栈,通过读取清单文件或推断文件结构,总结项目名称、技术栈及目录用途。
Trigger Scenarios
project overview
analyze codebase
what is this project
Install
npx skills add doodledood/manifest-dev --skill example -g -y
SKILL.md
Frontmatter
{
"name": "example",
"description": "Analyzes the current project structure and tech stack. Use when asked to explore, understand, or summarize a project. Trigger terms: project overview, analyze codebase, what is this project.",
"argument-hint": "<input>"
}
Example Skill
Analyze the current project: $ARGUMENTS
Steps:
- Read package.json or similar manifest
- Identify main technologies and frameworks
- List key directories and their purposes
- Summarize in 2-3 sentences
Output:
- Project Name: From manifest file
- Tech Stack: Languages, frameworks, libraries
- Structure: Key directories and contents
- Summary: Brief description of what project does
If no manifest exists, infer from file extensions and directory structure. Keep summary concise and actionable.
Version History
- 2ac487e Current 2026-08-20 08:55


