代码生成

代码生成、重构和脚手架

136 個 Skills 可用

Skills 列表

karpathy-guidelines

karpathy-guidelines

185Kcode-generation

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

forrestchang avatarforrestchang
獲取
angular-developer

angular-developer

101Kcode-generation

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.

angular avatarangular
獲取
ponytail

ponytail

79Kcode-generation

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports intensity levels: lite, full (default), ultra. Use on ANY coding task: writing, adding, refactoring, fixing, reviewing, or designing code, and choosing libraries or dependencies. Also use whenever the user says "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less", or "shortest path", or complains about over-engineering, bloat, boilerplate, or unnecessary dependencies. Do NOT use for non-coding requests (general knowledge, prose, translation, summaries, recipes).

dietrichgebert avatardietrichgebert
獲取
code-simplifier

code-simplifier

78Kcode-generation

Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.

rtk-ai avatarrtk-ai
獲取
incremental-implementation

incremental-implementation

77Kcode-generation

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

addyosmani avataraddyosmani
獲取
code-simplification

code-simplification

77Kcode-generation

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

addyosmani avataraddyosmani
獲取
clojure-write

clojure-write

49Kcode-generation

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
獲取
typescript-write

typescript-write

49Kcode-generation

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

metabase avatarmetabase
獲取
modern-javascript-patterns

modern-javascript-patterns

38Kcode-generation

Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.

wshobson avatarwshobson
獲取
dotnet-timezone

dotnet-timezone

38Kcode-generation

.NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight saving time, scheduling across timezones, cross-platform Windows/IANA timezone IDs, or when a .NET user needs the timezone for a city, address, region, or country and copy-paste-ready C# code.

github avatargithub
獲取
semantic-kernel

semantic-kernel

38Kcode-generation

Create, update, refactor, explain, or review Semantic Kernel solutions using shared guidance plus language-specific references for .NET and Python.

github avatargithub
獲取
java-refactoring-remove-parameter

java-refactoring-remove-parameter

37Kcode-generation

Refactoring using Remove Parameter in Java Language

github avatargithub
獲取
code-exemplars-blueprint-generator

code-exemplars-blueprint-generator

37Kcode-generation

Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.

github avatargithub
獲取
comment-code-generate-a-tutorial

comment-code-generate-a-tutorial

37Kcode-generation

Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.

github avatargithub
獲取
appinsights-instrumentation

appinsights-instrumentation

36Kcode-generation

Instrument a webapp to send useful telemetry data to Azure App Insights

github avatargithub
獲取
write-coding-standards-from-file

write-coding-standards-from-file

36Kcode-generation

Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.

github avatargithub
獲取
java-refactoring-extract-method

java-refactoring-extract-method

36Kcode-generation

Refactoring using Extract Methods in Java Language

github avatargithub
獲取
copilot-instructions-blueprint-generator

copilot-instructions-blueprint-generator

36Kcode-generation

Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions.

github avatargithub
獲取
repo-story-time

repo-story-time

36Kcode-generation

Generate a comprehensive repository summary and narrative story from commit history

github avatargithub
獲取
vscode-ext-localization

vscode-ext-localization

36Kcode-generation

Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices

github avatargithub
獲取
review-and-refactor

review-and-refactor

36Kcode-generation

Review and refactor code in your project according to defined instructions

github avatargithub
獲取
editorconfig

editorconfig

36Kcode-generation

Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.

github avatargithub
獲取
cut-the-curve

cut-the-curve

36Kcode-generation

The technique catalog: five velocity-matched SEAMS (zoom-through, INVERSE zoom-through, cut-the-curve, waterfall cut, rack-focus blur-cut) plus the two in-scene techniques — waterfall ENTRY (staggered arrival cascades for title cards / segment openers) and the nudge curve (slow-fast-slow three-phase group slides). Covers partial-travel (~12% of frame) velocity matching via mirrored power4 eases, the Z scale-sign rule, size-scaled blur (10px text / 18-20px full-frame), word-by-word staggered cuts, cascade pacing by element weight, and the 10/65/25 slide ratio. Read before authoring any transition, text-beat handoff, kinetic text entry, or group reposition. [depth, zoom, inverse-zoom, scale-sign, mirrored-zoom, rack-focus, pacing, velocity, cut-the-curve, waterfall, stagger, cascade, kinetic-text, title-card, segment-opener, nudge, slide, easing, group-motion, z-depth, motion-graphics, cinematic, transition, blur, directional-continuity]

heygen-com avatarheygen-com
獲取
changelog-video

changelog-video

36Kcode-generation

Turn a weekly changelog .md into a finished branded changelog video (square 1080, ~45-60s, Annie VO, animated brand background, mock-UI visualizations, lowkey captions). Use when the user provides a changelog/digest markdown and wants the weekly video, or says "changelog video". Self-contained — fonts, background, lexicon, and scripts ship in this skill.

heygen-com avatarheygen-com
獲取