开发:代码生成

代码生成、重构、脚手架

918 个 Skills 可用

Skills 列表

dask

dask

6.8Kdev-codegen

Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.

K-Dense-AI avatarK-Dense-AI
获取
polars

polars

6.8Kdev-codegen

Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For larger-than-RAM data use dask or vaex.

K-Dense-AI avatarK-Dense-AI
获取
pytorch-lightning

pytorch-lightning

6.8Kdev-codegen

Deep learning framework (PyTorch Lightning). Organize PyTorch code into LightningModules, configure Trainers for multi-GPU/TPU, implement data pipelines, callbacks, logging (W&B, TensorBoard), distributed training (DDP, FSDP, DeepSpeed), for scalable neural network training.

K-Dense-AI avatarK-Dense-AI
获取
skill-one

skill-one

6.2Kdev-codegen

Sample skill

EveryInc avatarEveryInc
获取
git-worktree

git-worktree

6.1Kdev-codegen

This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and cleaning up worktrees with a simple interactive interface, following KISS principles.

EveryInc avatarEveryInc
获取
dspy-ruby

dspy-ruby

6.1Kdev-codegen

This skill should be used when working with DSPy.rb, a Ruby framework for building type-safe, composable LLM applications. Use this when implementing predictable AI features, creating LLM signatures and modules, configuring language model providers (OpenAI, Anthropic, Gemini, Ollama), building agent systems with tools, optimizing prompts, or testing LLM-powered functionality in Ruby applications.

EveryInc avatarEveryInc
获取
andrew-kane-gem-writer

andrew-kane-gem-writer

6.1Kdev-codegen

This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies when creating new Ruby gems, refactoring existing gems, designing gem APIs, or when clean, minimal, production-ready Ruby library code is needed. Triggers on requests like "create a gem", "write a Ruby library", "design a gem API", or mentions of Andrew Kane's style.

EveryInc avatarEveryInc
获取
creating-agent-skills

creating-agent-skills

6.1Kdev-codegen

Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.

EveryInc avatarEveryInc
获取
dhh-rails-style

dhh-rails-style

6Kdev-codegen

This skill should be used when writing Ruby and Rails code in DHH's distinctive 37signals style. It applies when writing Ruby code, Rails applications, creating models, controllers, or any Ruby file. Triggers on Ruby/Rails code generation, refactoring requests, code review, or when the user mentions DHH, 37signals, Basecamp, HEY, or Campfire style. Embodies REST purity, fat models, thin controllers, Current attributes, Hotwire patterns, and the "clarity over cleverness" philosophy.

EveryInc avatarEveryInc
获取
free-tool-strategy

free-tool-strategy

5.1Kdev-codegen

When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or brand awareness. Also use when the user mentions "engineering as marketing," "free tool," "marketing tool," "calculator," "generator," "interactive tool," "lead gen tool," "build a tool for leads," or "free resource." This skill bridges engineering and marketing — useful for founders and technical marketers.

coreyhaines31 avatarcoreyhaines31
获取
schema-markup

schema-markup

5.1Kdev-codegen

When the user wants to add, fix, or optimize schema markup and structured data on their site. Also use when the user mentions "schema markup," "structured data," "JSON-LD," "rich snippets," "schema.org," "FAQ schema," "product schema," "review schema," or "breadcrumb schema." For broader SEO issues, see seo-audit.

coreyhaines31 avatarcoreyhaines31
获取
programmatic-seo

programmatic-seo

5.1Kdev-codegen

When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," or "building many pages for SEO." For auditing existing SEO issues, see seo-audit.

coreyhaines31 avatarcoreyhaines31
获取
backend-dev-guidelines

backend-dev-guidelines

4.7Kdev-codegen

Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency injection, Prisma repositories, Zod validation, unifiedConfig, Sentry error tracking, async safety, and testing discipline.

sickn33 avatarsickn33
获取
Skill Development

Skill Development

4.5Kdev-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
获取

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what Claude Code features they should use.

anthropics avataranthropics
获取
example-skill

example-skill

4.5Kdev-codegen

This skill should be used when the user asks to "demonstrate skills", "show skill format", "create a skill template", or discusses skill development patterns. Provides a reference template for creating Claude Code plugin skills.

anthropics avataranthropics
获取

Generate or update infographic Item components for this repo (TypeScript/TSX in src/designs/items). Use when asked to design, implement, or modify data item visuals, layout logic, or registerItem composites.

antvis avatarantvis
获取

Generate AntV Infographic syntax outputs. Use when asked to turn user content into the Infographic DSL (template selection, data structuring, theme), or to output `infographic <template>` plain syntax.

antvis avatarantvis
获取

Apply factory function patterns to compose clients and services with proper separation of concerns. Use when creating functions that depend on external clients, wrapping resources with domain-specific methods, or refactoring code that mixes client/service/method options together.

EpicenterHQ avatarEpicenterHQ
获取

Pattern for functions that accept either a single item or an array. Use when creating CRUD operations, batch processing APIs, or factory functions that should flexibly handle one or many inputs.

EpicenterHQ avatarEpicenterHQ
获取
control-flow

control-flow

3.9Kdev-codegen

Human-readable control flow patterns for refactoring complex conditionals. Use when refactoring nested conditionals, improving code readability, or restructuring decision logic.

EpicenterHQ avatarEpicenterHQ
获取
error-handling

error-handling

3.9Kdev-codegen

Error handling patterns using wellcrafted trySync and tryAsync. Use when writing error handling code, using try-catch blocks, or working with Result types and graceful error recovery.

EpicenterHQ avatarEpicenterHQ
获取
build

build

3.4Kdev-codegen

Workflow orchestrator that chains existing skills for feature development

parcadei avatarparcadei
获取
hooks

hooks

3.4Kdev-codegen

Hook Development Rules

parcadei avatarparcadei
获取