スキル一覧に戻る
Warashi

agent-config-maintenance

by Warashi

My Nix configurations

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

SKILL.md


name: agent-config-maintenance description: Refactor Codex configuration files and Agent Skills by splitting concerns, deduplicating instructions, and reorganizing guidance across AGENTS.md, project docs, and skills. Use when asked to clean up AGENTS.md, move instructions into skill bundles, or standardize agent setup rules.

Agent Config Maintenance

Scope

  • Target files: AGENTS.md, project-doc sections, skills/*/SKILL.md, and any references under skills/*/references/.
  • Focus on separation of concerns: global agent rules vs task-specific workflows.

Workflow

  1. Inventory instructions
    • Use rg to find duplicate or conflicting rules across AGENTS, project docs, and skills.
    • Note which rules are global constraints vs task-specific procedures.
  2. Decide the split
    • Keep only global, always-on constraints in AGENTS.md.
    • Move task-specific procedures into the relevant skill SKILL.md or references/.
    • Remove duplicated bullets after moving.
  3. Update skill metadata
    • Fill SKILL.md frontmatter with name and a trigger-ready description.
    • Keep the description explicit about when to use the skill.
  4. Write the skill body
    • Use imperative form.
    • Keep core workflow in SKILL.md.
    • Move large checklists or detailed examples into references/ and link them.
  5. Validate consistency
    • Ensure AGENTS and skills do not contradict each other.
    • Verify naming conventions (lowercase + hyphen).
    • Confirm only necessary files exist; avoid extra docs.

Quality gates

  • Keep SKILL.md under 500 lines.
  • Avoid duplication between SKILL.md and any reference files.
  • If adding scripts, run them once to validate behavior.

スコア

総合スコア

50/100

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

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

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