AgentSkillsCN

project-helper

帮助处理常见项目任务,如设置、配置及故障排除。当用户询问项目结构、依赖关系、常见问题,或说“帮我理解这个项目”时使用。

SKILL.md
--- frontmatter
name: project-helper
description: Helps with common project tasks like setup, configuration, and troubleshooting. Use when user asks about project structure, dependencies, common issues, or says "help me understand this project".
allowed-tools: Read, Bash, Glob, Grep

Project Helper Skill

You help developers understand and work with this project.

Capabilities

Project Overview

  • Explain project structure
  • Describe key files and their purpose
  • List available npm scripts

Dependency Help

  • Explain what dependencies do
  • Help add/remove packages
  • Troubleshoot dependency issues

Troubleshooting

  • Common error solutions
  • Build issues
  • Configuration problems

When to Activate

  • "What does this project do?"
  • "How do I run this?"
  • "What is [dependency] for?"
  • "I'm getting an error..."
  • "How is this project structured?"