Marketplace listing for the ai-literacy-superpowers Copilot plugin — provides easy install and canonical plugin metadata.
npx claudepluginhub habitat-thinking/ai-literacy-superpowersThe AI Literacy framework's complete development workflow — harness engineering, agent orchestration, literate programming, CUPID code review, compound learning, and the three enforcement loops
A plugin for Claude Code and GitHub Copilot CLI that gives you the AI Literacy framework's complete development workflow — harness engineering, agent orchestration, literate programming, CUPID code review, compound learning, and the three enforcement loops.
Install the plugin, run /superpowers-init, and get a fully operational habitat for AI-assisted development.
# Add the marketplace
claude plugin marketplace add russmiles/ai-literacy-superpowers
# Install the plugin
claude plugin install ai-literacy-superpowers
/plugin install ai-literacy-superpowers
Once installed, the plugin's skills, agents, hooks, and commands (or prompts) are available in any session within your project.
Commands are available as
/command-namein Claude Code and as/prompt-namein Copilot CLI.
After installation, run these commands to set up your project:
# Full habitat setup (recommended for new projects)
/superpowers-init
# Harness-only setup (if you want constraints without the agent pipeline)
/harness-init
# Check the status of your harness
/harness-status
# Run a health check
/harness-health
# Run an AI literacy assessment
/assess
/superpowers-init sets up the complete habitat: CLAUDE.md, HARNESS.md, AGENTS.md, MODEL_ROUTING.md, REFLECTION_LOG.md, the full agent team, skills, hooks, and CI workflow templates. Use this for new projects.
/harness-init sets up only the harness: HARNESS.md with starter constraints and GC rules. Use this if you want the constraint and enforcement machinery without the full agent pipeline.
This plugin works with both Claude Code and GitHub Copilot CLI from the same repository. The formats have converged:
| Component | Claude Code | Copilot CLI | Shared? |
|---|---|---|---|
| Skills | skills/*/SKILL.md | skills/*/SKILL.md | Identical |
| Agents | agents/*.agent.md | agents/*.agent.md | Identical |
| Hooks | hooks/hooks.json | hooks/hooks.json | Identical |
| Commands | commands/*.md | .github/prompts/*.prompt.md | Translated |
| Instructions | Via templates/CLAUDE.md | .github/copilot-instructions.md | Adapted |
Code quality and harness engineering knowledge that agents read when working in your codebase.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations