resolve-plugins

resolve-plugins is a skill for Claude Code, Codex from RockyHong/super-bootstrap. It costs 133 tokens per session (4,979 once invoked), scanned A, original, MIT.

A tool that chooses Claude Code skills, connections to external tools, and code hooks based on a project's documented technology and workflow.

In plain words
What is it for?
Use it to refresh or add project-specific Claude Code extensions after the stack and workflow documents have been prepared.
Why use it?
It avoids manually researching and pinning compatible add-ons, while keeping the selected versions in the project's settings.

Skill for Claude CodeCodex

Part of the super-bootstrap plugin — 13 skills, 7 agents shipped together

Install

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.

agentmods
npx agentmods add skills/rockyhong/super-bootstrap/resolve-plugins
Any agent
npx skills add RockyHong/super-bootstrap --skill resolve-plugins
Clone the repo
git clone --depth 1 https://github.com/RockyHong/super-bootstrap

Made for: Claude Code, Codex.

Or install super-bootstrap, the plugin that ships this one along with the rest of its 13 skills, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for resolve-plugins

README.md
[![agentmods](https://agentmods.dev/badge/skills/rockyhong/super-bootstrap/resolve-plugins.svg)](https://agentmods.dev/skills/rockyhong/super-bootstrap/resolve-plugins)
Your own site
<a href="https://agentmods.dev/skills/rockyhong/super-bootstrap/resolve-plugins"><img src="https://agentmods.dev/badge/skills/rockyhong/super-bootstrap/resolve-plugins.svg" alt="Measured on agentmods" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,979 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5 $0.00133 $0.04979
Opus 5 $0.00067 $0.02490
Sonnet 5 $0.00027 $0.00996
Haiku 4.5 $0.00013 $0.00498

Measured 3d ago against content hash 62c6aac393d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

resolve-plugins 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 3d ago.

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.

plugins/super-bootstrap/skills/resolve-plugins/SKILL.md · 269 lines

How it starts

The opening of the file, as written. The whole thing — 269 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Resolve Plugins — Curate & Pin

Curate Claude Code skill / MCP / hook picks against live upstream sources and write them to .claude/settings.json. Designed for two callers: standalone refresh (/super-bootstrap:resolve-plugins) and gated tier-2 curation (run by /super-bootstrap once seed docs are substantive).

When to Use

Caller: standalone refresh (/super-bootstrap:resolve-plugins) or gated tier-2 curation (run by /super-bootstrap once seed docs are substantive). Same execution path.


Phase 1: Read inputs (or fail loud)

Read inputs from files: docs/techstack.md, docs/overview.md, .claude/settings.json — caller passes no state.

Required input

docs/techstack.md — drives stack-matched picks. Read § Runtime, § Framework, § Key Dependencies.

If missing → fail loud:

No docs/techstack.md found. /super-bootstrap:resolve-plugins reads stack signal from harness-seeded docs. Run /super-bootstrap:harness-bootstrap first to seed the harness, then re-run /super-bootstrap:resolve-plugins if you want a standalone refresh.

Don't silently scan manifests — manifest detection is harness's job. Doing it here would duplicate logic.

Workflow-tools signal (priority order)

  1. Existing .claude/settings.json pinned MCPs — Notion MCP pinned → docs-heavy workflow. Linear MCP pinned → ticket-driven. Slack MCP pinned → team comm. Etc. Strong signal — user already explicitly enabled the tool.
  2. <!-- harness-meta --> block in docs/overview.md — structured external-tools: record (seeded [github] by the runway, updated manually or via the entry skill). Parse the YAML external-tools: list. Strong signal — committed in the docs, not inferred. Robust to prose drift.
  3. Keyword scan of docs/overview.md prose — phrases like "Notion docs", "Linear tickets", "Slack standup". Weak signal, brittle, but cheap. Fallback only when (1) and (2) absent (e.g. legacy harness-bootstrapped repos predating the meta block).
  4. Prompt user once with the external-tools MCQ below if none of (1)–(3) yields signal:

Read the full file on GitHub · 269 lines

Files

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.

Changes

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.

  1. 3d ago First seen · 269 lines · 133 tokens per session scan A 62c6aac393d8

Subscribe to this mod's changes

resolve-plugins is a skill published in the GitHub repository RockyHong/super-bootstrap (3 stars, last pushed 6d ago), licensed MIT. It adds 133 tokens to every session and 4,979 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-31.

Related

Other skills, from other repositories

readme-generator

Use when creating or rewriting README.md for projects. Triggers on "write README", "create README", "update README". Creates human-focused documentation with proper structure.

serejaris/personal-corp-os · 37 tokens

codex-implement

Implement features via Codex MCP. Use when: writing new code from specs, implementing features, Codex-driven development. Not for: code review (use codex-code-review), architecture advice (use codex-architect). Output: implemented code + review loop.

sd0xdev/sd0x-harness · 58 tokens

cesiumjs-imagery

CesiumJS imagery layers - ImageryProvider, ImageryLayer, ImageryLayerCollection, WMS, WMTS, Bing, OpenStreetMap, ArcGIS, Mapbox, tile discard policies. Use when adding or swapping base map layers, configuring imagery providers, layering multiple map sources, or creating split-screen imagery comparisons.

CesiumGS/cesiumjs-skills · 73 tokens

github-pr-creation

Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…

fvadicamo/dev-agent-skills · 75 tokens

codex-test-gen

Generate unit tests for specified functions using Codex MCP.

sd0xdev/sd0x-harness · 15 tokens

handoff-grok

Continue a task in xAI Grok Build using the shared Director handoff packet. Use when the user says to use Grok, requests a Grok review, or wants Grok Build to take over work started in Claude Code or Codex CLI.

claude-world/director-mode-lite · 56 tokens