
madebymlai/agentstack
2 skills2 installsGitHub
Install
npx skills add https://github.com/madebymlai/agentstackSkills in this repo
1BeadsBeads is an agent skill for repositories that use the `bd` CLI and Beads for durable project task tracking. Solo and indie builders install it when they need a shared work memory across agent sessions: finding ready work, claiming tasks atomically, recording blockers and dependencies, closing completed items, and spawning follow-up tasks when implementation surfaces new work. The skill instructs agents to run `bd prime` first, prefer the CLI when shell access exists, and treat local planning files as secondary to the Beads graph. It fits teams of one who still juggle many parallel threads and need handoff without losing context. Use it whenever the user asks to inspect ready work, manage blockers, recover project state, or choose between ephemeral planning and persistent tracking inside a bd-enabled repo.1installs2Design PrinciplesDesign Principles is an architecture catalog from AgentStack that helps solo builders and small teams document structural choices agents should follow before and during implementation. Instead of mechanical checks, it offers named patterns—deep modules, information hiding, tell-don't-ask, Law of Demeter, and related coupling guidance—each with a short “pick when” signal so you apply judgment consistently. The intended output lands in AGENTS.md under Design Principles, giving Claude Code, Cursor, and similar agents stable boundaries while they write or refactor. Use it when wrappers multiply, the same schema leaks across files, or callers interrogate object state instead of issuing commands. It pairs naturally with planning and review phases when you want architectural intent written down once, not rediscovered in every PR.1installs