Skip to content

Commit 62f64d0

Browse files
committed
Add Laravel-specific skills and workflows to Superpowers plugin, including TDD, migrations, runtime management, and quality checks. Update metadata for Laravel marketplace release.
1 parent b187e75 commit 62f64d0

File tree

96 files changed

+1474
-7654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1474
-7654
lines changed

.claude-plugin/marketplace.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "superpowers-dev",
3-
"description": "Development marketplace for Superpowers core skills library",
2+
"name": "superpowers-laravel-marketplace",
3+
"description": "Development marketplace for Laravel Superpowers.",
44
"owner": {
5-
"name": "Jesse Vincent",
6-
"email": "jesse@fsck.com"
5+
"name": "JP Caparas",
6+
"email": "jp@jpcaparas.com"
77
},
88
"plugins": [
99
{
10-
"name": "superpowers",
11-
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
12-
"version": "3.4.0",
10+
"name": "superpowers-laravel",
11+
"description": "Laravel-focused skills for Claude Code: TDD (Pest/PHPUnit), migrations, queues, quality checks (Pint/Insights), and pragmatic architecture patterns — Sail and non-Sail compatible.",
12+
"version": "0.1.0",
1313
"source": "./",
1414
"author": {
15-
"name": "Jesse Vincent",
16-
"email": "jesse@fsck.com"
15+
"name": "JP Caparas",
16+
"email": "jp@jpcaparas.com"
1717
}
1818
}
1919
]

.claude-plugin/plugin.json

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
{
2-
"name": "superpowers",
3-
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
4-
"version": "3.4.1",
2+
"name": "superpowers-laravel",
3+
"description": "Laravel-focused skills for Claude Code: TDD (Pest/PHPUnit), migrations, queues, quality checks (Pint/Insights), and pragmatic architecture patterns — Sail and non-Sail compatible.",
4+
"version": "0.1.0",
55
"author": {
6-
"name": "Jesse Vincent",
7-
"email": "jesse@fsck.com"
6+
"name": "JP Caparas",
7+
"email": "jp@jpcaparas.com"
88
},
9-
"homepage": "https://github.com/obra/superpowers",
10-
"repository": "https://github.com/obra/superpowers",
9+
"homepage": "https://github.com/jpcaparas/superpowers-laravel",
10+
"repository": "https://github.com/jpcaparas/superpowers-laravel",
1111
"license": "MIT",
12-
"keywords": ["skills", "tdd", "debugging", "collaboration", "best-practices", "workflows"]
12+
"keywords": [
13+
"laravel",
14+
"php",
15+
"sail",
16+
"skills",
17+
"tdd",
18+
"debugging",
19+
"architecture",
20+
"workflows",
21+
"quality"
22+
]
1323
}

.codex/INSTALL.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.codex/superpowers-bootstrap.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)