Agent skill
bootstrap
(ePost) Use when user says "bootstrap", "scaffold", "init a new project", "create a new module", or "set up from scratch" — initializes project structure for the detected platform
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/bootstrap-klara-copilot-epost-agent-kit
Metadata
Additional technical details for this skill
- connections
-
{ "enhances": [] } - argument hint
- [project or module description]
SKILL.md
Bootstrap — Unified Scaffolding Command
Scaffold new projects or modules with automatic scope detection.
Step 0 — Flag Override
If $ARGUMENTS starts with --fast: skip auto-detection, load references/fast-mode.md and execute. Remaining args are the task description.
If $ARGUMENTS starts with --parallel: skip auto-detection, load references/parallel-mode.md and execute. Remaining args are the task description.
Otherwise: continue to Scope Auto-Detection.
Aspect Files
| File | Purpose |
|---|---|
references/fast-mode.md |
Linear bootstrap for single-module projects |
references/parallel-mode.md |
Parallel bootstrap for multi-module projects |
Scope Auto-Detection
New Module (within existing project)
Detection: CWD is inside an existing project (has package.json, build.gradle, etc.) AND request describes a module/feature
Action: Scaffold module structure:
- For web B2B: Create knowledge file from
domain-b2b/references/module-template.md, scout existing files, populate knowledge, update module index - For other platforms: Create appropriate directory structure and boilerplate
New Project (greenfield)
Detection: No existing project structure detected OR request says "new project/app" Action: Full project bootstrap:
- Git init (main branch)
- Research tech stack (epost-researcher, max 5 sources)
- Create implementation plan (epost-planner)
- Design guidelines if UI project (epost-muji)
- Implement step by step (linear, sequential)
- Run tests (epost-tester), fix failures (epost-debugger)
- Code review (epost-code-reviewer), iterate until clean
- Create docs (README.md, project-overview-pdr.md)
- Git commit (DO NOT push)
Complexity → Mode
- Single-module project →
--fast(linear) - Multi-module project →
--parallel(concurrent)
$ARGUMENTS
IMPORTANT: Analyze the skills catalog and activate needed skills.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?