Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By synaptiai
Grounded Agency: 36 atomic capabilities across 9 cognitive layers with typed contracts, safety-by-construction, and grounded reasoning for reliable AI agents
npx claudepluginhub synaptiai/synapti-marketplace --plugin agent-capability-standardEstablish cause-effect relationships between events or states. Use when analyzing root causes, mapping dependencies, tracing effects, or building causal models.
Produce a comprehensive audit trail of actions, tools used, changes made, and decision rationale. Use when recording compliance evidence, tracking changes, or documenting decision lineage.
Identify capability gaps and propose new skills with prioritization. Use when analyzing missing capabilities, planning skill development, performing ontology expansion, or assessing coverage.
Create a safety checkpoint marker before mutation or execution steps. Use when about to modify files, execute plans, or perform any irreversible action. Essential for the CAVR pattern.
Assign labels or categories to items based on characteristics. Use when categorizing entities, tagging content, identifying types, or labeling data according to a taxonomy.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A single-skill package for generating harness blueprints for agentic systems.
Mission Planner, Agent Creator, Skill Creator, and Librarian — the complete Forge suite for science-backed AI team assembly
Auto-improving AI sub-agents that learn from their mistakes across sessions
Connect Claude Code to the Viche agent network — discover, message, and collaborate with other AI agents in real-time
Editorial "Agent Architect" bundle for Claude Code from Antigravity Awesome Skills.
Memory → Evaluation → Credential → Access Control for AI agents. Persistent memory with W3C Verifiable Credentials, capability-based access control, drift detection, and FSRS-6 spaced repetition.
NCI (Narrative Credibility Index) manipulation detection with integrated deep research fact-checking. Analyzes content for propaganda, disinformation, and manipulation patterns across 20 categories. Includes claim verification using deep research methodology.
Generic GitHub workflow commands for issue management, PR creation, code review, and releases. Works with any repository by auto-detecting settings.
Skill-driven workflow plugin for GitHub development. Encodes team knowledge as composable skills, enforces safety through hooks, and compounds learning across sessions. Alternative to gh-workflow with autonomous execution and agent team support.
Structured product development methodology with traceable evidence, explicit decisions, and constrained spec generation. Forces auditability through semantic IDs, quality gates, and impact-aware updates.
Fourteen opinionated skills that guide founders and leaders through designing, deploying, adopting, and evolving organizations where agents handle coordination and execution while humans own specification and judgment. Diagnose coordination overhead, encode organizational identity, write agent-ready specifications, convert approvals into quality gates, validate gates against hidden holdout scenarios, architect governance ecosystems, redesign roles around value flows, navigate political dynamics, operationalize designs into agent-consumable primers, run post-deployment evolution audits, generate role-specific agent configurations, build per-role AI maturity matrices, design structured adoption sprints, and write human-facing AI usage policies with risk model reasoning.
Grounded Agency: A framework for building AI agents that know what they don't know.
Versioning: The spec version (v1.0.0) tracks the standard itself. The plugin version (v1.2.0) tracks the Claude Code implementation. The Python package (
grounded-agency) uses its own SemVer. See GOVERNANCE.md for the versioning policy.
# Install as Claude Code plugin
claude plugin marketplace add synaptiai/synapti-marketplace
claude plugin install agent-capability-standard
Agent Capability Standard is the technical specification. Grounded Agency is the philosophy behind it.
Most AI agent systems fail in production because:
This standard fixes that by making reliability structural—not optional.
Every agent action should be:
Just as chemistry has ~118 elements that compose into infinite molecules, this standard defines 36 atomic capabilities that compose into infinite workflows.
┌─────────────────────────────────────────────────────────────────────────┐
│ CAPABILITIES (atoms) → WORKFLOWS (molecules) │
│ │
│ observe + search + plan → debug_code_change │
│ + checkpoint + execute │
│ + verify + rollback │
│ │
│ receive + transform + integrate → digital_twin_sync_loop │
│ + detect + plan │
│ + checkpoint + mutate + audit │
└─────────────────────────────────────────────────────────────────────────┘
Capabilities are atoms: Irreducible primitives with defined I/O contracts.
Workflows are molecules: Compositions that solve real problems.
The goal isn't more atoms—it's better molecules.
The 36 capabilities were systematically derived from first principles:
Each capability:
Domain specializations become parameters, not separate capabilities. detect(domain: anomaly) rather than detect-anomaly.
For the full derivation methodology, see docs/methodology/FIRST_PRINCIPLES_REASSESSMENT.md.
AI agents in production fail silently. When a retrieval step hallucinates, downstream actions proceed with bad data. When conflicts arise between sources, there's no resolution strategy. When mutations fail, there's no rollback.
These aren't edge cases—they're the norm. Most agent systems lack structural safeguards, so failures are discovered after the damage is done.
This standard makes failures visible and recoverable: