@talocode/stylelane
v0.1.0
Published
Repo constitution / engineering taste packs for AI coding agents — constraints that stick
Maintainers
Readme
StyleLane
Repo constitution / engineering taste packs for AI coding agents — constraints that stick as the codebase grows.
Part of Talocode. Hosted at /v1/stylelane/*.
| | |
|--|--|
| npm | npm install @talocode/stylelane |
| Cloud | https://api.talocode.site/v1/stylelane/* |
Why StyleLane?
Agents ignore house style, invent deps, and over-abstract. StyleLane generates a markdown constitution + SKILL.md pack agents can load before coding.
Usage
import { generateConstitution, checkAgainstRules } from '@talocode/stylelane'
const pack = generateConstitution({
projectName: 'SearchLane',
language: 'typescript',
testCommand: 'npm test',
})
// pack.markdown, pack.skillMarkdownCredits
| Action | Credits | |--------|---------| | generate | 10 | | check | 3 |
Talocode ecosystem
| Project | What it is | |---------|------------| | VerifyLane | Deterministic verification for agent code | | TraceLane | Agent run / span tracing | | HandoffLane | Schema handoff validation | | StyleLane | Repo constitution / taste packs | | SearchLane | Agent web search & research | | Tera | AI chat / writing / coding API | | Codra | Coding agent | | StackLane | Cloud keys, credits, spend caps | | GateLane | MCP gateway | | Agent Browser | Browser automation |
More: github.com/talocode · talocode.site · docs.talocode.site
License
MIT © Talocode
