Skip to content

Commit 74b85c5

Browse files
k-ibarakiclaude
andauthored
fix: Correct agent skills folder structure to comply with official docs (#27)
Update skills organization to follow Claude Code's official documentation: - Move each skill into its own directory - Rename skill files to SKILL.md - Add required YAML frontmatter with name and description fields This change enables proper "progressive disclosure" architecture where Claude loads only relevant content as needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent e0b7b74 commit 74b85c5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: quality-check
3+
description: コード品質チェックと自動修正を実行します。コミット前やコード変更後に使用してください。
4+
---
5+
16
# Quality Check Skill
27

38
このスキルは、コード品質チェックと自動修正を実行します。
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: sync-docs
3+
description: 英語と日本語のドキュメントを同期的に更新します。README、セットアップガイド、使用方法ガイドなどのドキュメントペアを常に同期して更新します。
4+
---
5+
16
# Documentation Sync Skill
27

38
このスキルは、英語と日本語のドキュメントを同期的に更新します。

0 commit comments

Comments
 (0)