control-metalayer-loop
Control Metalayer Loop
Use this skill to initialize or upgrade a repository into a control-loop driven agentic development system.
What To Load
references/control-primitives.mdfor the control model and minimal control law.references/rules-and-commands.mdfor policy/rules and command governance.references/topology-growth.mdfor repository topology and scale path.references/wizard-cli.mdfor command usage.
Primary Entry Point
Use the Typer wizard:
python3 scripts/control_wizard.py init <repo-path> --profile governed
More from broomva/control-metalayer
agent-consciousness
Persistent consciousness architecture for autonomous AI agent development. Synthesizes three substrates — control metalayer (behavioral governance), Obsidian knowledge graph (declarative memory), and conversation log bridge (episodic memory) — into a self-evolving context layer. Use when designing agent memory systems, implementing cross-session context persistence, building knowledge graphs for AI agents, setting up conversation history capture, or architecting feedback loops that let agents learn from prior sessions. Triggers on "agent memory", "session persistence", "knowledge graph", "conversation history", "consciousness stream", "cross-session context", "agent learning", or "self-evolving development".
3knowledge-graph-memory
Bridge Claude Code conversation logs to an Obsidian knowledge graph for persistent agent memory. Transforms .entire/ event logs and ~/.claude/ transcripts into searchable, wikilinked markdown docs with full conversation threads, tool call details, and session metadata. Use when setting up conversation history capture, configuring knowledge graph traversal for agents, building episodic memory from session logs, or connecting agent work to an Obsidian vault. Triggers on "conversation history", "session logs to obsidian", "knowledge graph memory", "agent episodic memory", "conversation bridge", "session documentation", or "knowledge traversal".
3