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.

Public beta

Give coding agents explicit logic boundaries.

Install a reviewable instruction contract for requirement shaping, PCD authoring, supported operations, and evidence handoff.

Agent instruction contract

01

Shape inputs, outputs, and failure behavior before writing code.

02

Use supported monomers instead of inventing hidden operations.

03

Report commands, changed files, assumptions, and missing evidence.

Managed-file writes require explicit reviewable consent.

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.

01

Shape

Declare inputs, outputs, assumptions, and fail-closed behavior before implementation.

02

Constrain

Select supported monomers and keep branches and returns explicit.

03

Report

Return commands, changed files, evidence state, assumptions, and remaining blockers.

agent skill install

$Open the BRIK64 agent installation guide

$Review the managed instruction section

$Approve the repository change

The instruction contract is visible before the agent uses it.

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.

Managed-file changes remain explicit and reviewable; the skill does not silently authorize repository writes.

Install the operating contract for your agent.

Start with the public skill, then connect MCP when the agent needs structured BRIK64 context.