Agent Skillsphuc-nt/my-translator › ck:bootstrap

ck:bootstrap

GitHub

提供从构思到代码运行的端到端项目引导技能,支持全交互、自动、快速及多智能体并行模式,涵盖研究、技术选型、设计、规划与实现全流程。

.opencode/skills/bootstrap/SKILL.md phuc-nt/my-translator

Trigger Scenarios

用户提出新建项目需求 需要从零开始搭建软件系统

Install

npx skills add phuc-nt/my-translator --skill ck:bootstrap -g -y
More Options

Non-standard path

npx skills add https://github.com/phuc-nt/my-translator/tree/main/.opencode/skills/bootstrap -g -y

Use without installing

npx skills use phuc-nt/my-translator@ck:bootstrap

指定 Agent (Claude Code)

npx skills add phuc-nt/my-translator --skill ck:bootstrap -a claude-code -g -y

安装 repo 全部 skill

npx skills add phuc-nt/my-translator --all -g -y

预览 repo 内 skill

npx skills add phuc-nt/my-translator --list

SKILL.md

Frontmatter
{
    "name": "ck:bootstrap",
    "license": "MIT",
    "metadata": {
        "author": "claudekit",
        "version": "1.0.0"
    },
    "description": "Bootstrap new projects with research, tech stack, design, planning, and implementation. Modes: full (interactive), auto (default), fast (skip research), parallel (multi-agent).",
    "argument-hint": "[requirements] [--full|--auto|--fast|--parallel]"
}

Bootstrap - New Project Scaffolding

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

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

Usage

/ck:bootstrap <user-requirements>

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:

/ck:bootstrap "Build a SaaS dashboard with auth" --fast
/ck: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:

  • --full/ck:plan --hard <requirements> (thorough research + validation)
  • --auto/ck:plan --auto <requirements> (auto-detect complexity)
  • --fast/ck:plan --fast <requirements> (skip research)
  • --parallel/ck:plan --parallel <requirements> (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:

  • --full/ck:cook <plan-path> (interactive review gates)
  • --auto/ck:cook --auto <plan-path> (skip review gates)
  • --fast/ck:cook --auto <plan-path> (skip review gates)
  • --parallel/ck:cook --parallel <plan-path> (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 written to ./docs directory
  • Plans written to ./plans directory using naming from ## Naming section
  • DO NOT implement code directly — delegate through planning + cook skills
  • Sacrifice grammar for concision in reports
  • List unresolved questions at end of reports
  • Run /ck:journal to write a concise technical journal entry upon completion

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)

Version History

  • 3495f99 Current 2026-07-25 07:18

Same Skill Collection

.opencode/skills/agent-browser/SKILL.md
.opencode/skills/ai-artist/SKILL.md
.opencode/skills/ai-multimodal/SKILL.md
.opencode/skills/ask/SKILL.md
.opencode/skills/backend-development/SKILL.md
.opencode/skills/better-auth/SKILL.md
.opencode/skills/brainstorm/SKILL.md
.opencode/skills/chrome-devtools/SKILL.md
.opencode/skills/ck-autoresearch/SKILL.md
.opencode/skills/ck-debug/SKILL.md
.opencode/skills/ck-loop/SKILL.md
.opencode/skills/ck-plan/SKILL.md
.opencode/skills/ck-predict/SKILL.md
.opencode/skills/ck-scenario/SKILL.md
.opencode/skills/ck-security/SKILL.md
.opencode/skills/code-review/SKILL.md
.opencode/skills/coding-level/SKILL.md
.opencode/skills/context-engineering/SKILL.md
.opencode/skills/cook/SKILL.md
.opencode/skills/copywriting/SKILL.md
.opencode/skills/databases/SKILL.md
.opencode/skills/deploy/SKILL.md
.opencode/skills/devops/SKILL.md
.opencode/skills/docs-seeker/SKILL.md
.opencode/skills/docs/SKILL.md
.opencode/skills/fix/SKILL.md
.opencode/skills/frontend-design/SKILL.md
.opencode/skills/frontend-development/SKILL.md
.opencode/skills/git/SKILL.md
.opencode/skills/gkg/SKILL.md
.opencode/skills/google-adk-python/SKILL.md
.opencode/skills/journal/SKILL.md
.opencode/skills/kanban/SKILL.md
.opencode/skills/llms/SKILL.md
.opencode/skills/markdown-novel-viewer/SKILL.md
.opencode/skills/mcp-builder/SKILL.md
.opencode/skills/mcp-management/SKILL.md
.opencode/skills/media-processing/SKILL.md
.opencode/skills/mermaidjs-v11/SKILL.md
.opencode/skills/mobile-development/SKILL.md
.opencode/skills/payment-integration/SKILL.md
.opencode/skills/plans-kanban/SKILL.md
.opencode/skills/preview/SKILL.md
.opencode/skills/problem-solving/SKILL.md
.opencode/skills/project-management/SKILL.md
.opencode/skills/project-organization/SKILL.md
.opencode/skills/react-best-practices/SKILL.md
.opencode/skills/remotion/SKILL.md
.opencode/skills/repomix/SKILL.md

Metadata

Files
0
Version
3495f99
Hash
679b0ada
Indexed
2026-07-25 07:18

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 05:28
浙ICP备14020137号-1 $mapa de visitantes$