Génération Code

Génération, refactoring

918 skills available

Skills List

coding-agent

coding-agent

179Kdev-codegen

Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.

openclaw avataropenclaw
Obtenir
add-uint-support

add-uint-support

97Kdev-codegen

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

pytorch avatarpytorch
Obtenir
at-dispatch-v2

at-dispatch-v2

97Kdev-codegen

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

pytorch avatarpytorch
Obtenir
skill-writer

skill-writer

97Kdev-codegen

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

pytorch avatarpytorch
Obtenir

Implements JavaScript classes in C++ using JavaScriptCore. Use when creating new JS classes with C++ bindings, prototypes, or constructors.

oven-sh avataroven-sh
Obtenir

Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.

oven-sh avataroven-sh
Obtenir
skill-creator

skill-creator

66Kdev-codegen

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.

anthropics avataranthropics
Obtenir
Skill Development

Skill Development

60Kdev-codegen

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

anthropics avataranthropics
Obtenir

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

anthropics avataranthropics
Obtenir
writing-skills

writing-skills

48Kdev-codegen

Use when creating new skills, editing existing skills, or verifying skills work before deployment

template-skill

template-skill

48Kdev-codegen

Replace with description of the skill and when Claude should use it.

anthropics avataranthropics
Obtenir
analytics-events

analytics-events

46Kdev-codegen

Add product analytics events to track user interactions in the Metabase frontend

metabase avatarmetabase
Obtenir
clojure-write

clojure-write

46Kdev-codegen

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

metabase avatarmetabase
Obtenir
add-malli-schemas

add-malli-schemas

46Kdev-codegen

Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling

metabase avatarmetabase
Obtenir
typescript-write

typescript-write

46Kdev-codegen

Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.

metabase avatarmetabase
Obtenir
write-example

write-example

45Kdev-codegen

Writing examples for the tldraw SDK examples app. Use when creating new examples, adding SDK demonstrations, or writing example code in apps/examples.

tldraw avatartldraw
Obtenir
using-git-worktrees

using-git-worktrees

42Kdev-codegen

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

Use when executing implementation plans with independent tasks in the current session

executing-plans

executing-plans

42Kdev-codegen

Use when you have a written implementation plan to execute in a separate session with review checkpoints

generate-translations

generate-translations

40Kdev-codegen

Use when new translation keys are added to packages to generate new translations strings

payloadcms avatarpayloadcms
Obtenir
payload

payload

40Kdev-codegen

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

payloadcms avatarpayloadcms
Obtenir

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

receiving-code-review

receiving-code-review

32Kdev-codegen

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

writing-plans

writing-plans

32Kdev-codegen

Use when you have a spec or requirements for a multi-step task, before touching code