|
1 | 1 | { |
2 | 2 | "name": "agentsys", |
3 | 3 | "description": "14 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, repo mapping, perf investigations, topic research, agent config linting, cross-tool AI consultation, and structured AI debate", |
4 | | - "version": "5.1.0", |
| 4 | + "version": "5.2.0", |
5 | 5 | "owner": { |
6 | 6 | "name": "Avi Fenesh", |
7 | 7 | "url": "https://github.com/avifenesh" |
|
24 | 24 | "plugins": [ |
25 | 25 | { |
26 | 26 | "name": "next-task", |
27 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/next-task.git"}, |
| 27 | + "source": { |
| 28 | + "source": "url", |
| 29 | + "url": "https://github.com/agent-sh/next-task.git" |
| 30 | + }, |
28 | 31 | "description": "Master workflow orchestrator: autonomous workflow with model optimization (opus/sonnet/haiku), two-file state management, workflow enforcement gates, 14 specialist agents", |
29 | 32 | "version": "1.0.0", |
30 | 33 | "category": "productivity", |
31 | 34 | "homepage": "https://github.com/agent-sh/next-task" |
32 | 35 | }, |
33 | 36 | { |
34 | 37 | "name": "ship", |
35 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/ship.git"}, |
| 38 | + "source": { |
| 39 | + "source": "url", |
| 40 | + "url": "https://github.com/agent-sh/ship.git" |
| 41 | + }, |
36 | 42 | "description": "Complete PR workflow: commit to production, skips review when called from next-task, removes task from registry on cleanup, automatic rollback", |
37 | 43 | "version": "1.0.0", |
38 | 44 | "category": "deployment", |
39 | 45 | "homepage": "https://github.com/agent-sh/ship" |
40 | 46 | }, |
41 | 47 | { |
42 | 48 | "name": "deslop", |
43 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/deslop.git"}, |
| 49 | + "source": { |
| 50 | + "source": "url", |
| 51 | + "url": "https://github.com/agent-sh/deslop.git" |
| 52 | + }, |
44 | 53 | "description": "3-phase AI slop detection: regex patterns (HIGH), multi-pass analyzers (MEDIUM), CLI tools (LOW)", |
45 | 54 | "version": "1.0.0", |
46 | 55 | "category": "development", |
47 | 56 | "homepage": "https://github.com/agent-sh/deslop" |
48 | 57 | }, |
49 | 58 | { |
50 | 59 | "name": "audit-project", |
51 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/audit-project.git"}, |
| 60 | + "source": { |
| 61 | + "source": "url", |
| 62 | + "url": "https://github.com/agent-sh/audit-project.git" |
| 63 | + }, |
52 | 64 | "description": "Multi-agent iterative code review until zero issues remain", |
53 | 65 | "version": "1.0.0", |
54 | 66 | "category": "development", |
55 | 67 | "homepage": "https://github.com/agent-sh/audit-project" |
56 | 68 | }, |
57 | 69 | { |
58 | 70 | "name": "drift-detect", |
59 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/drift-detect.git"}, |
| 71 | + "source": { |
| 72 | + "source": "url", |
| 73 | + "url": "https://github.com/agent-sh/drift-detect.git" |
| 74 | + }, |
60 | 75 | "description": "Deep repository analysis to realign project plans with code reality - detects drift, gaps, and creates prioritized reconstruction plans", |
61 | 76 | "version": "1.0.0", |
62 | 77 | "category": "productivity", |
63 | 78 | "homepage": "https://github.com/agent-sh/drift-detect" |
64 | 79 | }, |
65 | 80 | { |
66 | 81 | "name": "enhance", |
67 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/enhance.git"}, |
| 82 | + "source": { |
| 83 | + "source": "url", |
| 84 | + "url": "https://github.com/agent-sh/enhance.git" |
| 85 | + }, |
68 | 86 | "description": "Master enhancement orchestrator: parallel analyzer execution for plugins, agents, docs, CLAUDE.md, and prompts with unified reporting", |
69 | 87 | "version": "1.0.0", |
70 | 88 | "category": "development", |
71 | 89 | "homepage": "https://github.com/agent-sh/enhance" |
72 | 90 | }, |
73 | 91 | { |
74 | 92 | "name": "sync-docs", |
75 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/sync-docs.git"}, |
| 93 | + "source": { |
| 94 | + "source": "url", |
| 95 | + "url": "https://github.com/agent-sh/sync-docs.git" |
| 96 | + }, |
76 | 97 | "description": "Standalone documentation sync: find outdated refs, update CHANGELOG, flag stale examples based on code changes", |
77 | 98 | "version": "1.0.0", |
78 | 99 | "category": "development", |
79 | 100 | "homepage": "https://github.com/agent-sh/sync-docs" |
80 | 101 | }, |
81 | 102 | { |
82 | 103 | "name": "repo-map", |
83 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/repo-map.git"}, |
| 104 | + "source": { |
| 105 | + "source": "url", |
| 106 | + "url": "https://github.com/agent-sh/repo-map.git" |
| 107 | + }, |
84 | 108 | "description": "AST-based repository map generation using ast-grep with incremental updates for faster drift analysis", |
85 | 109 | "version": "1.0.0", |
86 | 110 | "category": "development", |
87 | 111 | "homepage": "https://github.com/agent-sh/repo-map" |
88 | 112 | }, |
89 | 113 | { |
90 | 114 | "name": "perf", |
91 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/perf.git"}, |
| 115 | + "source": { |
| 116 | + "source": "url", |
| 117 | + "url": "https://github.com/agent-sh/perf.git" |
| 118 | + }, |
92 | 119 | "description": "Rigorous performance investigation workflow with baselines, profiling, hypotheses, and evidence-backed decisions", |
93 | 120 | "version": "1.0.0", |
94 | 121 | "category": "development", |
95 | 122 | "homepage": "https://github.com/agent-sh/perf" |
96 | 123 | }, |
97 | 124 | { |
98 | 125 | "name": "learn", |
99 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/learn.git"}, |
| 126 | + "source": { |
| 127 | + "source": "url", |
| 128 | + "url": "https://github.com/agent-sh/learn.git" |
| 129 | + }, |
100 | 130 | "description": "Research topics online and create comprehensive learning guides with RAG-optimized indexes", |
101 | 131 | "version": "1.0.0", |
102 | 132 | "category": "productivity", |
103 | 133 | "homepage": "https://github.com/agent-sh/learn" |
104 | 134 | }, |
105 | 135 | { |
106 | 136 | "name": "agnix", |
107 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/agnix.git"}, |
| 137 | + "source": { |
| 138 | + "source": "url", |
| 139 | + "url": "https://github.com/agent-sh/agnix.git" |
| 140 | + }, |
108 | 141 | "description": "Lint agent configuration files (SKILL.md, CLAUDE.md, hooks, MCP) against 155 rules across 10+ AI tools", |
109 | 142 | "version": "1.0.0", |
110 | 143 | "category": "development", |
111 | 144 | "homepage": "https://github.com/agent-sh/agnix" |
112 | 145 | }, |
113 | 146 | { |
114 | 147 | "name": "consult", |
115 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/consult.git"}, |
| 148 | + "source": { |
| 149 | + "source": "url", |
| 150 | + "url": "https://github.com/agent-sh/consult.git" |
| 151 | + }, |
116 | 152 | "description": "Cross-tool AI consultation: get second opinions from Gemini CLI, Codex CLI, Claude Code, OpenCode, or Copilot CLI with model and thinking effort control", |
117 | 153 | "version": "1.0.0", |
118 | 154 | "category": "productivity", |
119 | 155 | "homepage": "https://github.com/agent-sh/consult" |
120 | 156 | }, |
121 | 157 | { |
122 | 158 | "name": "debate", |
123 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/debate.git"}, |
| 159 | + "source": { |
| 160 | + "source": "url", |
| 161 | + "url": "https://github.com/agent-sh/debate.git" |
| 162 | + }, |
124 | 163 | "description": "Structured multi-round debate between AI tools with proposer/challenger roles and verdict", |
125 | 164 | "version": "1.0.0", |
126 | 165 | "category": "productivity", |
127 | 166 | "homepage": "https://github.com/agent-sh/debate" |
128 | 167 | }, |
129 | 168 | { |
130 | 169 | "name": "web-ctl", |
131 | | - "source": {"source": "url", "url": "https://github.com/agent-sh/web-ctl.git"}, |
| 170 | + "source": { |
| 171 | + "source": "url", |
| 172 | + "url": "https://github.com/agent-sh/web-ctl.git" |
| 173 | + }, |
132 | 174 | "description": "Browser automation and web testing toolkit for AI agents - headless browser control, persistent sessions, auth handoff, and prompt injection defense", |
133 | 175 | "version": "1.0.0", |
134 | 176 | "category": "automation", |
|
0 commit comments