superpowers

Route user queries for 'superpowers' to repo-local skills under .agents/skills.

25|4|Updated Sep 5, 2010
One-click install
npx skills add https://github.com/divad12/dotfiles --skill superpowers-divad12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers
Source: https://github.com/divad12/dotfiles/tree/main/.claude/skills/superpowers
Command: npx skills add https://github.com/divad12/dotfiles --skill superpowers-divad12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repo-local compatibility entrypoint for repo-local shared agent skills. Use when the user asks for "superpowers", wants to use one of the shared Claude/Codex skills in this repository, or wants agent capabilities exposed through .agents/skills/.

Core Features & Use Cases

  • The shared skill pool for this repository lives at .agents/skills/.
  • In this repo, .agents/skills is a symlink to .claude/skills, so existing Claude-authored skills are visible through the agent-neutral path.
  • When the user asks for "superpowers", interpret that as permission to inspect and use relevant skills from .agents/skills/.

Quick Start

Ask for 'superpowers' to inspect and apply the shared skills available in .agents/skills.

Frequently Asked Questions about superpowers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access repo-local shared agent skills in my workspace?

To access repo-local shared agent skills, request 'superpowers' to route queries to the `.agents/skills/` directory, which exposes and executes compatible instructions for the current agent workflow.

Can I use existing Claude skills with a different agent workflow?

Yes, existing Claude skills work with different agent workflows because `.agents/skills` is symlinked to `.claude/skills`, making them visible through an agent-neutral path while enforcing compatibility rules.

What happens when an agent tries to use missing or incompatible skills?

When an agent attempts to use missing or incompatible skills, the system gracefully handles the error by enforcing compatibility rules and mapping paths to the backing store without failing the workflow.

How do I inspect and compare available shared skills in a repository?

Inspect and compare available shared skills by asking for 'superpowers', which grants permission to browse, evaluate, and execute compatible skills stored under the `.agents/skills/` directory.

Does the superpowers skill discovery method require any dependencies?

No dependencies are required for skill discovery through this method; it operates repo-local by mapping paths to the backing store and applying compatibility checks directly within the repository environment.

Why are my Claude-specific commands not working in my current agent setup?

Claude-specific commands may fail in your current agent setup if compatibility rules are not enforced; the superpowers entrypoint adapts these commands by routing them through the agent-neutral `.agents/skills/` path.