Initial commit
This commit is contained in:
26
.claude-plugin/plugin.json
Normal file
26
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "bp",
|
||||
"description": "Blueprint-driven Claude Code autopilot. Smart preparation over endless iterations - AI analyzes patterns, creates solid implementation plans, delivers working code in 15 minutes.",
|
||||
"version": "1.4.1",
|
||||
"author": {
|
||||
"name": "Croffasia",
|
||||
"email": "support@vibecodekit.dev",
|
||||
"url": "https://github.com/croffasia"
|
||||
},
|
||||
"agents": [
|
||||
"./claude/agents/codebase-research.md",
|
||||
"./claude/agents/preflight-prp.md",
|
||||
"./claude/agents/research-agent.md",
|
||||
"./claude/agents/team-lead-task-breakdown.md"
|
||||
],
|
||||
"commands": [
|
||||
"./claude/commands/execute-prp.md",
|
||||
"./claude/commands/generate-prp.md",
|
||||
"./claude/commands/execute-task.md",
|
||||
"./claude/commands/init.md",
|
||||
"./claude/commands/brainstorm.md"
|
||||
],
|
||||
"mcp": [
|
||||
"./.mcp.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user