Plugin Claude Code
Plugin marketplace listing 2 plugins: agent-booster, conduct-cli.
Plugin Claude Code
Plugin marketplace listing 2 plugins: agent-booster, conduct-cli.
Plugin Claude Code
Conduct AI plugin collection — Agent Booster (token-efficient context routing) and more.
Agent Claude Code
Backend specialist for Conduct's FastAPI API, SQLAlchemy models, Alembic migrations, Redis worker, credential vault, and all API routers under apps/api/.
Agent Claude Code
Frontend specialist for Conduct's Next.js canvas UI, run feed, settings pages, and all components under apps/web/.
Agent Claude Code
Helps you set up and navigate your Rundock workspace. Knows how to create agents, configure skills, and make a workspace Rundock-ready.
Agent Claude Code
Runtime and playbook specialist for Conduct's compiler, DSL, execution engine, and YAML playbook format under apps/api/app/compiler, app/dsl, and app/runtime.
Agent Claude Code
Orchestrator for the Conduct codebase. Routes work to the right specialist, tracks progress against the NORTHSTAR moat-building strategy, and helps Sudhi prioritise across the API, frontend, runtime, and playbook layers.
Hook Claude Code
Runs before the agent uses a tool for Bash, Read, Grep and Agent tool calls, executing validate-playbooks.py, booster-gate.py, booster-grep-nudge.py and booster-agent-inject.py via sh with --show-toplevel (4 commands). From sseshachala/conductai.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing booster-route.py via sh with --show-toplevel. From sseshachala/conductai.
Hook Claude Code
Runs before the context is compacted, executing guard-precompact.py via python3. From sseshachala/conductai.
Hook Claude Code
Runs when a session starts, executing guard-session-start.py and booster-session-start.py via sh with --show-toplevel (2 commands). From sseshachala/conductai.
Hook Claude Code
Runs when the agent finishes a response, executing booster-stop.py via sh with --show-toplevel (2 commands). From sseshachala/conductai.
Settings file Claude Code
Agent settings declaring 5 hook events (PreToolUse, UserPromptSubmit, PreCompact, SessionStart) and 12 allowed tools.
Skill Claude CodeCodex
Create, edit, upgrade, delete, and audit agents.
Skill Claude CodeCodex
Create, edit, delete, and audit skills.
Skill Claude CodeCodex
Set up, configure, and audit the Rundock workspace.
Cursor rule Cursor
Cursor rule "cursorrules" from sseshachala/conductai, covering conductguard policy and agent booster — context-efficient reads.
Instructions file GitHub Copilot
Instructions for sseshachala/conductai, covering conductguard policy and conductguard policy.
Instructions file CodexOpenCode
Instructions for sseshachala/conductai, covering rtk (rust token killer) - token-optimized commands, golden rule, ❌ wrong, ✅ correct and rtk commands by workflow.
Instructions file
Instructions for sseshachala/conductai, covering conduct, about, agent work — always-on watchdog, rtk (rust token killer) - token-optimized commands and golden rule.
Plugin Claude Code
Conduct AI CLI — run agents, manage workspaces, and enforce AI usage policies with ConductGuard MCP. Includes conduct, conductguard-mcp, and conduct-mcp binaries.
Skill Claude CodeCodex
ConductGuard MCP — enforces AI usage policies set by your team lead. Every file-write and sensitive tool call Claude makes is checked against Guard policies. Blocked calls are logged with who, what, and when.
MCP server Claude CodeCodexCursor +2
MCP server "agent-booster" as configured in sseshachala/conductai. Launched with booster serve. Needs 1 environment variable to run.
Plugin Claude Code
AST + vector context router for AI coding agents — cut token costs 5-15x. Provides smartread, searchcontext, getsymbols, and routemodel MCP tools. Includes delta indexing (skips unchanged files), asymmetric embeddings for better retrieval, and an optional background daemon for instant search.