Examples

Start from a project shape that resembles yours.

Assura’s examples move from a broad repository contract into specific software, documentation, migration, CI, and agent workflows. Each example points to the exact technical guide behind it.

example index
software/       agent-ready baseline
monorepo/       package and app boundaries
markdown/       sections and content models
migration/      LS-Lint configuration
ci/             hooks and required checks
intelligence/   facts, references, context

Software projects

Start with structure, naming, generated output, agent guidance, hooks, and CI.

Document projects

Validate Markdown, frontmatter, source custody, references, and traceability.

Existing policy

Migrate LS-Lint naming rules or connect current custom constraints without replacing specialized linters.

01

Agent-ready software project

A broad baseline with AGENTS.md guidance, project-local skills, advisory feedback, and a merge gate.

02

Monorepo structure

Separate shared policy from app, package, docs, and generated-output boundaries.

03

Markdown-heavy repository

Treat headings, frontmatter, links, and content models as deterministic project policy.

04

Requirements and evidence

Connect documents and references so missing traceability is visible instead of inferred during review.

Agent setup

Start with one agent instruction.

Give this prompt to the coding agent already working in your project. It installs Assura, establishes a broad baseline, verifies the setup, and leaves unresolved project decisions visible.

Recommended Agent prompt
Install Assura in this repository and set it up for agent-ready checks.
If assura is not installed, run:
ASSURA_INSTALL=https://assura.dev/install.sh
curl -fsSL "$ASSURA_INSTALL" | sh

Then run:
assura agent onboard . --agent auto --format json
assura check --format json .

Read .assura/onboarding/agent-next.md, summarize what is active, what is inactive, and what questions need human answers before adding project-specific rules.
Manual install curl -fsSL https://assura.dev/install.sh | sh