Reorganize: Move all skills to skills/ folder

- Created skills/ directory
- Moved 272 skills to skills/ subfolder
- Kept agents/ at root level
- Kept installation scripts and docs at root level

Repository structure:
- skills/           - All 272 skills from skills.sh
- agents/           - Agent definitions
- *.sh, *.ps1       - Installation scripts
- README.md, etc.   - Documentation

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
admin
2026-01-23 18:05:17 +00:00
Unverified
parent 2b4e974878
commit b723e2bd7d
4083 changed files with 1056 additions and 1098063 deletions

View File

@@ -0,0 +1,83 @@
{
"name": "superpowers-marketplace",
"owner": {
"name": "Jesse Vincent",
"email": "jesse@fsck.com"
},
"metadata": {
"description": "Skills, workflows, and productivity tools",
"version": "1.0.9"
},
"plugins": [
{
"name": "superpowers",
"source": {
"source": "url",
"url": "https://github.com/obra/superpowers.git"
},
"description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
"version": "4.0.3",
"strict": true
},
{
"name": "superpowers-chrome",
"source": {
"source": "url",
"url": "https://github.com/obra/superpowers-chrome.git"
},
"description": "BETA: VERY LIGHTLY TESTED - Direct Chrome DevTools Protocol access via 'browsing' skill. Skill mode (17 CLI commands) + MCP mode (single use_browser tool). Zero dependencies, auto-starts Chrome.",
"version": "1.6.2",
"strict": true
},
{
"name": "elements-of-style",
"source": {
"source": "url",
"url": "https://github.com/obra/the-elements-of-style.git"
},
"description": "Writing guidance based on William Strunk Jr.'s The Elements of Style (1918) - foundational rules for clear, concise, grammatically correct writing",
"version": "1.0.0",
"strict": true
},
{
"name": "episodic-memory",
"source": {
"source": "url",
"url": "https://github.com/obra/episodic-memory.git"
},
"description": "Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns across sessions. Gives you memory that persists between sessions.",
"version": "1.0.15",
"strict": true
},
{
"name": "superpowers-lab",
"source": {
"source": "url",
"url": "https://github.com/obra/superpowers-lab.git"
},
"description": "Experimental skills for Superpowers: Control interactive CLI tools (vim, menuconfig, REPLs, git rebase -i) through tmux automation",
"version": "0.1.0",
"strict": true
},
{
"name": "superpowers-developing-for-claude-code",
"source": {
"source": "url",
"url": "https://github.com/obra/superpowers-developing-for-claude-code.git"
},
"description": "Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.",
"version": "0.3.1",
"strict": true
},
{
"name": "double-shot-latte",
"source": {
"source": "url",
"url": "https://github.com/obra/double-shot-latte.git"
},
"description": "Stop 'Would you like me to continue?' interruptions. Automatically evaluates whether Claude should continue working using Claude-judged decision making.",
"version": "1.1.5",
"strict": true
}
]
}