Skills and agents shared by the Liti engineering team
npx claudepluginhub litisaude/garageShared skills and agents for the Liti engineering team
A shared repository where the Liti team organizes, shares, and collaboratively improves Claude Code skills and agents. Think of it as the team's garage — a place to build, tinker, and refine the tools we use every day.
Install the plugin from the Claude Code marketplace:
claude plugin add liti-garage
Or clone the repository and register it locally:
git clone https://github.com/liti/garage.git
claude plugin add ./garage
| Skill | Description |
|---|---|
/review plan | Review a feature description before coding and produce a requirements checklist |
/review code | Review code changes for violations across quality pillars (auto-detects stack) |
| Agent | Stack | What it checks |
|---|---|---|
| Production Hardening | Backend | Resilience, idempotency, durability |
| Audit Compliance | Backend | Soft deletes, change history, actor attribution |
| Analytics Coverage | Frontend/Mobile | Funnel coverage, event naming & taxonomy, event properties |
| Plan Requirements | Any | Pre-coding requirements checklist |
| Business Readiness | Any | Rollout planning, dependency resilience, multi-tenant impact, data consent, migration |
skills/ # Skill definitions (user-facing commands, one SKILL.md per directory)
agents/ # Specialized agent prompts used by skills
.claude-plugin/ # Plugin metadata and marketplace config
Add new skills to skills/ and new agents to agents/. Open a PR so the team can review and iterate together.
This project is licensed under the MIT License. See LICENSE for details.