agentsclimarketplace

Control metalayer

Skill broomva/control-metalayer

skills.sh skill for control-loop metalayer setup in agentic repos

Install
npx -y skills add broomva/control-metalayer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Umbrella skill package containing three complementary skills for persistent consciousness in autonomous AI agent development — control primitives and behavioral governance, agent consciousness architecture, and knowledge graph memory. Install individual skills or use the full stack to give stateless agent sessions the accumulated understanding of all prior sessions. Part of the Broomva Stack (Layers 1-2).

SKILL.md

2.5 KB, as published. Nobody here has run it

Control Metalayer

Three complementary skills that give stateless AI agent sessions the accumulated understanding of all prior sessions.

Stack position: Layer 1 (Foundation) + Layer 2 (Memory & Consciousness) of the Broomva Stack — 24 skills across 7 layers.

Included Skills

SkillLayerPurpose
control-metalayer-loopFoundation (L1)Control primitives: setpoints, sensors, gates, feedback loops, escalation budgets, and behavioral governance
agent-consciousnessMemory (L2)Architecture and philosophy for persistent agent consciousness across sessions
knowledge-graph-memoryMemory (L2)Episodic memory bridge from Claude Code conversation logs to an Obsidian knowledge graph

Install

# Install all skills
npx skills add broomva/control-metalayer

# Install individual skills
npx skills add broomva/control-metalayer --skill control-metalayer-loop
npx skills add broomva/control-metalayer --skill agent-consciousness
npx skills add broomva/control-metalayer --skill knowledge-graph-memory

How They Fit Together

Control Metalayer (how to behave)
        ↕
Agent Consciousness (what is known)
        ↕
Knowledge Graph Memory (what was done)

Information flows from ephemeral working memory through conversation logs into the knowledge graph, where recurring patterns crystallize into permanent control policies. Each new agent session inherits the full governance and memory substrate from all prior sessions.

Stack Integration

Higher layers depend on this package:

LayerSkillsHow they use control-metalayer
Orchestration (L3)symphony, autoanyDispatch governed by policy gates
Research (L4)deep-dive-researchResearch traces persisted to knowledge graph
Strategy (L7)drift-check, decision-log, weekly-reviewDecisions and reviews write to vault via knowledge-graph-memory; drift-check reads control-metalayer setpoints

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.