agent/claude/code/commands
Snider e3259257ac
feat(code): add /code:api for API client generation (#108)
Add API client generator command that:
- Parses Laravel routes file (routes/api.php)
- Generates TypeScript client with DTOs (--ts, default)
- Generates JavaScript client (--js)
- Generates OpenAPI 3.0 specification (--openapi)
- Supports apiResource routes

Migrated from core-claude PR #52.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 07:31:33 +00:00
..
api.md feat(code): add /code:api for API client generation (#108) 2026-02-02 07:31:33 +00:00
clean.md feat(code): add /code:clean command for project cleanup (#100) 2026-02-02 07:31:20 +00:00
commit.md feat(code): implement /core:commit smart commit command (#73) 2026-02-02 07:16:29 +00:00
core:env.md feat: Add /core:env for environment management (#70) 2026-02-02 07:14:37 +00:00
coverage.sh feat: Add test coverage tracking and reporting (#89) 2026-02-02 07:22:54 +00:00
debug.md feat: Add /core:debug skill for systematic debugging (#62) 2026-02-02 07:11:33 +00:00
deps.md feat(/core:deps): show module dependencies (#82) 2026-02-02 07:19:58 +00:00
doc.md feat: /core:doc generate documentation (#92) 2026-02-02 07:23:51 +00:00
explain.md feat: /core:explain explain code or errors (#66) 2026-02-02 07:13:13 +00:00
log.md feat(core): add /core:log command for smart log viewing (#77) 2026-02-02 07:17:59 +00:00
migrate.md feat(code): add /core:migrate Laravel migration helpers (#88) 2026-02-02 07:22:17 +00:00
onboard.md feat: Add interactive onboarding command (#63) 2026-02-02 07:12:28 +00:00
perf.md feat(code): add /core:perf performance profiling helpers (#90) 2026-02-02 07:23:05 +00:00
pr.md feat(code): add /code:pr command to generate pull requests (#101) 2026-02-02 07:31:23 +00:00
qa.md feat(plugin): Implement workspace awareness to detect the current module (#75) 2026-02-02 07:17:36 +00:00
refactor.md feat: Add initial structure for /core:refactor command (#91) 2026-02-02 07:23:32 +00:00
release.md feat(code): add /core:release command (#86) 2026-02-02 07:21:12 +00:00
remember.md refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00
review.md feat(code): add /code:review for automated code review (#107) 2026-02-02 07:31:30 +00:00
scaffold.md feat: Add /core:scaffold command (#85) 2026-02-02 07:21:02 +00:00
status.md feat(code): add /core:status multi-repo status command (#78) 2026-02-02 07:26:48 +00:00
todo.md feat(/core): Add /core:todo command to track TODOs (#95) 2026-02-02 07:24:49 +00:00
yes.md refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00