By sentiolabs
Central issue tracker for AI-assisted coding workflows. Manage tasks, track work, and maintain context with simple CLI commands.
Use this agent for implementing a single task using TDD. Dispatched by the implement skill with a task description from arc. Receives task context, implements following RED → GREEN → REFACTOR → GATE, commits results, and reports back.
Use this agent for reviewing code changes against a task spec and project conventions. Dispatched by the review skill with a git diff and task description. Reports findings categorized by severity. Read-only — never modifies code.
Use this agent for documentation-only tasks. Dispatched by the implement skill for tasks labeled `docs-only`. Writes/updates markdown and docs without TDD overhead.
Use this agent for adversarial evaluation of implementation work against a task spec. Dispatched by the implement skill after the implementer completes. Writes independent acceptance tests from the spec alone — never sees the diff or the implementer's tests. Reports spec-intent gaps the implementer may have missed.
Use this agent when the user needs to interact with the project's issue tracking system via the `arc` CLI tool. This includes: finding recommended work (ready tasks, priorities, what to work on next), creating issues/epics/tasks, updating issue properties (status, priority, labels), closing issues with resolution notes, managing dependencies between issues (blocks, related, parent-child, discovered-from relationships), performing bulk operations (triage, closing multiple issues, creating epics with children), querying issues (listing, filtering, searching, showing details), or viewing dependency trees and blocked work analysis.
Deploy an agent team from arc's issue graph. Use when the user wants to parallelize work across multiple agents, parallelize epic tasks, says "deploy team", "spawn teammates", or wants to distribute arc epic tasks by role using teammate labels.
You MUST use this skill before claiming any work is complete, any test passes, or any fix works — especially before arc close, before telling the user "done", or when the user asks "does it work?", "did the tests pass?", "is it fixed?". Requires fresh verification evidence (not cached results). Always prefer this over ad-hoc verification when the project uses arc issue tracking.
General arc CLI reference and workflow context. Use when the user asks about arc commands, issue tracking workflows, when to use arc vs TodoWrite, or needs help with arc configuration.
You MUST use this skill for any design exploration, architecture decision, or trade-off analysis before implementation begins — especially when the user says "brainstorm", "explore the design", "think through", "what approach should we take", or describes a feature with multiple valid strategies. This is the arc-native brainstorming skill that writes designs to docs/plans/ and registers them for review via arc plan. Always prefer this over generic brainstorming when the project uses arc issue tracking.
You MUST use this skill to execute implementation tasks from an arc plan — especially when the user says "implement this", "build this", "execute the plan", "start coding", or wants to dispatch subagents for TDD execution of arc issues. The main agent orchestrates; it never writes implementation code directly. Always prefer this over generic implementation when the project uses arc issue tracking.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This repository contains three marketplace trees:
claude-marketplace/ for Claude-facing pluginscodex-marketplace/ for Codex-facing pluginsopencode-marketplace/ for OpenCode-facing pluginsOpenCode support is rolling out in stages rather than matching Claude and Codex yet. Use the Platform Support Matrix and OpenCode Roadmap for current coverage and gating.
The repository root is a harness, not the canonical marketplace. Claude and Codex resolve through root shims:
.claude-plugin/marketplace.json.agents/plugins/marketplace.jsonOpenCode does not use a root marketplace manifest. Its install entrypoint lives at
.opencode/INSTALL.md and installs either project-local .opencode/ files or global
~/.config/opencode/ files from the OpenCode marketplace subtree.
Shared support files live in shared/, but runtime plugin files stay inside the plugin
roots that each platform resolves.
claude-marketplace/plugins/ contains the Claude plugin copiescodex-marketplace/plugins/ contains the Codex plugin copiesopencode-marketplace/plugins/ contains the OpenCode plugin copies.opencode/INSTALL.md contains the fetched OpenCode install instructionsshared/ contains non-runtime support files such as validation scripts and referencesdocs/ contains design notes and contributor guidanceStart with explicit platform-specific duplication. Only introduce generation or shared-source rendering if duplicated maintenance becomes a real problem.
npx claudepluginhub sentiolabs/agent-nexus --plugin arcContext window protection for Claude Code — sandboxed execution, FTS knowledge base, session continuity. Powered by a single Rust binary.
Central issue tracker for AI-assisted coding workflows. Manage tasks, track work, and maintain context with simple CLI commands.
Detect low-quality AI-generated code using a 3-lens parallel review architecture with model-tiered agents. Scans for AI authorship signals, idiom violations, and code quality issues.
Context window protection for Claude Code — sandboxed execution, FTS knowledge base, session continuity. Powered by a single Rust binary.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.