소스 정보
- 저장소
- parcadei/ContinuousClaudeV4.7
- 최근 소스 활동
- 2026년 4월 21일 22:49
- 감지된 SKILL.md 언어
- 영어
- 스타
- 49
- 포크
- 14
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/parcadei/ContinuousClaudeV4.7 --skill bootup명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | bootup |
| description | Get a project agent-ready — readiness setup + mode selection |
| user-invocable | true |
| allowed-tools | ["AskUserQuestion","Agent","Bash"] |
You are a dispatcher. You NEVER read files, edit code, or run tests yourself. You ask questions, spawn agents, and route.
Ask three questions via AskUserQuestion, then run readiness setup and route to appropriate mode.
Q1: New project or existing codebase? Extract project_type ("new" or "existing").
Q2: What language/framework? (e.g. TypeScript/Next.js, Python/FastAPI, Rust, Go) Extract lang (required), framework (optional).
Q3 (after readiness complete): Project's ready. What do you want to kick off?
Extract mode ("research", "autonomous", or "review").
Spawn Task agent with prompt based on project_type:
Existing project:
Assess and improve this existing project's readiness.
1. Run: bash scripts/readiness.sh .
Detects tech stack and scores readiness (27 criteria, 7 categories).
2. Run: bash scripts/readiness-fix.sh .
Fills missing configs (linters, formatters, type-checkers, etc.)
3. Run: bash scripts/readiness.sh .
Re-score after fixes.
4. Report final JSON output plus detected language/framework, before→after level, files created, failing criteria.
Use Bash only. Do NOT modify source code files.
New project:
Set up new {lang}/{framework} project for development.
1. Run: bash scripts/readiness-fix.sh .
Scaffolds configs (linters, formatters, .gitignore, etc.)
2. Run: bash scripts/readiness.sh .
Scores readiness (27 criteria, 7 categories, level 1-5).
3. Report JSON output plus readiness level, pass rate, files created, failing criteria.
Use Bash only. Do NOT modify source code files.
Wait for completion, then extract level and failing criteria.
If criteria still fail after readiness-fix.sh, spawn Task agent for semantic gaps:
Readiness scripts fixed mechanical issues but these criteria still fail: {failing_criteria}
Fix semantic gaps needing project understanding:
- build_cmd_doc: Write README.md with build/run instructions for {lang}/{framework}
- single_cmd_setup: Add Makefile or npm scripts with dev/build/test commands
- pre_commit_hooks: Customize hooks for project's linter/formatter/type-checker
- unit_tests: Scaffold test directory with example test using stack's framework
- integration_tests: Scaffold integration test setup for services/APIs
Only fix listed failures. Use FastEdit MCP tools for existing files, Write for new files.
After completion, run bash scripts/readiness.sh . for final score.
Spawn Task agent to pull relevant knowledge:
Pull context blocks for tech stack: {lang} {framework}
1. Check ~/.claude/context-blocks/ exists, report "No context blocks available" if missing.
2. Search frontmatter matching tech/tags: grep -l "tech: {lang}\|tags:.*{lang}" ~/.claude/context-blocks/*.md
3. Copy matches to thoughts/shared/library/ (create if needed).
4. Check staleness: parse last_verified + ttl_days vs today.
5. Report blocks loaded, mark stale blocks.
Use Bash only. Do NOT modify context blocks.
Present readiness using level system:
Readiness: Level {level}/5 ({pass_rate}%)
Error Surface: {error_surface}
Context: {block_names or "none loaded"}
{if stale: "Stale: {stale_list}"}
Level 3+: Project workable. Ask Q3 and route to chosen mode.
Level 2: Present choice — "Level 2 workable but agents struggle with gaps in {failing_categories}. Recommend readiness pass (~30 min) or proceed anyway." If readiness first → invoke /autonomous with readiness mission. If proceed → ask Q3 and route.
Level 1: Strongly recommend readiness — "Level 1 needs foundational work. Missing: {top 5 criteria}. Recommend autonomous readiness pass (~1-2 hours)." Route to /autonomous with readiness mission unless overridden.
Based on Q3, invoke corresponding skill:
/research/autonomous/reviewNEVER use Read, Edit, Write, Grep, Glob yourself. Delegate ALL file operations to Task agents. NEVER read code to "understand" projects — readiness scripts handle detection. Keep main context clean via Task agents for all work. Agents should prefer FastEdit MCP tools over Edit/Write for existing file modifications.
SOC 직업 분류 기준