mine-skill
Dependencies
This skill requires Python 3.8+ and standard library only. No external packages needed.
To install this skill's dependencies:
pip-compile ./requirements.in
pip install -r ./requirements.txt
See ./requirements.txt for the dependency lockfile (currently empty — standard library only).
Mine Skill
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.
What This Command Does
- Inventory — Enumerate the files within the specific skill directory.
- Analyze — Run the
analyze-pluginskill, focused purely on this component. - Extract — Pull design patterns and architecture choices from the skill.
- Synthesize — Generate improvement recommendations using
synthesize-learnings.
Usage
/mine-skill <path-to-skill-directory>
Examples
# 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
Execution Flow
- Invoke Analysis: The system triggers
analyze-pluginoperating in Single Skill Mode on the provided$ARGUMENTS. - Execute Inventory:
scripts/inventory_plugin.pyruns against the skill path.Security scanning is enabled by default. Credential detection, network call detection, and environment variable checks run on all script files unless
--no-securityis passed. - Pattern Matching: Checks against
references/pattern-catalog.mdand detects anti-patterns. - Knowledge Synthesis:
synthesize-learningsis invoked to map discovered patterns back to our coreagent-scaffoldersandagent-skill-open-specifications. - Output: Renders the analysis inline, highlighting the novel techniques implemented in the isolated skill.
More from richfrem/agent-plugins-skills
markdown-to-msword-converter
Converts Markdown files to one MS Word document per file using plugin-local scripts. V2 includes L5 Delegated Constraint Verification for strict binary artifact linting.
52excel-to-csv
>
32zip-bundling
Create technical ZIP bundles of code, design, and documentation for external review or context sharing. Use when you need to package multiple project files into a portable `.zip` archive instead of a single Markdown file.
29learning-loop
(Industry standard: Loop Agent / Single Agent) Primary Use Case: Self-contained research, content generation, and exploration where no inner delegation is required. Self-directed research and knowledge capture loop. Use when: starting a session (Orientation), performing research (Synthesis), or closing a session (Seal, Persist, Retrospective). Ensures knowledge survives across isolated agent sessions.
26ollama-launch
Start and verify the local Ollama LLM server. Use when Ollama is needed for RLM distillation, seal snapshots, embeddings, or any local LLM inference — and it's not already running. Checks if Ollama is running, starts it if not, and verifies the health endpoint.
26spec-kitty-checklist
A standard Spec-Kitty workflow routine.
26