スキル一覧に戻る
jcollingj

manage-skills

by jcollingj

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

SKILL.md


name: manage-skills description: Manages Claude Code skills - creates, updates, and maintains skills following established design principles. Use when the user asks to create a skill, update a skill, refactor a skill, or wants to teach Claude a new capability. version: 3

Skill Management

Skill Design Principles

1. SKILL.md is Self-Contained

  • Contains ALL information needed to use the skill
  • Should be as minimal as possible while conveying complete information
  • No need for separate README, USAGE, INSTALL, or CHANGELOG files

2. Single Script Design

  • Optimize for ONE script per skill (not multiple scripts)
  • Use command-line parameters for different operations
  • Pattern: ./script.sh <command> [arguments]

3. Minimal File Structure

skill-name/
├── SKILL.md          # Required - complete documentation
└── script.sh         # Optional - single CLI if needed

SKILL.md Structure

Required frontmatter:

---
name: skill-name
description: What it does and when to use it. Use when [triggers].
version: 1
---

Creating a New Skill

  1. Create directory in .claude/skills/skill-name/
  2. Create SKILL.md with frontmatter and documentation
  3. Optionally add a shell script for automation
  4. Make scripts executable with chmod +x

Rendering Custom UI

For rendering interactive HTML interfaces in chat, use the create-interface skill which provides comprehensive documentation on the mcp__noetect-ui__render_ui tool.

スコア

総合スコア

40/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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