starting-project
Installation
SKILL.md
Starting Project conventions
Check existing structure:
- Look for README.md, package.json, or project files
- Identify tech stack
Setup patterns:
- Set up gitignore and linting tools
- Create basic test structure with common framework
- Add standard build scripts and CI/CD templates
- Document setup and contribution guidelines
Mandatory user interaction:
- Ask the user for preferences on starter templates
- Before you write any package or launch a generator, ALWAYS present it to the user and wait for confirmation!
Related skills
More from mrsimpson/responsible-vibe-mcp
responsible-vibe
>
15coding
General practices to consider when writing code
2testing
General practices when writing and executing tests
2task-handling
Important conventions on how to author and work on tasks
2architecture
General practices to consider when setting up a new application or enhancing it structurally
1application-design
General conventions when creating an application design
1