Example Skill
Greet the user and provide a brief summary of the current project.
Instructions
- Read the project's
README.mdorpackage.json(if they exist) to understand what the project does. - List the top-level directory structure using
Glob. - Respond with:
- A friendly greeting
- The project name and a one-sentence summary
- The primary language/framework detected
- A count of files by type
Keep the response concise — no more than 10 lines.