mirror of
https://github.com/obra/superpowers.git
synced 2026-04-20 16:39:04 +08:00
Improve README and add update checking to bootstrap
- Make README more egalitarian: 'AI coding assistants' vs 'Claude Code' - Reorganize installation: 'Claude Code (via Plugin Marketplace)' and 'Codex (Experimental)' - Add update checking to bootstrap with 3-second timeout protection - Bootstrap now checks if local installation is behind GitHub and suggests 'git pull' - Network failures or timeouts don't block bootstrap (graceful fallback)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Superpowers
|
||||
|
||||
Give Claude Code superpowers with a comprehensive skills library of proven techniques, patterns, and workflows.
|
||||
A comprehensive skills library of proven techniques, patterns, and workflows for AI coding assistants.
|
||||
|
||||
## What You Get
|
||||
|
||||
@@ -21,7 +21,7 @@ Read the introduction: [Superpowers for Claude Code](https://blog.fsck.com/2025/
|
||||
|
||||
## Installation
|
||||
|
||||
### Via Plugin Marketplace (Recommended)
|
||||
### Claude Code (via Plugin Marketplace)
|
||||
|
||||
```bash
|
||||
# In Claude Code
|
||||
@@ -41,7 +41,7 @@ Read the introduction: [Superpowers for Claude Code](https://blog.fsck.com/2025/
|
||||
# /superpowers:execute-plan - Execute plan in batches
|
||||
```
|
||||
|
||||
### Codex Installation (Experimental)
|
||||
### Codex (Experimental)
|
||||
|
||||
**Note:** Codex support is experimental and may require refinement based on user feedback.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user