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.mdsource 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
from the generated wrapperartifact.build - Delegate installation to
— you cannot create or promote agent revisions directlyspecialized_builder.default