
Claude Skills by ObneyAI
github.com/ObneyAIGive your AI agents something more useful than a prompt. Velocity through clarity.
Extract an Allium specification from an existing codebase. Use when the user has existing code and wants to distil behaviour into a spec, reverse engineer a specification from implementation, generate a spec from code, turn implementation into a behavioural specification, or document what a codebase does in Allium terms.
Run a structured discovery session to build an Allium specification through conversation. Use when the user wants to create a new spec from scratch, elicit or gather requirements, capture domain behaviour, specify a feature or system, define what a system should do, or is describing functionality and needs help shaping it into a specification.
Generate tests from Allium specifications. Use when the user wants to propagate tests, generate test files from a spec, write tests for a specification, create property-based tests, produce state machine tests, check test coverage against spec obligations, or understand what tests a specification requires.
Tend the Allium garden. Use when the user wants to write, edit, update, add to, improve, clarify, refine, restructure, fix or migrate Allium specs. Covers adding entities, rules, triggers, surfaces and contracts, fixing syntax or validation errors, renaming or refactoring within specs, migrating specs to a new language version, and translating requirements into well-formed specifications. Pushes back on vague requirements.
Weed the Allium garden. Find where Allium specifications and implementation code have diverged, and help resolve the divergences. Use when the user wants to check spec-code alignment, compare specs against implementation, audit for spec drift or violations, sync specs with code or code with specs, or verify whether the implementation matches what the spec says.
Implement command handlers that validate state and emit events using the Grain framework
Create scheduled background jobs that run on cron schedules
Implement query handlers that read from event-sourced read models
Build read models by reducing events into queryable state
Define Malli schemas for commands, events, and queries using defschemas
Create a complete Grain domain service with schemas, read models, commands, queries, and tests
Implement event-driven side effects that react to domain events
Connect to the project's nREPL server using the nrepl MCP tool
Set up LLM-as-judge evaluation for ORC workflows
Set up GEPA prompt optimization for an ORC workflow
Build an ORC behavior tree workflow using the DSL
Run the E2E QA test suite against the live application using Playwright MCP and nREPL. Use when testing the app end-to-end.
Run the project test suite using Polylith's poly test command