← Back to list

skill-creator
by d-o-hub
A modular Rust-based self-learning episodic memory system for AI agents, featuring hybrid storage with Turso (SQL) and redb (KV), async execution tracking, reward scoring, reflection, and pattern-based skill evolution. Designed for real-world applicability, maintainability, and scalable agent workflows.
⭐ 3🍴 0📅 Jan 23, 2026
SKILL.md
name: skill-creator description: Create new Claude Code skills with proper structure, YAML frontmatter, and best practices. Use when creating reusable knowledge modules, adding specialized guidance, or building domain-specific expertise.
Skill Creator
Create new Claude Code skills following the official format and best practices.
Quick Reference
- Structure Guide - Directory format and file organization
- Naming Rules - Skill naming requirements
- Description Guide - Writing effective descriptions
- Templates - Process, knowledge, and tool skill templates
- Examples - Complete skill creation walkthroughs
- Validation - Commands to validate new skills
When to Use
- Creating a new reusable knowledge module
- Adding specialized guidance for specific tasks
- Building domain-specific expertise into Claude Code
- Need to ensure proper skill format and structure
Required SKILL.md Format
Every skill requires a SKILL.md file with two parts:
- YAML frontmatter (metadata between
---markers on line 1) - Markdown instructions (guidance for Claude)
---
name: skill-name
description: Brief description of what this skill does and when to use it
---
# Skill Title
## Instructions
Step-by-step guidance for Claude...
YAML Frontmatter Fields
| Field | Required | Description |
|---|---|---|
name | Yes | Lowercase letters, numbers, hyphens only (max 64 chars). Must match directory name. |
description | Yes | What the skill does and when to use it (max 1024 chars). Claude uses this to match requests. |
allowed-tools | No | Tools Claude can use without permission |
model | No | Specific model to use |
context | No | Set to fork for isolated sub-agent context |
File Structure
skill-name/
├── SKILL.md # Required - overview and navigation
├── reference.md # Detailed docs - loaded when needed
├── examples.md # Usage examples - loaded when needed
└── scripts/
└── helper.sh # Utility script - executed, not loaded
Best Practices
- Keep SKILL.md under 250 lines - Use progressive disclosure
- Write specific descriptions - Include trigger terms users would naturally use
- Link supporting files - From SKILL.md using markdown links
- Validate structure - Check YAML syntax and file organization
See naming.md for naming conventions and templates.md for ready-to-use templates.
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon



