libra-mcp/libra-skills

3 stars · Last commit 2026-03-11

The context layer for your agents.

README preview

# libra-skills

The context layer for your agents.

Turns AI chat decisions into structured repo docs so Cursor and Claude Code always start with the right context. `init-libra` scaffolds the full structure; `update-libra` keeps it in sync.
```
AGENTS.md
ARCHITECTURE.md

docs/
├── decisions/
│   ├── INDEX.md
│   └── adr-NNN-slug.md
├── specs/
│   ├── INDEX.md
│   └── <feature-slug>.md
├── design/
│   ├── INDEX.md
│   └── core-beliefs.md
└── plans/

View full repository on GitHub →