スキル一覧に戻る
t3chn

project-bootstrap

by t3chn

0🍴 0📅 2026年1月20日
GitHubで見るManusで実行

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 repo
  • SKILLREGISTRY_REF: branch/tag/commit (default: main)

What this skill must do

  1. Ensure .agent/skillregistry exists by cloning SKILLREGISTRY_GIT and checking out SKILLREGISTRY_REF.
  2. Run: python3 .agent/skillregistry/skills/project-bootstrap/scripts/bootstrap.py init with:
    • --skillregistry-git
    • --skillregistry-ref
  3. After init, print next steps:
    • review .agent/skills_todo.md
    • restart Codex CLI to ensure skills are reloaded (recommended)

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.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です