Skip to main content

Skills dans ce dépôt

kimtth/agent-skill-100-lines-or-less - Page 2

SkillsMP a collecté 99 skills depuis kimtth/agent-skill-100-lines-or-less. Ouvrez un skill pour examiner sa source et ses détails.

kimtth/agent-skill-100-lines-or-less

Affichage de 40 skills collectés sur 99.

métier
Développeurs web
description

Use when: build Next.js App Router apps with correct file conventions, RSC boundaries, and data flow.

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Use when: apply Next.js caching correctly — use cache, cacheLife, cacheTag, PPR, and revalidation.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: write or review Node.js backends with correct async, error handling, and resource limits.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Use when: instrument a system with logs, metrics, and traces to understand it in production.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: write or review modern, typed PHP with strict types, clear structure, and safe data handling.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use when: write or fix Playwright tests with resilient selectors, fixtures, parallelism, and CI.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use when: test invariants over generated inputs instead of a few hand-picked examples.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: write or review idiomatic, typed, well-structured Python that is easy to test and maintain.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: protect a service with rate limiting and backpressure without harming legitimate users.

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Use when: write or review React components with correct hooks, state, effects, and rendering.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use when: prepare completed work for review so a reviewer can evaluate it quickly.

Langue du texte source : anglais

mis à jour
métier
Enseignants postsecondaires, autres
description

Use when: run a systematic literature review and synthesize sourced, well-reasoned findings.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: design RESTful HTTP APIs with correct resources, methods, status codes, and pagination.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: write or review idiomatic, readable Ruby with clear objects and expressive methods.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: write or review idiomatic Rust with sound ownership, error handling, and zero-cost abstractions.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Use when: handle credentials, keys, and tokens without leaking them into code, logs, or history.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Use when: review code or a design for security issues across the OWASP Top 10 and common pitfalls.

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Use when: add, customize, or extend shadcn/ui components with correct Tailwind and theming setup.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: apply SOLID principles to make object-oriented code flexible and maintainable.

Langue du texte source : anglais

mis à jour
métier
Architectes de bases de données
description

Use when: write or review correct, set-based SQL with safe parameters and sensible indexing.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: choose and structure client state so data stays consistent and predictable.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: emit structured, queryable logs with the right levels, context, and no sensitive data.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Use when: orchestrate specialized subagents to handle distinct parts of one larger task.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: write or review idiomatic Swift with value types, optionals, and safe concurrency.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: a bug is unclear and you need a hypothesis-driven loop instead of random edits.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: implement a design system in Tailwind with tokens, variants, and consistent components.

Langue du texte source : anglais

mis à jour
métier
Enseignants postsecondaires, autres
description

Use when: explain code or a concept at the right depth for the asker, not a generic lecture.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use when: implement a change with a TDD loop — failing test first, minimal fix, verify, refactor.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Use when: systematically identify threats to a system and decide how to mitigate them.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: configure a Turborepo monorepo with task pipelines, caching, and affected-only runs.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: model complex APIs with discriminated unions, conditional, and template literal types.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: write or review TypeScript that maximizes type safety without fighting the compiler.

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

Use when: design composable React component APIs that scale without boolean prop sprawl.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: write or review React/Next.js code for performance — waterfalls, re-renders, bundle size.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use when: test a web app across unit, integration, and end-to-end layers with the right balance.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: write a structured implementation plan before starting a complex or multi-step task.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: persist and recall context across coding sessions so the agent stops re-learning the same stack, bugs, and decisions.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: onboard onto an unfamiliar or large codebase by mapping its structure, dependencies, and business logic before editing.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: answer questions about a video URL or local file by seeing its frames and reading its transcript.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when: debug, inspect, automate, screenshot, profile, or analyze a web page with Chrome DevTools-style browser tools.

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 99.