← スキル一覧に戻る

refactor-skills
by tatsuki-washimi
gwpy expansions for experiments
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: refactor_skills description: スキルの整理(統廃合・分離・分類の更新)を行い、エージェントの能力を洗練させる
Refactor Skills
This skill is used to organize skills, eliminate redundant features, and optimize the granularity and classification of skills to keep the agent's capabilities refined.
Instructions
-
Skills Audit:
- Run
list_skillsto review all current skills and their descriptions. - Identify redundant features or skills with overly fine granularity that should be consolidated.
- Identify monolithic skills that should be split into smaller, focused ones.
- Run
-
Refactoring Actions:
- Consolidate: Merge similar skills (e.g., merging
fix_notebookandfix_notebook_local) by updating oneSKILL.mdto handle multiple modes via arguments. Remove or empty the redundant directories. - Split: Extract specific workflows from large, generic skills into new, independent ones.
- Update Classification: Update the category definitions in the
list_skillsskill'sInstructionsto reflect the latest state. - Refine Descriptions: Improve the
descriptionin the YAML frontmatter to be more accurate and user-friendly (in Japanese).
- Consolidate: Merge similar skills (e.g., merging
-
Execution:
- Use
write_to_fileorreplace_file_contentto update the targetSKILL.mdfiles. - If skills are added or removed, synchronize the category list in the
list_skillsskill.
- Use
-
Verification:
- Run the updated
list_skillsto ensure the reorganized hierarchy is logical and easy for the user to understand.
- Run the updated
スコア
総合スコア
60/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
レビュー
💬
レビュー機能は近日公開予定です