AI Agent Skills agent-readable summary
The public BRIK64 skill gives agents explicit instructions for bounded requirement shaping, PCD authoring, managed writes, and evidence reporting.

Give coding agents explicit logic boundaries.
Install a reviewable instruction contract for requirement shaping, PCD authoring, supported operations, and evidence handoff.
Agent instruction contract
Shape inputs, outputs, and failure behavior before writing code.
Use supported monomers instead of inventing hidden operations.
Report commands, changed files, assumptions, and missing evidence.
Instructions an agent can follow and a reviewer can inspect.
Skills shape how the agent works inside a repository. They do not replace the CLI, MCP, or the human review decision.
Shape
Declare inputs, outputs, assumptions, and fail-closed behavior before implementation.
Constrain
Select supported monomers and keep branches and returns explicit.
Report
Return commands, changed files, evidence state, assumptions, and remaining blockers.
$Open the BRIK64 agent installation guide
$Review the managed instruction section
$Approve the repository change
Skills guide behavior. MCP supplies context.
The two surfaces are complementary and intentionally separate.
AI Agent Skills
Repository-facing instructions for how an agent should shape, author, change, and report bounded logic work.
MCP
A structured resource and tool surface for discovering current BRIK64 contracts and documentation.
Install the operating contract for your agent.
Start with the public skill, then connect MCP when the agent needs structured BRIK64 context.