docs+skills: add main UI/UX visual-truth PRD and skill links
This commit is contained in:
parent
1c36223e7f
commit
14a50ad4ae
289 changed files with 54463 additions and 0 deletions
37
.agents/skills/create-beads-orchestration/package.json
Normal file
37
.agents/skills/create-beads-orchestration/package.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"name": "beads-orchestration",
|
||||
"version": "2.2.0",
|
||||
"description": "Multi-agent orchestration for Claude Code with automatic task management",
|
||||
"author": "Aviv Kaplan",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/AvivK5498/The-Claude-Protocol"
|
||||
},
|
||||
"keywords": [
|
||||
"claude",
|
||||
"claude-code",
|
||||
"orchestration",
|
||||
"ai-agents",
|
||||
"task-management",
|
||||
"beads"
|
||||
],
|
||||
"os": [
|
||||
"darwin",
|
||||
"linux"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "node scripts/postinstall.js"
|
||||
},
|
||||
"files": [
|
||||
"scripts/",
|
||||
"skills/",
|
||||
"templates/",
|
||||
"bootstrap.py",
|
||||
"SKILL.md",
|
||||
"README.md"
|
||||
],
|
||||
"bin": {
|
||||
"beads-orchestration": "./scripts/cli.js"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue