← スキル一覧に戻る

tome-guide
by kennyg
AI Agent Skill Manager - Your spellbook for AI agent capabilities
⭐ 0🍴 0📅 2025年12月29日
SKILL.md
name: tome-guide description: How to use tome - the AI agent skill manager author: kennyg version: 1.0.0 globs: ["*"]
Tome - AI Agent Skill Manager
Tome is a CLI tool for installing and managing skills, commands, and prompts for AI coding agents. Think of it as npm for AI agent knowledge.
Quick Reference
Installing Skills
# Install from GitHub
tome learn owner/repo
# Install specific branch/tag
tome learn owner/repo@branch
# Install globally (vs project-local)
tome learn owner/repo --global
After Installing
When you install a skill that has setup requirements (like npm packages or environment variables), tome will:
- Detect requirements automatically from the skill content
- Display them after installation
- Provide a doctor command to verify setup
Example output:
✓ Installed: some-skill (skill)
⚠ Detected setup requirements:
📦 bun: some-package (line 34)
🔑 env: API_KEY (line 12)
Run: tome doctor some-skill
Checking Setup Status
# Check all artifacts with requirements
tome doctor
# Check a specific artifact
tome doctor skill-name
The doctor command will show:
- ✓ for satisfied requirements
- ✗ for missing requirements with install instructions
Listing Installed Skills
# List all installed artifacts
tome list
# Skills needing setup show [needs setup] badge
Other Commands
tome search "query" # Find skills on GitHub
tome peek owner/repo # Preview before installing
tome info skill-name # Show skill details
tome remove skill-name # Uninstall a skill
tome sync # Update all installed skills
When to Use Tome
Use tome when the user wants to:
- Install a skill, command, or prompt from GitHub
- Check what skills are installed
- Verify setup requirements are met
- Search for available skills
- Update installed skills
Example Workflow
# User wants to install a plugin
tome learn 0xSero/open-orchestra
# Check what setup is needed
tome doctor open-orchestra
# After user completes setup, verify
tome doctor open-orchestra
# Should show all ✓
スコア
総合スコア
50/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
レビュー
💬
レビュー機能は近日公開予定です