スキル一覧に戻る
Tiberriver256

skill-acquisition

by Tiberriver256

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

SKILL.md


name: skill-acquisition description: Create, document, or revise Codex skills, including deciding when to add scripts/references/assets, structuring SKILL.md content, enforcing the 500-line rule, and updating repo references (AGENTS.md, kanban evidence).

Skill Acquisition

Scope

  • Document or update a skill in this repo.
  • Keep skill guidance concise while covering structure, resources, and validation.

Workflow

  1. Confirm the skill goal, triggers, and expected outputs.
  2. Pick a short, hyphenated skill name (folder name and frontmatter name match).
  3. Create skills/<skill-name>/SKILL.md with YAML frontmatter:
    • name: skill name.
    • description: when to use the skill and what it enables.
  4. Draft the SKILL.md body in imperative form:
    • Keep to actionable steps, not general explanations.
    • Prefer short checklists and decision points.
  5. Decide on bundled resources:
    • scripts/ for repeated deterministic steps.
    • references/ for long or variant-specific guidance.
    • assets/ for templates or files used in outputs.
  6. Enforce the 500-line rule:
    • Keep SKILL.md under 500 lines.
    • Split large guidance into references/ and link it from SKILL.md.
    • Optionally run scripts/check-file-lengths.sh.
  7. Update repo references:
    • Add the skill path to AGENTS.md (skills block).
    • Update the relevant kanban card with summary and evidence link.

Structure Checklist

  • skills/<skill-name>/SKILL.md exists and uses required frontmatter only.
  • SKILL.md includes: scope, workflow, resource guidance, and 500-line rule.
  • Resources exist only when needed; avoid unused folders.
  • References are linked directly from SKILL.md (one level deep).

Troubleshooting

  • Missing init script: create the folder and SKILL.md manually.
  • SKILL.md too long: move detailed sections into references/ and link them.
  • Evidence missing: add direct paths in the kanban card links section.

スコア

総合スコア

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

レビュー

💬

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