Initial commit
This commit is contained in:
29
.claude-plugin/plugin.json
Normal file
29
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "lazy",
|
||||
"description": "Pragmatic, flexible AI framework for Claude Code with optional TDD, smart reviews, and inline task management",
|
||||
"version": "2.2.2",
|
||||
"author": {
|
||||
"name": "MacroMan5 (Therouxe)",
|
||||
"email": "etheroux5@gmail.com"
|
||||
},
|
||||
"skills": [
|
||||
"./.claude/skills/"
|
||||
],
|
||||
"agents": [
|
||||
"./.claude/agents/cleanup.md",
|
||||
"./.claude/agents/coder.md",
|
||||
"./.claude/agents/documentation.md",
|
||||
"./.claude/agents/project-manager.md",
|
||||
"./.claude/agents/refactor.md",
|
||||
"./.claude/agents/research.md",
|
||||
"./.claude/agents/reviewer.md",
|
||||
"./.claude/agents/reviewer-story.md",
|
||||
"./.claude/agents/tester.md"
|
||||
],
|
||||
"commands": [
|
||||
"./.claude/commands/"
|
||||
],
|
||||
"hooks": [
|
||||
"./.claude/hooks/hooks.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user