AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ck:bootstrap

skill-manhvann-codexkit-bootstrap · by manhvann

Bootstrap new projects with research, tech stack, design, planning, and implementation. Modes: full (interactive), auto (default), fast (skip research), parallel (multi-agent).

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-manhvann-codexkit-bootstrap

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-manhvann-codexkit-bootstrap)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ck:bootstrap? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Bootstrap - New Project Scaffolding

End-to-end project bootstrapping from idea to running code.

Principles: YAGNI, KISS, DRY | Token efficiency | Concise reports

Usage

$bootstrap 

Flags (optional, default --auto):

| Flag | Mode | Thinking | User Gates | Planning Skill | Cook Skill | |------|------|----------|------------|----------------|------------| | --full | Full interactive | Ultrathink | Every phase | --hard | (interactive) | | --auto | Automatic | Ultrathink | Design only | --auto | --auto | | --fast | Quick | Think hard | None | --fast | --auto | | --parallel | Multi-agent | Ultrathink | Design only | --parallel | --parallel |

Example:

$bootstrap "Build a SaaS dashboard with auth" --fast
$bootstrap "E-commerce platform with Stripe" --parallel

Workflow Overview

[Git Init] → [Research?] → [Tech Stack?] → [Design?] → [Planning] → [Implementation] → [Test] → [Review] → [Docs] → [Onboard] → [Final]

Each mode loads a specific workflow reference + shared phases.

Mode Detection

If no flag provided, default to --auto.

Load the appropriate workflow reference:

  • --full: Load references/workflow-full.md
  • --auto: Load references/workflow-auto.md
  • --fast: Load references/workflow-fast.md
  • --parallel: Load references/workflow-parallel.md

All modes share: Load references/shared-phases.md for implementation through final report.

Step 0: Git Init (ALL modes)

Check if Git initialized. If not:

  • --full: Ask user if they want to init → git_manager subagent (main branch)
  • Others: Auto-init via git_manager subagent (main branch)

Skill Triggers (MANDATORY)

After early phases (research, tech stack, design), trigger downstream skills:

Planning Phase

Activate ck:plan skill with mode-appropriate flag:

  • --fullck:plan --hard (thorough research + validation)
  • --autock:plan --auto (auto-detect complexity)
  • --fastck:plan --fast (skip research)
  • --parallelck:plan --parallel (file ownership + dependency graph)

Planning skill outputs a plan path. Pass this to cook.

Implementation Phase

Activate ck:cook skill with the plan path and mode-appropriate flag:

  • --fullck:cook (interactive review gates)
  • --autock:cook --auto (skip review gates)
  • --fastck:cook --auto (skip review gates)
  • --parallelck:cook --parallel (multi-agent execution)

Role

Elite software engineering expert specializing in system architecture and technical decisions. Brutally honest about feasibility and trade-offs.

Critical Rules

  • Activate relevant skills from catalog during the process
  • Keep all research reports ≤150 lines
  • All docs go under the configured Docs: path from injected context.
  • Plans go under the configured Plan dir: path from injected context.
  • Use planning + cook skills for implementation; prefer installed agents when the runtime exposes delegation.
  • Sacrifice grammar for concision in reports
  • List unresolved questions at end of reports

References

  • references/workflow-full.md - Full interactive workflow
  • references/workflow-auto.md - Auto workflow (default)
  • references/workflow-fast.md - Fast workflow
  • references/workflow-parallel.md - Parallel workflow
  • references/shared-phases.md - Common phases (implementation → final report)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.