Initial commit
This commit is contained in:
40
.claude-plugin/plugin.json
Normal file
40
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "steering-context-generator",
|
||||
"description": "Comprehensive codebase analysis and steering context generation for AI agents. Automatically detects project type (Next.js, React, Python, Rust, Go, monorepos) and generates architecture documentation, design patterns, quality reports, and AI-ready context files. Features parallel execution (55% faster), incremental updates, and zero configuration.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Varaku",
|
||||
"email": "contact@varaku.com"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/structure-analyst.md",
|
||||
"./agents/domain-expert.md",
|
||||
"./agents/pattern-detective.md",
|
||||
"./agents/quality-auditor.md",
|
||||
"./agents/context-synthesizer.md",
|
||||
"./agents/memory-coordinator.md",
|
||||
"./agents/integration-mapper.md",
|
||||
"./agents/ui-specialist.md",
|
||||
"./agents/design-system-architect.md",
|
||||
"./agents/ui-framework-analyzer.md",
|
||||
"./agents/web-ui-design-analyzer.md",
|
||||
"./agents/test-strategist.md",
|
||||
"./agents/database-analyst.md",
|
||||
"./agents/messaging-architect.md",
|
||||
"./agents/api-design-analyst.md",
|
||||
"./agents/stripe-payment-expert.md",
|
||||
"./agents/auth0-detector.md",
|
||||
"./agents/oauth-security-auditor.md",
|
||||
"./agents/payload-cms-detector.md",
|
||||
"./agents/payload-cms-config-analyzer.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/steering-generate.md",
|
||||
"./commands/steering-update.md",
|
||||
"./commands/steering-status.md",
|
||||
"./commands/steering-clean.md",
|
||||
"./commands/steering-config.md",
|
||||
"./commands/steering-resume.md",
|
||||
"./commands/steering-export.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user