Catalyst #2 - Comprehensive skill reference repo analysis
- Analyzed 6 skill reference repositories (2,700+ skills total) - Created SKILL-REFERENCE-REPOS-ANALYSIS.md with detailed breakdown - Created CATALYST-SKILL-OPPORTUNITIES.md with installation priorities - Repos cloned to /home/claude/ for session access - Top recommendations: skill-creator, minecraft-bukkit-pro
This commit is contained in:
143
docs/skills/CATALYST-SKILL-OPPORTUNITIES.md
Normal file
143
docs/skills/CATALYST-SKILL-OPPORTUNITIES.md
Normal file
@@ -0,0 +1,143 @@
|
||||
# Catalyst Skill Opportunities
|
||||
|
||||
**Date:** April 9, 2026
|
||||
**Catalyst:** #2
|
||||
**Purpose:** Skills available from reference repos that could enhance Holly's workflow
|
||||
|
||||
---
|
||||
|
||||
## Currently Installed (5 Skills)
|
||||
|
||||
1. **catalyst-handoff** — Session lifecycle management
|
||||
2. **firefrost-branding** — Brand guidelines (SOVEREIGN tier, colors)
|
||||
3. **gemini-consultation** — Architectural review partner
|
||||
4. **discord-automation** — Discord API (tested & working)
|
||||
5. **task-creation** — Decap CMS task formatting
|
||||
|
||||
---
|
||||
|
||||
## High-Value Candidates for Holly
|
||||
|
||||
### 🎮 Gaming & Server Management
|
||||
|
||||
**minecraft-bukkit-pro** (antigravity)
|
||||
- Location: `antigravity-skills-reference/skills/minecraft-bukkit-pro`
|
||||
- Use cases: Plugin development, Bukkit/Spigot/Paper APIs
|
||||
- Firefrost relevance: ⭐⭐⭐⭐⭐ (we run modded servers)
|
||||
- Notes: Expert plugin dev patterns, NMS internals, performance optimization
|
||||
|
||||
**server-management** (antigravity)
|
||||
- Location: `antigravity-skills-reference/skills/server-management`
|
||||
- Use cases: General server ops
|
||||
- Firefrost relevance: ⭐⭐⭐
|
||||
|
||||
### 🔧 Infrastructure & Development
|
||||
|
||||
**mcp-server-builder** (claude-skills-reference)
|
||||
- Location: `claude-skills-reference/engineering/mcp-server-builder`
|
||||
- Use cases: Building MCP servers (Task #92 Trinity Core)
|
||||
- Firefrost relevance: ⭐⭐⭐⭐ (future cross-lineage work)
|
||||
|
||||
**skill-creator** (claude-code-skills-reference)
|
||||
- Location: `claude-code-skills-reference/skill-creator`
|
||||
- Use cases: Creating new skills interactively
|
||||
- Firefrost relevance: ⭐⭐⭐⭐⭐ (meta-skill for building more skills)
|
||||
- Notes: Production-hardened fork with expanded validation
|
||||
|
||||
**skill-seekers** (skill-seekers-reference)
|
||||
- Location: `skill-seekers-reference/`
|
||||
- Use cases: Convert docs/repos into skills
|
||||
- Firefrost relevance: ⭐⭐⭐⭐ (turn Pokerole docs into skills)
|
||||
- Notes: Could extract LuckPerms wiki into structured skill
|
||||
|
||||
### 📋 Productivity & Organization
|
||||
|
||||
**excel-automation** (claude-code-skills-reference)
|
||||
- Location: `claude-code-skills-reference/excel-automation`
|
||||
- Use cases: Spreadsheet creation/manipulation
|
||||
- Firefrost relevance: ⭐⭐⭐ (subscriber tracking, analytics)
|
||||
|
||||
**ppt-creator** (claude-code-skills-reference)
|
||||
- Location: `claude-code-skills-reference/ppt-creator`
|
||||
- Use cases: Presentation generation
|
||||
- Firefrost relevance: ⭐⭐ (pitch decks, campaign planning)
|
||||
|
||||
**meeting-minutes-taker** (claude-code-skills-reference)
|
||||
- Location: `claude-code-skills-reference/meeting-minutes-taker`
|
||||
- Use cases: Meeting documentation
|
||||
- Firefrost relevance: ⭐⭐⭐ (Trinity planning sessions)
|
||||
|
||||
### 🎨 Creative & Content
|
||||
|
||||
**ui-designer** (claude-code-skills-reference)
|
||||
- Location: `claude-code-skills-reference/ui-designer`
|
||||
- Use cases: UI mockups and design
|
||||
- Firefrost relevance: ⭐⭐⭐ (Discord layouts, web design)
|
||||
|
||||
**content-research-writer** (composio-skills-reference)
|
||||
- Location: `composio-skills-reference/content-research-writer`
|
||||
- Use cases: Research and content generation
|
||||
- Firefrost relevance: ⭐⭐⭐ (blog posts, guides)
|
||||
|
||||
---
|
||||
|
||||
## Skills Already Available in Repo
|
||||
|
||||
These are in `/docs/skills/` but not mentioned in handoff:
|
||||
|
||||
- **chronicler-handoff** — Chronicler lifecycle (Michael's lineage)
|
||||
- **cloudflare-workers-expert** — Edge computing
|
||||
- **content-engine** — Content generation workflows
|
||||
- **gemini-tools** — Gemini API integration
|
||||
- **git-advanced-workflows** — Git operations
|
||||
- **minecraft-mod-dev** — Minecraft modding
|
||||
- **n8n-automation** — Workflow automation
|
||||
- **n8n-workflow-patterns** — n8n patterns
|
||||
- **nodejs-backend-patterns** — Backend development
|
||||
- **postgres-patterns** — Database work
|
||||
- **social-automation** — Social media posting
|
||||
- **stripe-best-practices** — Payment processing
|
||||
- **tea-cli** — Tea package manager
|
||||
|
||||
---
|
||||
|
||||
## Recommendations for Next Session
|
||||
|
||||
### Immediate Value
|
||||
1. **skill-creator** — Install this first to make creating custom skills easier
|
||||
2. **minecraft-bukkit-pro** — Essential for Firefrost game servers
|
||||
|
||||
### When Needed
|
||||
3. **skill-seekers** — When you want to convert LuckPerms docs or Pokerole materials into skills
|
||||
4. **mcp-server-builder** — When Task #92 (Trinity Core) becomes active
|
||||
|
||||
### Nice to Have
|
||||
5. **excel-automation** — Subscriber analytics and tracking
|
||||
6. **ui-designer** — Discord layout planning
|
||||
|
||||
---
|
||||
|
||||
## Installation Commands (Reference)
|
||||
|
||||
### From Antigravity
|
||||
```bash
|
||||
# Copy skill folder to /home/claude/firefrost-operations-manual/docs/skills/
|
||||
cp -r /home/claude/antigravity-skills-reference/skills/minecraft-bukkit-pro \
|
||||
/home/claude/firefrost-operations-manual/docs/skills/
|
||||
```
|
||||
|
||||
### From Claude Code Skills
|
||||
```bash
|
||||
cp -r /home/claude/claude-code-skills-reference/skill-creator \
|
||||
/home/claude/firefrost-operations-manual/docs/skills/
|
||||
```
|
||||
|
||||
### Testing
|
||||
After copying, verify the skill is readable:
|
||||
```bash
|
||||
cat /home/claude/firefrost-operations-manual/docs/skills/[skill-name]/SKILL.md
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
**Fire + Frost + Foundation = Where Love Builds Legacy** 💙🔥❄️
|
||||
475
docs/skills/SKILL-REFERENCE-REPOS-ANALYSIS.md
Normal file
475
docs/skills/SKILL-REFERENCE-REPOS-ANALYSIS.md
Normal file
@@ -0,0 +1,475 @@
|
||||
# Skill Reference Repositories — Complete Analysis
|
||||
|
||||
**Date:** April 9, 2026
|
||||
**Analyzed By:** Catalyst #2
|
||||
**Purpose:** Comprehensive mapping of all available skill libraries for Firefrost Gaming
|
||||
|
||||
---
|
||||
|
||||
## Executive Summary
|
||||
|
||||
**Total Skills Available:** 2,700+
|
||||
**Repositories Analyzed:** 6
|
||||
**Total Size:** 1.4GB
|
||||
**Relevance to Firefrost:** High (gaming, Discord, server management, automation)
|
||||
|
||||
All repositories cloned to `/home/claude/` for easy access during sessions.
|
||||
|
||||
---
|
||||
|
||||
## Repository Breakdown
|
||||
|
||||
### 1. antigravity-skills-reference (244MB)
|
||||
|
||||
**Overview:** THE MOTHERLODE — largest and most comprehensive collection
|
||||
|
||||
**Stats:**
|
||||
- **1,392 skills** across all domains
|
||||
- **38 role bundles** (engineering, frontend, backend, devops, etc.)
|
||||
- **12,776 files** total
|
||||
- MIT licensed
|
||||
|
||||
**Structure:**
|
||||
```
|
||||
antigravity-skills-reference/
|
||||
├── skills/ # 1,378 individual skill folders
|
||||
├── plugins/ # 40 plugin bundles
|
||||
├── docs/ # Usage documentation
|
||||
├── CATALOG.md # Full skill index (399KB)
|
||||
└── skills_index.json # Machine-readable catalog (886KB)
|
||||
```
|
||||
|
||||
**Top Categories:**
|
||||
- AI/ML development
|
||||
- Web development (React, Vue, Angular, Svelte)
|
||||
- Backend (Node.js, Python, Go, Rust)
|
||||
- DevOps & Infrastructure
|
||||
- Security & Testing
|
||||
- Data Science
|
||||
- Cloud platforms (AWS, Azure, GCP)
|
||||
- Automation & Workflow
|
||||
|
||||
**Installation:**
|
||||
```bash
|
||||
npx antigravity-awesome-skills
|
||||
```
|
||||
|
||||
**Works With:**
|
||||
- Claude Code
|
||||
- Cursor
|
||||
- Codex CLI
|
||||
- Gemini CLI
|
||||
- Antigravity
|
||||
- Kiro
|
||||
- OpenCode
|
||||
- GitHub Copilot
|
||||
|
||||
**Firefrost-Relevant Skills:**
|
||||
- `discord-automation` — Discord bot/server management via Rube MCP
|
||||
- `discord-bot-architect` — Bot design patterns
|
||||
- `minecraft-bukkit-pro` — Bukkit/Spigot/Paper plugin development
|
||||
- `server-management` — General server operations
|
||||
- `game-development` — Game dev patterns
|
||||
|
||||
**Repository:** `git.firefrostgaming.com/firefrost-gaming/antigravity-skills-reference`
|
||||
|
||||
---
|
||||
|
||||
### 2. claude-skills-reference (33MB)
|
||||
|
||||
**Overview:** Enterprise-focused skills with role-based organization
|
||||
|
||||
**Stats:**
|
||||
- **233 production-ready skills**
|
||||
- **305 Python CLI tools** (all stdlib-only, zero external dependencies)
|
||||
- **25 agents** + **3 personas**
|
||||
- **2,375 files** total
|
||||
- MIT licensed
|
||||
|
||||
**Structure:**
|
||||
```
|
||||
claude-skills-reference/
|
||||
├── engineering/ # 24 core engineering skills
|
||||
├── engineering-team/ # 48 advanced engineering skills
|
||||
├── product-team/ # 19 product management skills
|
||||
├── marketing-skill/ # 48 marketing skills
|
||||
├── finance/ # 7 finance skills
|
||||
├── c-level-advisor/ # 32 C-suite advisory skills
|
||||
├── business-growth/ # 4 business & growth skills
|
||||
├── project-management/ # 12 PM skills
|
||||
├── ra-qm-team/ # 17 regulatory/quality skills
|
||||
└── agents/ # 12 specialized agents
|
||||
```
|
||||
|
||||
**Business Focus:**
|
||||
- Engineering workflows
|
||||
- Product development
|
||||
- Marketing automation
|
||||
- Financial analysis
|
||||
- Executive advisory
|
||||
- Project management
|
||||
- Regulatory compliance
|
||||
|
||||
**Firefrost-Relevant Skills:**
|
||||
- `mcp-server-builder` — Build custom MCP servers (Task #92!)
|
||||
- Business growth strategies
|
||||
- Marketing automation
|
||||
|
||||
**Repository:** `git.firefrostgaming.com/firefrost-gaming/claude-skills-reference`
|
||||
|
||||
---
|
||||
|
||||
### 3. composio-skills-reference (20MB)
|
||||
|
||||
**Overview:** API automation skills — connect Claude to external services
|
||||
|
||||
**Stats:**
|
||||
- **832+ automation skills**
|
||||
- Connects to **500+ apps** via Composio
|
||||
- Focus on **action-taking** (not just text generation)
|
||||
|
||||
**Structure:**
|
||||
```
|
||||
composio-skills-reference/
|
||||
├── composio-skills/ # 835 API integration folders
|
||||
├── connect-apps/ # Main connection plugin
|
||||
├── skill-creator/ # Meta-skill
|
||||
├── mcp-builder/ # MCP server builder
|
||||
└── [specialized skills] # Document processing, automation, etc.
|
||||
```
|
||||
|
||||
**Popular Integrations:**
|
||||
- Gmail, Slack, Discord, GitHub
|
||||
- Jira, Asana, Notion, Trello
|
||||
- Google Drive, Dropbox, OneDrive
|
||||
- Stripe, PayPal, QuickBooks
|
||||
- Twitter, LinkedIn, Facebook
|
||||
- Salesforce, HubSpot, Mailchimp
|
||||
- AWS, Azure, GCP services
|
||||
|
||||
**Firefrost-Relevant Skills:**
|
||||
- `discordbot-automation` — Discord bot via Composio/Rube MCP
|
||||
- `connect-apps` — Main plugin for 500+ app connections
|
||||
- Email automation (Gmail)
|
||||
- Social automation (Twitter, LinkedIn)
|
||||
|
||||
**How It Works:**
|
||||
1. Install connect-apps plugin
|
||||
2. Get free API key from platform.composio.dev
|
||||
3. Claude can now send emails, create issues, post to Slack, etc.
|
||||
|
||||
**Repository:** `git.firefrostgaming.com/firefrost-gaming/composio-skills-reference`
|
||||
|
||||
---
|
||||
|
||||
### 4. claude-code-skills-reference (27MB)
|
||||
|
||||
**Overview:** Production skills specifically for Claude Code
|
||||
|
||||
**Stats:**
|
||||
- **50 production-ready skills**
|
||||
- Marketplace-ready plugins
|
||||
- Strong developer productivity focus
|
||||
- Version 1.39.0
|
||||
|
||||
**Structure:**
|
||||
```
|
||||
claude-code-skills-reference/
|
||||
├── skill-creator/ # META-SKILL — create new skills
|
||||
├── deep-research/ # Research automation
|
||||
├── excel-automation/ # Spreadsheet generation
|
||||
├── ppt-creator/ # Presentation generation
|
||||
├── pdf-creator/ # PDF generation
|
||||
├── mermaid-tools/ # Diagram generation
|
||||
├── meeting-minutes-taker/ # Meeting documentation
|
||||
├── ui-designer/ # UI mockups
|
||||
├── github-ops/ # GitHub automation
|
||||
├── terraform-skill/ # Infrastructure as code
|
||||
└── [40 more...]
|
||||
```
|
||||
|
||||
**Highlight: skill-creator**
|
||||
- Production-hardened fork of Anthropic's official skill-creator
|
||||
- **8-channel research protocol** before building
|
||||
- **9 structured checkpoints** for user input
|
||||
- **Security scan gate** with gitleaks integration
|
||||
- **Battle-tested methodology** with documented failure patterns
|
||||
- Quality audit: 65/80 vs official's 42/80
|
||||
|
||||
**Firefrost-Relevant Skills:**
|
||||
- `skill-creator` — BUILD MORE SKILLS (meta-skill)
|
||||
- `excel-automation` — Subscriber tracking
|
||||
- `ppt-creator` — Pitch decks, campaign planning
|
||||
- `meeting-minutes-taker` — Trinity session docs
|
||||
- `ui-designer` — Discord layouts
|
||||
- `github-ops` — Repo automation
|
||||
|
||||
**Repository:** `git.firefrostgaming.com/firefrost-gaming/claude-code-skills-reference`
|
||||
|
||||
---
|
||||
|
||||
### 5. skill-seekers-reference (59MB)
|
||||
|
||||
**Overview:** TOOL FOR CREATING SKILLS — convert docs/repos into structured skills
|
||||
|
||||
**Stats:**
|
||||
- Multi-repo project (6 related repos)
|
||||
- **2,814 files**
|
||||
- Version 3.5.0
|
||||
- **2,540+ tests passing**
|
||||
|
||||
**Structure:**
|
||||
```
|
||||
skill-seekers-reference/
|
||||
├── src/ # Core conversion engine
|
||||
├── skills/ # Example skills
|
||||
├── configs/ # 24+ framework presets
|
||||
├── examples/ # Real-world examples
|
||||
├── docs/ # Comprehensive documentation
|
||||
└── setup.sh # Installation script
|
||||
```
|
||||
|
||||
**What It Does:**
|
||||
Converts ANY documentation into AI-ready skills:
|
||||
- Documentation sites (docs.react.dev, etc.)
|
||||
- GitHub repositories
|
||||
- PDFs
|
||||
- Videos (YouTube, local)
|
||||
- Jupyter notebooks
|
||||
- Wikis
|
||||
- 10+ more source types
|
||||
|
||||
**Export Targets:**
|
||||
- Claude Skills (ZIP + YAML)
|
||||
- Gemini Skills (tar.gz)
|
||||
- OpenAI/GPT Skills
|
||||
- LangChain Documents
|
||||
- LlamaIndex TextNodes
|
||||
- Haystack Documents
|
||||
- Cursor .cursorrules
|
||||
- Pinecone/ChromaDB/FAISS/Qdrant
|
||||
- Raw Markdown
|
||||
|
||||
**Installation:**
|
||||
```bash
|
||||
pip install skill-seekers
|
||||
```
|
||||
|
||||
**Example Usage:**
|
||||
```bash
|
||||
# Create skill from React docs
|
||||
skill-seekers create https://docs.react.dev/
|
||||
|
||||
# Create skill from GitHub repo
|
||||
skill-seekers create facebook/react
|
||||
|
||||
# Create skill from local project
|
||||
skill-seekers create ./my-project
|
||||
|
||||
# Package for Claude
|
||||
skill-seekers package output/react --target claude
|
||||
```
|
||||
|
||||
**Firefrost Use Cases:**
|
||||
- **Convert LuckPerms wiki** into structured skill
|
||||
- **Extract Pokerole TTRPG docs** into campaign skill
|
||||
- **Turn Bukkit/Spigot docs** into plugin dev skill
|
||||
- **Create skill from Pterodactyl docs**
|
||||
- **Build skill from Discord.js docs**
|
||||
|
||||
**Repository:** `git.firefrostgaming.com/firefrost-gaming/skill-seekers-reference`
|
||||
|
||||
---
|
||||
|
||||
### 6. voltagent-skills-directory (575KB)
|
||||
|
||||
**Overview:** Curated index of official skills from major companies
|
||||
|
||||
**Stats:**
|
||||
- Smallest repo (575KB)
|
||||
- High quality, canonical sources
|
||||
- Points to official skill repositories
|
||||
|
||||
**Structure:**
|
||||
```
|
||||
voltagent-skills-directory/
|
||||
├── .claude/ # Claude integration
|
||||
├── README.md # 145KB index
|
||||
└── CONTRIBUTING.md
|
||||
```
|
||||
|
||||
**Purpose:**
|
||||
- Index of verified, official skills
|
||||
- Quality-curated collection
|
||||
- Points to source repositories
|
||||
|
||||
**Repository:** `git.firefrostgaming.com/firefrost-gaming/voltagent-skills-directory`
|
||||
|
||||
---
|
||||
|
||||
## Cross-Repository Skill Comparison
|
||||
|
||||
### Discord Automation
|
||||
|
||||
| Repo | Skill Name | Approach | Notes |
|
||||
|------|-----------|----------|-------|
|
||||
| antigravity | discord-automation | Rube MCP via Composio | Comprehensive, current schemas |
|
||||
| composio | discordbot-automation | Rube MCP toolkit | Same underlying tech |
|
||||
| **Firefrost** | discord-automation | **Direct curl + Rube MCP** | **Firefrost-specific credentials included** |
|
||||
|
||||
**Recommendation:** Keep Firefrost version (includes our bot token, guild ID, tested)
|
||||
|
||||
---
|
||||
|
||||
### Minecraft Development
|
||||
|
||||
| Repo | Skill Name | Focus | Notes |
|
||||
|------|-----------|-------|-------|
|
||||
| antigravity | minecraft-bukkit-pro | Bukkit/Spigot/Paper APIs | Expert patterns, NMS internals |
|
||||
| **Firefrost** | minecraft-mod-dev | Modding | Already installed |
|
||||
|
||||
**Recommendation:** Install `minecraft-bukkit-pro` from antigravity for plugin work
|
||||
|
||||
---
|
||||
|
||||
### Skill Creation
|
||||
|
||||
| Repo | Skill Name | Quality | Notes |
|
||||
|------|-----------|---------|-------|
|
||||
| claude-code | skill-creator | 65/80 | Production-hardened, security scans |
|
||||
| composio | skill-creator | — | Basic version |
|
||||
| skill-seekers | (entire repo) | — | Convert docs to skills |
|
||||
|
||||
**Recommendation:** Install `skill-creator` from claude-code-skills-reference
|
||||
|
||||
---
|
||||
|
||||
## Installation Priority Matrix
|
||||
|
||||
### Tier 1: Install Now
|
||||
| Skill | Source | Reason |
|
||||
|-------|--------|--------|
|
||||
| skill-creator | claude-code-skills-reference | Build custom skills easily |
|
||||
| minecraft-bukkit-pro | antigravity-skills-reference | Firefrost runs Minecraft servers |
|
||||
|
||||
### Tier 2: Install When Needed
|
||||
| Skill | Source | Trigger |
|
||||
|-------|--------|---------|
|
||||
| skill-seekers | skill-seekers-reference | Converting LuckPerms/Pokerole docs |
|
||||
| mcp-server-builder | claude-skills-reference | Task #92 becomes active |
|
||||
| excel-automation | claude-code-skills-reference | Subscriber analytics needed |
|
||||
|
||||
### Tier 3: Nice to Have
|
||||
| Skill | Source | Use Case |
|
||||
|-------|--------|----------|
|
||||
| ui-designer | claude-code-skills-reference | Discord layout design |
|
||||
| meeting-minutes-taker | claude-code-skills-reference | Trinity planning docs |
|
||||
| ppt-creator | claude-code-skills-reference | Pitch decks |
|
||||
|
||||
---
|
||||
|
||||
## Storage Locations
|
||||
|
||||
All repos cloned to `/home/claude/`:
|
||||
|
||||
```
|
||||
/home/claude/
|
||||
├── antigravity-skills-reference/ (244MB)
|
||||
├── claude-skills-reference/ (33MB)
|
||||
├── composio-skills-reference/ (20MB)
|
||||
├── claude-code-skills-reference/ (27MB)
|
||||
├── skill-seekers-reference/ (59MB)
|
||||
├── voltagent-skills-directory/ (575KB)
|
||||
└── firefrost-operations-manual/ (1.1GB)
|
||||
```
|
||||
|
||||
**Total:** ~1.4GB
|
||||
|
||||
---
|
||||
|
||||
## Quick Installation Reference
|
||||
|
||||
### Copy Skill from Reference Repo
|
||||
|
||||
```bash
|
||||
# From antigravity
|
||||
cp -r /home/claude/antigravity-skills-reference/skills/[SKILL-NAME] \
|
||||
/home/claude/firefrost-operations-manual/docs/skills/
|
||||
|
||||
# From claude-skills-reference
|
||||
cp -r /home/claude/claude-skills-reference/[CATEGORY]/[SKILL-NAME] \
|
||||
/home/claude/firefrost-operations-manual/docs/skills/
|
||||
|
||||
# From claude-code-skills-reference
|
||||
cp -r /home/claude/claude-code-skills-reference/[SKILL-NAME] \
|
||||
/home/claude/firefrost-operations-manual/docs/skills/
|
||||
|
||||
# From composio
|
||||
cp -r /home/claude/composio-skills-reference/[SKILL-NAME] \
|
||||
/home/claude/firefrost-operations-manual/docs/skills/
|
||||
```
|
||||
|
||||
### Verify Installation
|
||||
|
||||
```bash
|
||||
cat /home/claude/firefrost-operations-manual/docs/skills/[SKILL-NAME]/SKILL.md
|
||||
```
|
||||
|
||||
### Update Skills Index
|
||||
|
||||
After installing, update:
|
||||
```bash
|
||||
vim /home/claude/firefrost-operations-manual/docs/skills/SKILLS-INDEX.md
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Skill Discovery Commands
|
||||
|
||||
### Search Antigravity Skills
|
||||
```bash
|
||||
cd /home/claude/antigravity-skills-reference/skills
|
||||
ls -d *[search-term]* | head -20
|
||||
```
|
||||
|
||||
### Browse Claude Skills by Category
|
||||
```bash
|
||||
cd /home/claude/claude-skills-reference
|
||||
ls -d engineering/* product-team/* marketing-skill/*
|
||||
```
|
||||
|
||||
### List Composio Integrations
|
||||
```bash
|
||||
cd /home/claude/composio-skills-reference/composio-skills
|
||||
ls | grep -i [service-name]
|
||||
```
|
||||
|
||||
### Search Claude Code Skills
|
||||
```bash
|
||||
cd /home/claude/claude-code-skills-reference
|
||||
ls -d *[search-term]*
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Next Actions for Catalyst #3
|
||||
|
||||
1. **Review this document** with Holly
|
||||
2. **Install skill-creator** if approved
|
||||
3. **Install minecraft-bukkit-pro** if approved
|
||||
4. **Update SKILLS-INDEX.md** after installations
|
||||
5. **Commit changes** to repo
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
- All reference repos are read-only (mounted or cloned)
|
||||
- Skills must be **copied** to firefrost-operations-manual to persist
|
||||
- Check skill `risk` level before installing (safe/low/medium/high/critical)
|
||||
- Always read SKILL.md before using a new skill
|
||||
- Some skills require MCP servers (Rube, etc.)
|
||||
|
||||
---
|
||||
|
||||
**Fire + Frost + Foundation = Where Love Builds Legacy** 💙🔥❄️
|
||||
Reference in New Issue
Block a user