Collect project requirements through structured dialogue, generate foundational documentation, and scaffold the project structure — then hand off to downstream workflow skills.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionbootstrapExecute the skills CLI command in your project's root directory to begin installation:
Fetches bootstrap from buiducnhat/agent-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate bootstrap. Access via /bootstrap in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
1
total installs
1
this week
43
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
43
stars
Collect project requirements through structured dialogue, generate foundational documentation, and scaffold the project structure — then hand off to downstream workflow skills.
--scratch: Start from nothing. Full scaffold: directories, configs, docs, README.--existing: Project already initialized (e.g., npm init done, framework scaffolded). Enhance with docs and structure without overwriting existing files.Collect information across these 8 dimensions. All categories except Techstack and Product definition are optional and may fall back to smart defaults.
| # | Category | What to collect |
|---|---|---|
| 1 | Techstack | Language, framework, runtime, package manager |
| 2 | Product definition | Purpose, target users, core features, success criteria |
| 3 | Architecture | Component structure, data flow, API design, deployment target |
| 4 | Roadmap | Phases, milestones, MVP scope |
| 5 | Tooling | Linter, formatter, test framework, CI provider |
| 6 | Code standards | Naming conventions, file structure patterns, commit conventions |
| 7 | Design system | UI library, styling approach — frontend projects only |
| 8 | Auth & data | Auth method, database, ORM — if applicable |
package.json, pyproject.toml, Cargo.toml, or similar manifest exists.docs/ directory and documentation files exist.--scratch or nothing exists → proceed as --scratch.--existing or a project manifest exists → proceed as --existing.Follow the Question Tool mandate for all questions. Ask one question at a time using multiple-choice options when possible.
Sequence:
Rules for gathering:
Present a concise summary of all collected requirements in a structured list. Ask for approval before proceeding:
Looks good / Confirmed → proceed to Step 4.Create the docs/ directory if it doesn't exist. Generate all four foundational docs populated with concrete project-specific content — no placeholders.
| File | Source categories |
|---|---|
docs/project-pdr.md |
Product definition, Roadmap |
docs/architecture.md |
Architecture, Techstack, Auth & data |
docs/codebase.md |
Generated from actual structure after Step 5 |
docs/code-standard.md |
Techstack, Code standards, Tooling |
Follow the same content requirements as the docs --init skill for each file.
For --existing mode: read existing docs first. Only add missing sections; do not overwrite content that is already accurate.
Create standard directories and essential config files based on the chosen techstack.
General rules:
src/, tests/ (or framework equivalent), public/ for web projects.tsconfig.json, .eslintrc.json, .prettierrc, .gitignore, etc.git init) if not already a repository.--existing mode: only add missing files/directories. Never overwrite files that already exist.Common scaffolds:
src/app/, src/components/, src/lib/, public/, tests/src/components/, src/hooks/, src/lib/, public/, tests/src/routes/, src/middleware/, src/lib/, tests/src/<package>/, tests/, scripts/src/commands/, src/lib/, tests/After scaffolding, regenerate docs/codebase.md to reflect the actual directory structure.
Install and configure selected tools:
npm install, bun install, pnpm install, pip install, etc.biome.json, .eslintrc.json, ruff.toml, etc.).biome.json, .prettierrc, etc.).package.json (or equivalent).tests/.Skip any sub-step where the file already exists (--existing mode).
Create README.md with:
For --existing mode: update README only if it is missing or significantly incomplete.
Summarize everything created:
Then recommend the next skill based on project readiness:
brainstormwrite-plan to create the first implementation planquick-implement| Stack | Package Manager | Linter | Formatter | Test Framework | Styling |
|---|---|---|---|---|---|
| Next.js | bun | Biome | Biome | Vitest | Tailwind CSS |
| React (Vite) | bun | Biome | Biome | Vitest | Tailwind CSS |
| Express/Node | bun | Biome | Biome | Vitest | N/A |
| CLI tool (Node) | bun | Biome | Biome | Vitest | N/A |
| Python | uv | Ruff | Ruff | pytest | N/A |
| Rust | cargo | clippy | rustfmt | cargo test | N/A |
--existing mode unless the user explicitly approves.docs/codebase.md in sync with the actual scaffolded structure.rm -rf) without explicit user approval.Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
We added bootstrap from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
bootstrap has been reliable in day-to-day use. Documentation quality is above average for community skills.
bootstrap reduced setup friction for our internal harness; good balance of opinion and flexibility.
We added bootstrap from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
bootstrap reduced setup friction for our internal harness; good balance of opinion and flexibility.
bootstrap reduced setup friction for our internal harness; good balance of opinion and flexibility.
Solid pick for teams standardizing on skills: bootstrap is focused, and the summary matches what you get after install.
Registry listing for bootstrap matched our evaluation — installs cleanly and behaves as described in the markdown.
We added bootstrap from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Useful defaults in bootstrap — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 44