Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

copilot-superpowers

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copilot-superpowers

Install and sync copilot-superpowers to your project

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

copilot-superpowers

Skills, agents, and prompts for GitHub Copilot.

Installation

npx copilot-superpowers sync

This installs superpowers to your project's .github/ directory.

Commands

sync

Install or update superpowers files:

npx copilot-superpowers sync

Preview changes without modifying files:

npx copilot-superpowers sync --dry-run

Remove files that are no longer part of superpowers:

npx copilot-superpowers sync --prune

status

Check installation status:

npx copilot-superpowers status

Local Files

You can add your own agents, prompts, and skills alongside superpowers. Only files listed in the superpowers manifest are managed by sync - your local files are never touched.

Development

To test locally without publishing:

# Generate manifest
npm run build:manifest

# Test sync from local source
SUPERPOWERS_LOCAL_SOURCE=/path/to/copilot-superpowers node src/cli.js sync --dry-run

Keywords

copilot

FAQs

Package last updated on 04 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts