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.