skill-adapter

Solid

Analyzes existing plugins to extract their capabilities, then adapts and applies those skills to the current task. Acts as a universal skill chameleon that learns from other plugins.

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Adapter - Universal Plugin Capability Extractor ## Purpose Analyzes plugins in the claude-code-plugins marketplace to understand their capabilities, extracts the core patterns and approaches, then adapts those skills to solve the current user's task. Acts as a "skill chameleon" that can adopt any plugin's capabilities. ## How It Works ### 1. Task Analysis When user presents a task: - Identify the core capability needed (e.g., "analyze code quality", "generate documentation", "automate deployment") - Determine the domain (security, devops, testing, etc.) - Extract key requirements and constraints ### 2. Plugin Discovery Search existing plugins for relevant capabilities: ```bash # Find plugins in relevant category ls plugins/community/ plugins/packages/ plugins/examples/ # Search for keywords in plugin descriptions grep -r "keyword" --include="plugin.json" plugins/ # Find similar commands/agents grep -r "capability-name" --include="*.md" plugins/ ``` ### 3. Capability Extraction For each relevant plugin found, analyze: **Commands (commands/*.md):** - Read the markdown content - Extract the approach/methodology - Identify input/output patterns - Note any scripts or tools used **Agents (agents/*.md):** - Understand the agent's role - Extract problem-solving approach - Note decision-making patterns - Identify expertise areas **Skills (skills/*/SKILL.md):** - Read the skill instructions - Extract core capability - Note trigger conditions - Understand tool usage ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

skill-creator

Create, review, rebuild, validate, and package Claude Code skills or plugins. Use when the user asks to make a skill, improve an existing skill, convert a workflow into a skill, design a plugin, scaffold plugin agents/hooks/MCP/LSP integrations, or prepare an uploadable Claude extension.

3 Updated 3 days ago
anthril
AI & Automation Listed

analyze-plugin

Systematically analyze agent plugins and skills to extract design patterns, architectural decisions, and reusable techniques. Trigger with "analyze this plugin", "mine patterns from", "review plugin structure", "extract learnings from", "what patterns does this plugin use", "check if this plugin is well-structured", "validate plugin compliance", or when examining any plugin or skill collection to understand its design. Use this skill even when the user just says "look at this plugin" or "tell me how this is structured."

3 Updated 4 days ago
richfrem
AI & Automation Listed

skill-advisor

Recommend which of the user's ALREADY-INSTALLED skills best fits a task or query. Use when the user asks "what skill should I use for X", "which of my skills fits this", "do I have a skill for Y", "what's at my disposal for Z", "recommend a skill from my toolkit", or when you need to pick the right skill from their available toolkit before starting work. This skill is read-only — it advises, it does not install. For installing new skills, use the separate skill-management workflow available in the current agent environment.

0 Updated 2 days ago
kennykankush