Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/melodic-software/claude-code-plugins/unhobblenpx skills add melodic-software/claude-code-plugins --skill unhobblegit clone --depth 1 https://github.com/melodic-software/claude-code-pluginsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00136 | $0.03460 |
| Opus 5 | $0.00068 | $0.01730 |
| Sonnet 5 | $0.00027 | $0.00692 |
| Haiku 4.5 | $0.00014 | $0.00346 |
Grade A, and why
unhobble scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 213 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Purpose
As models improve, instruction surfaces written for older models become the ceiling: the model reads
every standing line every session, and lines that correct mistakes it no longer makes cost context
and constrain behavior. Official doctrine says cut any line whose removal would not cause mistakes
(best-practices); the strongest form of that test
is empirical: delete, run, watch. This skill operationalizes the experiment its sibling
audit-instructions can only reason about: instead of judging instruction text against doctrine,
it measures the model against the repo with the instructions gone, and lets observed stumbles,
not guesses, decide what returns.
Rebuild rule (the whole contract in one line): an instruction returns only after the bare model repeatedly stumbles on the same thing, and the re-added line cites the evidence.
When to run
- A frontier model generation ships (the canonical trigger, since instructions written for the previous generation are now suspect).
- The repo's instruction surface has grown past the point anyone can say which lines still earn their cost.
- On a cadence the operator chooses (see Cadence wiring below). The talk-circuit heuristic is "every six months", but the model release is the real event.
Scope and safety rails
- Project scope by default. The experiment strips the project's surfaces: project CLAUDE.md /
CLAUDE.local.md,
.claude/rules/,.claude/skills/,.claude/agents/, project-settings hooks, and project-enabled plugins. User-global surfaces (~/.claude/**) are included only when the operator explicitly opts in per phase-1 prompt, never by default. - Managed settings are never touched. Org-managed policy is not the operator's to ablate.
- Reversible by construction. Tracked-file changes happen on a dedicated experiment branch; untracked/settings changes are backed up to plugin state before modification and restored from that manifest. Nothing is destroyed: git history and the snapshot manifest are the safety net.
- Human-gated. Every mutating step (strip, restore, re-add) presents its exact change set and waits for operator confirmation. Bare invocation of a phase never mutates silently.
- Security posture is out of scope. Hooks that enforce policy (secrets gates, PR-body contracts,
permission guards) are classified
policyat snapshot time and are NOT stripped by default: the experiment measures model capability, and policy gates are not model-era workarounds. The operator may force-include one explicitly; the manifest records that choice.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed · +11 lines 0adfc9a1a13d
- 2d ago First seen · 202 lines · 136 tokens per session scan A c1b61232538d
unhobble is a skill published in the GitHub repository melodic-software/claude-code-plugins (13 stars, last pushed today), licensed MIT. It adds 136 tokens to every session and 3,460 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
cli-usage
Complete reference for the systemprompt CLI - 8 domains, 64+ subcommands for managing AI infrastructure, services, agents, cloud deployments, and analytics.
mcp-building
Build MCP servers for systemprompt.io with tools, artifacts, UI resources, and AI service integration.
plugin-creator
Guide AI agents through creating GitHub Copilot CLI and Claude Code plugins and plugin marketplaces — from scaffolding plugin directories and writing plugin.json manifests to building marketplace.json registries and testing installations. Use this skill whenever the user wants to create, scaffold, configure, package…
prose-guide
Guide AI-native development using the PROSE methodology — Progressive Disclosure, Reduced Scope, Orchestrated Composition, Safety Boundaries, Explicit Hierarchy. Use when: setting up AI-native projects, creating agent primitives (.instructions.md, .prompt.md, .agent.md, SKILL.md, .spec.md, AGENTS.md), designing…
skill-teilen
Reicht einen Skill, ein Plugin oder eine Vorlage (CLAUDE.md, settings.json, Prompt) in die SKAILE Community Skill-Library ein. Nutzen wenn der User sagt "teile meinen Skill", "teile meine CLAUDE.md", "teile meine Vorlage", "lade meinen Skill in die Community hoch", "reiche meinen Skill ein", "skill teilen" oder "in…
deep-research
Conducts iterative deep research on any topic using web search, progressive exploration, and structured synthesis. Use when asked for comprehensive research, deep investigation, thorough analysis, or multi-source exploration of any topic. Triggers: research, investigate, deep dive, comprehensive analysis, explore…