kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: model a complex domain with a shared language, bounded contexts, and clear aggregates.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: model a complex domain with a shared language, bounded contexts, and clear aggregates.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: define type-safe schemas, migrations, and queries with Drizzle ORM and full TS inference.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: run analytical queries in-process over files, Parquet, or CSV with DuckDB.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: design error handling so failures are explicit, recoverable, and never silently swallowed.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: design systems around events and messages with reliable, decoupled processing.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: execute a written implementation plan with checkpoints, verification, and blocker handling.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: extract tokens, components, and patterns from an existing codebase into a documented system.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: find, compare, install, update, or remove agent skills from skills.sh or a source repo.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: implementation is complete and you need to verify, summarize, and choose merge, PR, commit, or cleanup flow.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: build or reshape UI with distinctive, intentional visual design instead of generic defaults.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: find the commit that introduced a bug with a binary search over history.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: create a conventional git commit from the current diff with logical staging and message analysis.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: clean up or reorder commits with rebase while keeping history safe and reviewable.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: write or review GitHub Actions workflows that are fast, secure, and maintainable.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: write or review idiomatic Go with explicit errors, clear concurrency, and small interfaces.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: design or review GraphQL schemas and resolvers with safe, efficient data access.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: pressure-test your own reasoning or a plan before committing to it.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: verify claims or API usage against fetched official documentation, not memory.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: write a handoff so another session or agent can resume work without context loss.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: propose structural improvements to a codebase without rewriting it wholesale.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: validate and sanitize untrusted input at boundaries to prevent bad data and attacks.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: write or review modern, idiomatic Java with immutability, clear types, and clean structure.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
kimtth/agent-skill-100-lines-or-less
Skill Claude CodeCodex
Use when: write or review idiomatic Kotlin with null safety, immutability, and concise expressions.