Files
claude-plugins/.claude-plugin/marketplace.json
Claude Agent 45e28e7e94 feat(workflow): Add workflow plugin v1.0.0
Git workflow, code quality, context management and testing commands:
- commit, push, pr, issue - git operations
- simplify, refactor, verify, check - code quality
- catchup, onboard, save, cleanup - context management
- test, format, sync - development utilities

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 15:23:48 +00:00

33 lines
1.0 KiB
JSON

{
"name": "romfast-plugins",
"owner": {
"name": "Romfast Team"
},
"metadata": {
"description": "Claude Code plugins by Romfast Team"
},
"plugins": [
{
"name": "learn",
"source": "./plugins/learn",
"description": "Minimalist memory format with domain-based storage and signal detection",
"version": "3.2.0",
"keywords": ["learn", "memory", "patterns", "gotchas", "domains", "minimalist"]
},
{
"name": "ralph",
"source": "./plugins/ralph",
"description": "Autonomous loop for PRD implementation - context detection, adaptive questions, browser verification",
"version": "1.2.1",
"keywords": ["ralph", "prd", "autonomous", "agent", "loop", "browser", "verification"]
},
{
"name": "workflow",
"source": "./plugins/workflow",
"description": "Git workflow, code quality, context management and testing commands",
"version": "1.0.0",
"keywords": ["git", "commit", "pr", "issue", "simplify", "verify", "test", "catchup", "context"]
}
]
}