Back to list
Itarizum-dev

skill-creator

by Itarizum-dev

LLMやキャラクターを選択追加し会話できるAIチャットツール

1🍴 0📅 Jan 23, 2026

SKILL.md


name: skill-creator description: Create new Agent Skills with the proper directory structure and SKILL.md format. Use when the user wants to create a new skill or learn how to make one.

Skill Creator

This skill helps you create new Agent Skills for the system.

When to use this skill

Use this skill when:

  • The user asks to create a new skill.
  • The user wants to start a new skill project.
  • You need to generate the boilerplate structure for a skill.

How to use

  1. Understand requirements: Ask the user what the skill should do if not already clear.
  2. Determine skill name: Choose a concise, kebab-case name (e.g., pdf-reader, data-analysis).
  3. Initialize skill: Call the initialization API/Tool to create the directory structure.
    • Directory: backend/skills/<skill-name>
    • File: SKILL.md (with template)
    • Subdirectories: scripts/, references/, assets/
  4. Guide the user: Inform the user that the skill template has been created at backend/skills/<skill-name>/SKILL.md and they should edit it to add instructions.

Tools

The system provides a tool create_skill (or API endpoint /api/skills/init) to perform the initialization.

Example

User: "Make a skill for analyzing stock data." Action:

  1. Determine name: stock-analysis
  2. Call create_skill(name="stock-analysis")
  3. Response: "Created skill 'stock-analysis'. You can now edit backend/skills/stock-analysis/SKILL.md."

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

Reviews

💬

Reviews coming soon