diff --git a/src/data/plugins.json b/src/data/plugins.json index 7517a9b..80e1974 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -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, + "commands": 2, "repo": "https://github.com/agent-sh/next-task", "install": "agentsys install next-task", "dependencies": [] @@ -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", @@ -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, diff --git a/src/data/skills.json b/src/data/skills.json index b14f5e4..0d361f7 100644 --- a/src/data/skills.json +++ b/src/data/skills.json @@ -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"] }, @@ -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"] }, diff --git a/src/pages/index.astro b/src/pages/index.astro index 1e44d28..48477f2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -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" }, ]; --- @@ -84,8 +84,8 @@ const stats = [ Tool
agnix
-

Agent config linter. 230 validation rules across 10+ AI tools. SARIF output for GitHub Code Scanning integration.

- 230 rules · 10+ tools · SARIF output +

Agent config linter. 399 validation rules across 10+ AI tools. SARIF output for GitHub Code Scanning integration.

+ 399 rules · 10+ tools · SARIF output
npx agnix .
-

Agent config linter - 230 rules across 10+ AI tools.

+

Agent config linter - 399 rules across 10+ AI tools.