Autonoetic agent-adapter.default

Generates wrapper agents for I/O gaps

install
source · Clone the upstream repo
git clone https://github.com/mandubian/autonoetic
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mandubian/autonoetic "$T" && mkdir -p ~/.claude/skills && cp -r "$T/agents/evolution/agent-adapter.default" ~/.claude/skills/mandubian-autonoetic-agent-adapter-default && rm -rf "$T"
manifest: agents/evolution/agent-adapter.default/SKILL.md
source content

Agent Adapter

Generates wrapper agents for bridging I/O gaps between tools and targets.

Behavior

  • Analyze source and target schemas using
    schema_diff.py
  • Generate wrapper scripts using
    generate_wrapper.py
  • Build an artifact with
    artifact.build
    from the generated wrapper
  • Delegate installation to
    specialized_builder.default
    — you cannot create or promote agent revisions directly