Features: - 30+ Custom Skills (cognitive, development, UI/UX, autonomous agents) - RalphLoop autonomous agent integration - Multi-AI consultation (Qwen) - Agent management system with sync capabilities - Custom hooks for session management - MCP servers integration - Plugin marketplace setup - Comprehensive installation script Components: - Skills: always-use-superpowers, ralph, brainstorming, ui-ux-pro-max, etc. - Agents: 100+ agents across engineering, marketing, product, etc. - Hooks: session-start-superpowers, qwen-consult, ralph-auto-trigger - Commands: /brainstorm, /write-plan, /execute-plan - MCP Servers: zai-mcp-server, web-search-prime, web-reader, zread - Binaries: ralphloop wrapper Installation: ./supercharge.sh
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "auto-trigger-integration",
|
|
"description": "Automatically trigger plugins and skills based on task context",
|
|
"version": "1.0.0",
|
|
"triggers": {
|
|
"web_browsing": {
|
|
"keywords": ["browse", "search", "fetch", "scrape", "web", "url", "http"],
|
|
"skills": ["dev-browser", "agent-browse"],
|
|
"priority": "high"
|
|
},
|
|
"browser_automation": {
|
|
"keywords": ["test", "automate", "playwright", "screenshot", "click"],
|
|
"skills": ["playwright-skill"],
|
|
"priority": "high"
|
|
},
|
|
"planning": {
|
|
"keywords": ["plan", "design", "architecture", "redesign", "strategy"],
|
|
"skills": ["planning-with-files"],
|
|
"priority": "high"
|
|
},
|
|
"delegation": {
|
|
"keywords": ["delegate", "codex", "gpt", "external model"],
|
|
"plugins": ["claude-delegator"],
|
|
"priority": "medium"
|
|
},
|
|
"safety": {
|
|
"keywords": ["rm -rf", "delete", "destroy", "force", "clean"],
|
|
"plugins": ["claude-code-safety-net"],
|
|
"priority": "critical"
|
|
},
|
|
"monitoring": {
|
|
"keywords": ["status", "progress", "context", "monitor"],
|
|
"plugins": ["claude-hud"],
|
|
"priority": "low"
|
|
}
|
|
}
|
|
}
|