| 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?"