hamr0/liteagents

Comprehensive AI liteagents kit (subagents, skills/commands) for Claude Code, Opencode, Ampcode, and Droid

22Stars on the repository
41Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

brainstorming

01

hamr0/liteagents

Skill Claude CodeCodex

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes.

22 2d ago A 46 tokens copy · 86% Apache-2.0

debug-method

02

hamr0/liteagents

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions.

22 2d ago A 42 tokens copy · 92% Apache-2.0

live-canvas

03

hamr0/liteagents

Skill Claude CodeCodex

Conduct design interviews, generate UI variations, and collect live click-to-annotate feedback that streams into the session so edits land without leaving the browser. Use when the user wants rapid iterative UI refinement, not just batched feedback.

22 2d ago A 50 tokens original Apache-2.0

skill-creator

04

hamr0/liteagents

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

22 2d ago A 45 tokens copy · 95% Apache-2.0

tdd-flow

05

hamr0/liteagents

Skill Claude CodeCodex

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first.

22 2d ago A 42 tokens copy · 97% Apache-2.0

test-traps

06

hamr0/liteagents

Skill Claude CodeCodex

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies.

22 2d ago A 42 tokens copy · 89% Apache-2.0

trace-back

07

hamr0/liteagents

Skill Claude CodeCodex

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior.

22 2d ago A 44 tokens copy · 86% Apache-2.0

verify-done

08

hamr0/liteagents

Skill Claude CodeCodex

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.

22 2d ago A 42 tokens copy · 81% Apache-2.0