Create a Claude Code Skill from a Matrix solution
Converts Matrix solutions into reusable Claude Code skills with metadata and examples.
/plugin marketplace add ojowwalker77/Claude-Matrix/plugin install matrix@matrix-marketplaceTransform a high-value Matrix solution into a reusable Claude Code Skill.
Parse arguments: $ARGUMENTS
Expected format: <solution_id> [skill_name]
sol_abc123)Query Matrix for the full solution details:
Create a skill markdown file with:
---
description: "[Problem summary]"
---
# [Skill Title]
## Problem
[Original problem from solution]
## Solution
[Solution content]
## Code Examples
[Code blocks if present]
## Prerequisites
[List of prerequisites]
## What NOT to Do
[Anti-patterns]
## Tags
[Tags from solution]
---
*Generated from Matrix solution `sol_xxx`*
Save to: ~/.claude/skills/[skill-name].md
Use matrix_link_skill to:
After successful creation:
Skill Created Successfully
Skill File: ~/.claude/skills/setup-oauth-firebase.md
Source Solution: sol_abc123
To use this skill:
1. The skill is automatically available in Claude Code
2. Reference it naturally: "help me set up OAuth with Firebase"
To edit: Open ~/.claude/skills/setup-oauth-firebase.md
/matrix:create-skill sol_abc123
/matrix:create-skill sol_abc123 firebase-auth-setup
Before creating:
/matrix:skill-candidates