Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "next-task",
"description": "Task to production. 12-phase pipeline: discovery, exploration, planning, implementation, review, and shipping.",
"category": "workflow",
"agents": 10,
"skills": 3,
"commands": 1,
"agents": 8,
"skills": 1,
Comment thread
avifenesh marked this conversation as resolved.
"commands": 2,
"repo": "https://github.com/agent-sh/next-task",
"install": "agentsys install next-task",
"dependencies": []
Expand All @@ -14,7 +14,7 @@
"name": "ship",
"description": "Branch to merged PR in one command. Commits, pushes, creates PR, monitors CI, addresses reviewer comments, merges.",
"category": "workflow",
"agents": 0,
"agents": 1,
"skills": 1,
"commands": 1,
"repo": "https://github.com/agent-sh/ship",
Expand All @@ -23,7 +23,7 @@
},
{
"name": "agnix",
"description": "Lint agent configurations with 230 validation rules across 10+ AI tools. SARIF output for GitHub Code Scanning.",
"description": "Lint agent configurations with 399 validation rules across 10+ AI tools. SARIF output for GitHub Code Scanning.",
"category": "quality",
"agents": 1,
"skills": 1,
Expand Down
8 changes: 5 additions & 3 deletions src/data/skills.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[
{ "name": "orchestrate-review", "plugin": "next-task", "description": "Multi-agent code review loop that iterates until clean", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "discover-tasks", "plugin": "next-task", "description": "Scan GitHub Issues, GitLab, or local files for prioritized tasks", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "validate-delivery", "plugin": "next-task", "description": "Pre-ship quality gate: tests, build, requirements check", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "orchestrate-review", "plugin": "prepare-delivery", "description": "Multi-agent code review loop that iterates until clean", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "validate-delivery", "plugin": "prepare-delivery", "description": "Pre-ship quality gate: tests, build, requirements check", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "check-test-coverage", "plugin": "prepare-delivery", "description": "Validate test coverage quality for new code", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "prepare-delivery", "plugin": "prepare-delivery", "description": "Run pre-ship quality gates end-to-end", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "enhance-orchestrator", "plugin": "enhance", "description": "Coordinate all enhancement analyzers in parallel and produce a unified report", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "enhance-agent-prompts", "plugin": "enhance", "description": "Analyze agent prompts for prompt engineering best practices", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "enhance-claude-memory", "plugin": "enhance", "description": "Analyze and optimize CLAUDE.md or AGENTS.md project memory files", "platforms": ["Claude Code", "OpenCode", "Codex"] },
Expand All @@ -24,7 +26,7 @@
{ "name": "repo-intel", "plugin": "repo-intel", "description": "Unified static analysis - git history, AST symbols, project metadata", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "sync-docs", "plugin": "sync-docs", "description": "Find and fix documentation drift from source code", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "learn-topic", "plugin": "learn", "description": "Research topics online and create structured learning guides", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "agnix-lint", "plugin": "agnix", "description": "Validate agent configs with 230 rules across AI tools", "platforms": ["Claude Code", "OpenCode", "Codex", "Cursor"] },
{ "name": "agnix-lint", "plugin": "agnix", "description": "Validate agent configs with 399 rules across AI tools", "platforms": ["Claude Code", "OpenCode", "Codex", "Cursor"] },
{ "name": "ship-pr", "plugin": "ship", "description": "Full PR lifecycle: create, monitor CI, address reviews, merge", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "consult-tool", "plugin": "consult", "description": "Cross-tool AI consultation for second opinions", "platforms": ["Claude Code", "OpenCode", "Codex"] },
{ "name": "audit-review", "plugin": "audit-project", "description": "Multi-domain code review with specialized agents", "platforms": ["Claude Code", "OpenCode", "Codex"] },
Expand Down
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const stats = [
{ value: String(pluginCount), label: "Plugins" },
{ value: String(agentCount), label: "Agents" },
{ value: String(skillCount), label: "Skills" },
{ value: "230", label: "Lint Rules" },
{ value: "399", label: "Lint Rules" },
];
---
<Base title="agent-sh - Modular tools for AI-powered development">
Expand Down Expand Up @@ -84,8 +84,8 @@ const stats = [
<a href="https://agent-sh.github.io/agnix/" class="product-card reveal" data-delay="100" target="_blank" rel="noopener noreferrer">
<span class="product-card__badge product-card__badge--tool">Tool</span>
<div class="product-card__name">agnix</div>
<p class="product-card__desc">Agent config linter. 230 validation rules across 10+ AI tools. SARIF output for GitHub Code Scanning integration.</p>
<span class="product-card__stat">230 rules &middot; 10+ tools &middot; SARIF output</span>
<p class="product-card__desc">Agent config linter. 399 validation rules across 10+ AI tools. SARIF output for GitHub Code Scanning integration.</p>
<span class="product-card__stat">399 rules &middot; 10+ tools &middot; SARIF output</span>
<div class="product-card__install">
<code>npx agnix .</code>
<button class="copy-btn" data-code="npx agnix ." aria-label="Copy install command">
Expand Down Expand Up @@ -132,7 +132,7 @@ const stats = [
<p class="quick-start__alt">Or in Claude Code: <code>/plugin marketplace add agent-sh/agentsys</code></p>
</div>
<div class="quick-start__panel" data-panel="agnix">
<p class="quick-start__desc">Agent config linter - 230 rules across 10+ AI tools.</p>
<p class="quick-start__desc">Agent config linter - 399 rules across 10+ AI tools.</p>
<div class="code-block">
<button class="copy-btn" data-code="npx agnix ." aria-label="Copy code">
<svg width="14" height="14" viewBox="0 0 16 16" fill="currentColor"><path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"/><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"/></svg>
Expand Down
Loading