← Back to list

project-bootstrap
by t3chn
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: project-bootstrap description: > Bootstraps a repository with project skills from the trusted internal skillregistry. Detect stack, install baseline + language skills into .codex/skills and .claude/skills, generate project-specific overlay skills (project-workflow, api-) and write plans/state into .agent/.
Project Bootstrap (v0.1)
Required inputs
SKILLREGISTRY_GIT: git URL or local path to the trusted skillregistry repoSKILLREGISTRY_REF: branch/tag/commit (default:main)
What this skill must do
- Ensure
.agent/skillregistryexists by cloningSKILLREGISTRY_GITand checking outSKILLREGISTRY_REF. - Run:
python3 .agent/skillregistry/skills/project-bootstrap/scripts/bootstrap.py initwith:--skillregistry-git--skillregistry-ref
- After init, print next steps:
- review
.agent/skills_todo.md - restart Codex CLI to ensure skills are reloaded (recommended)
- review
Constraints
- Install only from the trusted skillregistry.
- Never fetch skills from external catalogs.
- Treat installed registry skills as read-only; project customizations go into overlay skills.
- Never overwrite overlay skills silently unless the overlay is unchanged (safe overwrite policy) or
--force-overwrite-overlays.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon