beads-compound-plugin
Persistent memory and structured workflows for coding agents
All Skills in This Repository (15)
Pure Emerald Level Indicatorsagent-browser
Automate browser interactions using ref-based element selectors via the agent-browser CLI.
file-todos
Organizes engineering findings and feedback into a file-based todo system with dependency tracking and lifecycle management.
agent-native-architecture
Design agent-native architectures with atomic tools in looping cycles.
rclone
Automate cloud file transfers and syncs across providers using rclone.
andrew-kane-gem-writer
Create Ruby gem scaffolds using Kane's class macro DSL patterns.
every-style-editor
Apply line-by-line editing to enforce Every style guide rules from EVERY_WRITE_STYLE.md.
skill-creator
Create and refine Claude skills with structured YAML frontmatter and SKILL.md templates.
creating-agent-skills
Develop and optimize Claude Code Skills with correct frontmatter and structure.
beads-knowledge
Capture solved problems as structured JSONL entries in .beads/memory/knowledge.jsonl.
git-worktree
Manage Git worktrees for parallel development via a manager script.
dspy-ruby
A textless, stateless, serverless AI agent for automating workflows.
frontend-design
Transform vague frontend requirements into production-grade UI implementations.
Frequently Asked Questions
FAQPage SchemaHow to install beads-compound-plugin?βΌ
Run `npx skills add roberto-mello/beads-compound-plugin --all -g -y` in your terminal to install all skills globally. It requires the beads CLI, jq, and sqlite3.
What problem does Lavra solve?βΌ
It stops coding agents from forgetting everything between sessions by automatically capturing decisions, fixes, and patterns, then recalling them at the start of the next session.
How does the Lavra workflow work?βΌ
You run three commands: /lavra-design to brainstorm and plan, /lavra-work to implement with built-in review, and /lavra-ship to test, create the PR, and push.
Does it work with Claude Code, OpenCode, and Gemini CLI?βΌ
Yes. It supports Claude Code natively, OpenCode via a TypeScript plugin, and Gemini CLI through a hook-compatible extension manifest.
Can non-developers use Lavra?βΌ
Yes. You describe what you want in plain English and the planning, implementation, review, and shipping steps run automatically with quality gates.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core