Use when: review an academic paper with a structured review form and multiple reviewer personas.
Langue du texte source : anglais
Menu
SkillsMP a collecté 99 skills depuis kimtth/agent-skill-100-lines-or-less. Ouvrez un skill pour examiner sa source et ses détails.
Affichage de 40 skills collectés sur 99.
Use when: review an academic paper with a structured review form and multiple reviewer personas.
Langue du texte source : anglais
Use when: design a clear, consistent, and evolvable API contract before implementing it.
Langue du texte source : anglais
Use when: record a significant technical decision, its context, and consequences as an ADR.
Langue du texte source : anglais
Use when: implement or review authentication flows, sessions, tokens, and password handling securely.
Langue du texte source : anglais
Use when: design or review access control so users can only do what they are permitted to do.
Langue du texte source : anglais
Use when: write or review robust shell scripts that fail fast and handle paths and input safely.
Langue du texte source : anglais
Use when: explore options or decompose an ambiguous problem before committing to one approach.
Langue du texte source : anglais
Use when: add caching with the right layer, key design, invalidation, and consistency trade-offs.
Langue du texte source : anglais
Use when: design or improve a CI/CD pipeline for fast, reliable, automated build-test-deploy.
Langue du texte source : anglais
Use when: structure an app so business logic is independent of frameworks, UI, and databases.
Langue du texte source : anglais
Use when: write or review concurrent code that avoids races, deadlocks, and shared-state bugs.
Langue du texte source : anglais
Use when: write or review modern C++ with RAII, smart pointers, and value semantics.
Langue du texte source : anglais
Use when: give structured, specific design critique with actionable fixes, not vague feedback.
Langue du texte source : anglais
Use when: write or review modern, idiomatic C# with async, nullable reference types, and clean structure.
Langue du texte source : anglais
Use when: write and apply schema migrations safely without downtime or data loss.
Langue du texte source : anglais
Use when: decouple components by injecting their dependencies instead of constructing them inline.
Langue du texte source : anglais
Use when: apply a design pattern to a real problem without over-engineering the solution.
Langue du texte source : anglais
Use when: define multi-service local and test environments with Docker Compose reliably.
Langue du texte source : anglais
Use when: model a complex domain with a shared language, bounded contexts, and clear aggregates.
Langue du texte source : anglais
Use when: define type-safe schemas, migrations, and queries with Drizzle ORM and full TS inference.
Langue du texte source : anglais
Use when: run analytical queries in-process over files, Parquet, or CSV with DuckDB.
Langue du texte source : anglais
Use when: design error handling so failures are explicit, recoverable, and never silently swallowed.
Langue du texte source : anglais
Use when: design systems around events and messages with reliable, decoupled processing.
Langue du texte source : anglais
Use when: extract tokens, components, and patterns from an existing codebase into a documented system.
Langue du texte source : anglais
Use when: build or reshape UI with distinctive, intentional visual design instead of generic defaults.
Langue du texte source : anglais
Use when: find the commit that introduced a bug with a binary search over history.
Langue du texte source : anglais
Use when: clean up or reorder commits with rebase while keeping history safe and reviewable.
Langue du texte source : anglais
Use when: write or review GitHub Actions workflows that are fast, secure, and maintainable.
Langue du texte source : anglais
Use when: write or review idiomatic Go with explicit errors, clear concurrency, and small interfaces.
Langue du texte source : anglais
Use when: design or review GraphQL schemas and resolvers with safe, efficient data access.
Langue du texte source : anglais
Use when: pressure-test your own reasoning or a plan before committing to it.
Langue du texte source : anglais
Use when: verify claims or API usage against fetched official documentation, not memory.
Langue du texte source : anglais
Use when: write a handoff so another session or agent can resume work without context loss.
Langue du texte source : anglais
Use when: propose structural improvements to a codebase without rewriting it wholesale.
Langue du texte source : anglais
Use when: validate and sanitize untrusted input at boundaries to prevent bad data and attacks.
Langue du texte source : anglais
Use when: write or review modern, idiomatic Java with immutability, clear types, and clean structure.
Langue du texte source : anglais
Use when: write or review idiomatic Kotlin with null safety, immutability, and concise expressions.
Langue du texte source : anglais
Use when: measure system behavior under load to find limits, bottlenecks, and regressions.
Langue du texte source : anglais
Use when: resolve git merge or rebase conflicts correctly without losing intended changes.
Langue du texte source : anglais
Use when: use test doubles correctly — mock true boundaries, not the code under test.
Langue du texte source : anglais