Open Source

Turn any AI agent into a Subject Expert

stAIpler scans your project, finds missing instruction layers, and optimizes your agent's context. Same model, dramatically better results.

$ staipler optimize --scan-only
Scanning for instruction files...
Found 22 instruction files
Readiness: 51/100 (F) — 5 layers missing
$ staipler optimize
Generating skills layer... done
Generating policies layer... done
Readiness: 95/100 (A) — Agent is a Subject Expert

The Problem

Scattered context, generic output

Every AI tool has its own instruction file. None of them talk to each other. Your agent gets fragments instead of a complete picture.

No identity

Without an identity layer, your agent doesn't know what role it plays.

No guardrails

Without constraints, the agent has no safety boundaries or coding standards.

No measurement

No way to know if your instruction files are complete or effective.

Fragmented ecosystem

CLAUDE.md, AGENTS.md, .cursorrules — every tool expects a different file.

How It Works

Four steps to a Subject Expert

stAIpler takes your agent from blank slate to domain expert.

1

Scan

Discovers all instruction files across 30+ formats automatically.

2

Analyze

Maps files to layers and scores coverage. Shows you the gaps.

3

Optimize

AI generates missing layers using your project context.

4

Measure

A/B tests optimized stack vs control. Quantifies improvement.

Real Results

From flying blind to Subject Expert

51
Before
F
80
After Optimize
B
95
Compiled Stack
A
Subject Expert

The Standard

One taxonomy for every AI tool

Three classes of instruction files. Native assets stAIpler compiles, imported files it normalizes, and project docs it can reference.

Class 1: Native Assets

The core stAIpler vocabulary

IDENTITY.mdGOALS.mdCONTEXT.mdCONSTRAINTS.mdSKILLS.mdSTYLE.mdEXAMPLES.mdTOOLS.mdMEMORY.mdPOLICIES.mdEVALS.md

Class 2: Imported Adapters

External ecosystem files normalized

AGENTS.mdCLAUDE.mdGEMINI.mdSKILL.mdcopilot-instructions.cursorrules.windsurfrules

Class 3: Supporting Docs

Project docs for optional context

READMEARCHITECTUREPLANAPISECURITYTESTINGCHANGELOGllms.txt

Ecosystem Support

Works with every AI coding tool

stAIpler doesn't replace your tools. It makes them all better.

Claude Code
OpenAI Codex
GitHub Copilot
Gemini CLI
Cursor
Windsurf
Cline
Aider
skills.sh

Make your AI a Subject Expert

Free to start. Install the CLI or create an account to use the web dashboard.

$ npx staipler optimize --scan-onlyCreate Free Account