By ansur-ai
Build and operate AI employees on the Ansur platform. Turns this coding agent into the meta-harness: it drives the `ansur` CLI to set up a tenant, connect systems, author a bundle, ship it, and wire a channel.
Status: published. Distributed via the public marketplace repo
ansur-ai/ansur-plugin—/plugin marketplace add ansur-ai/ansur-pluginthen/plugin install ansur@ansur. This monorepo directory is the authoring source; the public repo is the published mirror (plugins/ansur/there). Keep the two in sync when editing.
Turns Claude Code into the meta-harness — the build-time agent a customer pastes
a prompt into, which drives the ansur CLI (@ansur-ai/cli) to build their AI
employee on the Ansur platform.
Two nested harnesses:
Its only job is writing + iterating bundles — never platform code. A plugin (vs. MCP) ships behavior (a skill + commands) that shapes how the agent reasons, so the customer's agent behaves like Ansur's server-side meta-harness would — and the customer pays that inference. The CLI is the small action surface.
Background (monorepo paths — for plugin authors editing this source, not
shipped to customers): docs/design-docs/platform-architecture.md (the
meta-harness loop), docs/design-docs/platform-interface.md (plugin + CLI, why
no web UI), docs/design-docs/core-beliefs.md (voice: real files/tools, context
discipline, Oracle thinking).
The plugin ships a single skill (ansur) whose SKILL.md is a spine /
lookup table of the flow. Depth lives in domain directories the spine points
to and the agent reads on demand — not in separate registered skills.
plugins/claude-code/
.claude-plugin/plugin.json manifest
commands/ansur-onboard.md single slash entry point → loads the skill
skills/ansur/
SKILL.md the spine: mental model, build loop, hard rules (always loaded)
setup/
initial-setup.md ONE-TIME: install + login + init + github connect
bundle/ the employee artifact
bundle.md the container: anatomy, manifest fields, create→push→reload lifecycle
skills.md on-demand playbooks the employee loads
hooks.md bash gates on the employee's agent loop
memory.md what the employee accumulates across conversations
guards/ the safety boundary
guards.md connectors + wire guards: how the employee reaches external systems
rules.md the rule LANGUAGE: expression grammar, when:/preflight:, authoring discipline
sap.md the SAP connector recipe (two guard-systems, secrets, read role)
operate/
trace.md trace record shape + jq recipes
ansur dispatch; no ansur bundle write/set-active (git is the versioning model).github is not a connector — ansur github connect is a control-plane credential.tools.yaml is vestigial.Published via a Claude Code plugin marketplace; the Track F3 install prompt installs
this plugin + @ansur-ai/cli and runs ansur login. Codex CLI / Cursor variants
reuse the same skill + CLI; only packaging differs.
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.
npx claudepluginhub ansur-ai/ansur-plugin --plugin ansurComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
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
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.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.