superpowers

superpowers is a skill for Claude Code, Codex from armpro24-blip/cad-cae-copilot. It costs 63 tokens per session (448 once invoked), scanned A, original, MIT.

A fast, structured workflow for software changes: clarify the outcome, split the work into small slices, implement with limited impact, and verify the result. It is intended for coding-agent work in a repository.

In plain words
What is it for?
Use it when asking an agent to accelerate development, plan before coding, work in parallel, or deliver a multi-step change quickly. It covers implementation planning, focused tests, and broader verification when needed.
Why use it?
It prevents rushed changes from expanding into unrelated refactors or being declared finished without checks. The workflow keeps each change tied to a clear validation step.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when asking an agent to accelerate development, plan before coding, work in parallel, or deliver a multi-step change quickly. It covers implementation planning, focused tests, and broader verification when needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/armpro24-blip/cad-cae-copilot/superpowers
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.

Any agent
npx skills add armpro24-blip/cad-cae-copilot --skill superpowers
Clone the repo
git clone --depth 1 https://github.com/armpro24-blip/cad-cae-copilot

Made for: Claude Code, Codex.

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 superpowers

README.md
[![agentmods](https://agentmods.dev/badge/skills/armpro24-blip/cad-cae-copilot/superpowers/github.svg)](https://agentmods.dev/skills/armpro24-blip/cad-cae-copilot/superpowers)
Your own site
<a href="https://agentmods.dev/skills/armpro24-blip/cad-cae-copilot/superpowers"><img src="https://agentmods.dev/badge/skills/armpro24-blip/cad-cae-copilot/superpowers/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for superpowers

Your own site · 80×15
<a href="https://agentmods.dev/skills/armpro24-blip/cad-cae-copilot/superpowers"><img src="https://agentmods.dev/badge/skills/armpro24-blip/cad-cae-copilot/superpowers.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00063 $0.00448
Opus 5 $0.00032 $0.00224
Sonnet 5 $0.00013 $0.00090
Haiku 4.5 $0.00006 $0.00045

Measured 9d ago against content hash 7ffa94520c17, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

superpowers 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 9d 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.

aieng/.github/skills/superpowers/SKILL.md · 69 lines

What it actually says

Superpowers Skill (Workspace)

Purpose

Provide a fast, disciplined development workflow for this repository:

  1. Clarify target outcome and constraints.
  2. Convert intent into short executable slices.
  3. Implement with minimal blast radius.
  4. Verify with focused tests first, then broader regression when needed.
  5. Ship incremental commits quickly.

Activation Hints

Use this skill when the user requests speed, acceleration, optimization, or asks to execute a multi-step roadmap quickly and safely.

Workflow

1) Clarify and lock scope

  • Restate the concrete deliverable in one sentence.
  • Identify non-goals and trust boundaries already enforced by the project.
  • Prefer one smallest useful slice before broader refactors.

2) Plan as small slices

  • Break work into 2-5 short tasks.
  • Each task must define:
    • files to touch
    • expected behavior change
    • validation command
    • done condition

3) Execute with minimal edits

  • Prefer deterministic code paths over broad abstractions.
  • Avoid changing unrelated APIs.
  • Keep evidence-only and explicit-missingness policies intact.

4) Verify before claiming done

  • Run narrow tests covering changed behavior.
  • Run nearby regression tests affected by touched files.
  • If tests fail, fix root cause before proceeding.

5) Ship in tight increments

  • Commit each completed slice with a specific message.
  • Push after green verification.
  • Report delta only: what changed, how verified, what is next.

Repository-specific guardrails

  • Never auto-advance claims from imported artifacts.
  • Never infer missing CAD/CAE facts from absent data.
  • Keep external tool execution boundaries explicit.
  • Preserve deterministic validator behavior.

Output style

  • Lead with outcome and status.
  • Provide concise evidence of verification.
  • Propose next smallest slice immediately.
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. 9d ago First seen · 69 lines · 63 tokens per session scan A 7ffa94520c17

Subscribe to this mod's changes

superpowers is a skill published in the GitHub repository armpro24-blip/cad-cae-copilot (57 stars, last pushed yesterday), licensed MIT. It adds 63 tokens to every session and 448 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

simplecadapi

Build, assemble, inspect, reconstruct, and export parametric CAD models with the SimpleCADAPI Python SDK. Use for SimpleCAD geometry modeling, constrained sketches, parts and assemblies, standard gears and bearings, STEP/BREP inspection and reconstruction, durable product packages, model JSON replay, and CAD backend…

NiJingzhe/SimpleCADAPI · 65 tokens

b123d-modeling

Use this skill when asked to model, build, or modify a 3D part or assembly with build123d — from a text description, a technical drawing (image or PDF), dimensions in a spec, or an existing STEP/STL file.

pzfreo/build123d-mcp · 0 tokens

b123d-repair

Use this skill when validate() or the export() gate reports FAIL on a shape — an imported STEP that arrives broken, or a solid your own construction damaged — and the goal is a watertight, manifold, BRepCheck-valid solid that passes the export gate without changing the geometry beyond the defect itself.

pzfreo/build123d-mcp · 0 tokens

b123d-edit

Use this skill when the task is to change an existing build123d model or script: "make this bracket 5 mm taller", "move the holes inward", "add a counterbore", "remove this rib", "make it fit this mating part", or "repair the code so the intended edit remains parametric".

pzfreo/build123d-mcp · 0 tokens

opengis-skills

Use when AI coding assistant needs GIS/CAD/C#/AI/IoT/3D domain expertise for 73+ open-source projects. One-stop skill index with tag-based search and on-demand loading for GDAL, GeoServer, QGIS, PostGIS, JTS, CesiumJS, FreeCAD, OpenSCAD, OCCT, NPOI, SqlSugar, Furion, Dify, SuperSplat, Go and more.

znlgis/opengis-skills · 97 tokens

cad-skills

Use when doing parametric 3D modeling, 2D drafting, geometric kernel development, BIM/IFC processing, PCB design, or AutoCAD .NET development. Index of 20 skills: FreeCAD, OpenSCAD, OCCT, CadQuery, KiCad, SolveSpace, QCAD, xBIM, Clipper2, TongWen and more.

znlgis/opengis-skills · 81 tokens