agentsclimarketplace

Mine skill

Skill richfrem/agent-plugins-skills/plugins/agent-scaffolders/skills/mine-skill

Trigger with "mine this skill", "analyze this skill", "run targeted skill analysis", "extract patterns from this skill", or when you want focused analysis on a single Agent Skill directory without processing an entire plugin. Use this when the user points to a specific skill folder or says "look at this skill".From its SKILL.md

Install
npx -y skills add richfrem/agent-plugins-skills --skill mine-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.4 KB, 429 tokens by cl100k_base, as published. Nobody here has run it

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

  1. Inventory — Enumerate the files within the specific skill directory.
  2. Analyze — Run the analyze-plugin skill, focused purely on this component.
  3. Extract — Pull design patterns and architecture choices from the skill.
  4. 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

  1. Invoke Analysis: The system triggers analyze-plugin operating in Single Skill Mode on the provided $ARGUMENTS.
  2. Execute Inventory: scripts/inventory_plugin.py runs 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-security is passed.

  3. Pattern Matching: Checks against references/pattern-catalog.md and detects anti-patterns.
  4. Knowledge Synthesis: synthesize-learnings is invoked to map discovered patterns back to our core agent-scaffolders and agent-scaffolders.
  5. Output: Renders the analysis inline, highlighting the novel techniques implemented in the isolated skill.

What ships with it: 4 files

900 B alongside SKILL.md, 1 of them executable

evals/

scripts/

Keep looking

Skills are one crate of 326,782. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.