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