Run the targeted analysis pipeline on a single Agent Skill. This allows for focused extraction and synthesis from isolated directories without processing an entire plugin.
From agent-plugin-analyzernpx claudepluginhub richfrem/agent-plugins-skills --plugin agent-plugin-analyzer[path-to-skill-directory]Run the targeted analysis pipeline on a single Agent Skill. This allows for focused extraction and synthesis from isolated directories without processing an entire plugin.
analyze-plugin skill, focused purely on this component.synthesize-learnings./mine-skill <path-to-skill-directory>
# Analyze a specific skill within a knowledge plugin
/mine-skill claude-knowledgework-plugins/sales/skills/call-prep
# Analyze one of our own core skills
/mine-skill plugins\ reference/agent-scaffolders/skills/create-plugin
analyze-plugin operating in Single Skill Mode on the provided $ARGUMENTS.scripts/inventory_plugin.py runs against the skill path.references/pattern-catalog.md and detects anti-patterns.synthesize-learnings is invoked to map discovered patterns back to our core agent-scaffolders and agent-skill-open-specifications.