Code Generation

Code generation, refactoring, and scaffolding

85 skills available

Skills List

weather

weather

383Kcode-generation

Current weather and forecasts with web_fetch, falling back to wttr.in curl for locations, rain, temperature, travel planning.

steipete avatarsteipete
Get
everything-claude-code-conventions

everything-claude-code-conventions

233Kcode-generation

Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.

affaan-m avataraffaan-m
Get
receiving-code-review

receiving-code-review

233Kcode-generation

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

obra avatarobra
Get
nodejs-keccak256

nodejs-keccak256

232Kcode-generation

Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation.

affaan-m avataraffaan-m
Get
dotnet-patterns

dotnet-patterns

232Kcode-generation

Idiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications.

affaan-m avataraffaan-m
Get
repo-scan

repo-scan

231Kcode-generation

Cross-stack source code asset audit — classifies every file, detects embedded third-party libraries, and delivers actionable four-level verdicts per module with interactive HTML reports.

affaan-m avataraffaan-m
Get
hexagonal-architecture

hexagonal-architecture

231Kcode-generation

Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go services.

affaan-m avataraffaan-m
Get
plankton-code-quality

plankton-code-quality

231Kcode-generation

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

affaan-m avataraffaan-m
Get
verification-loop

verification-loop

230Kcode-generation

A comprehensive verification system for Claude Code sessions.

affaan-m avataraffaan-m
Get
cpp-coding-standards

cpp-coding-standards

230Kcode-generation

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

affaan-m avataraffaan-m
Get
coding-standards

coding-standards

229Kcode-generation

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

affaan-m avataraffaan-m
Get
requesting-code-review

requesting-code-review

229Kcode-generation

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

obra avatarobra
Get
karpathy-guidelines

karpathy-guidelines

192Kcode-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.

multica-ai avatarmultica-ai
Get
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
Get
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
Get
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
Get
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
Get
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
Get
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
Get
java-refactoring-remove-parameter

java-refactoring-remove-parameter

37Kcode-generation

Refactoring using Remove Parameter in Java Language

github avatargithub
Get
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
Get
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
Get
appinsights-instrumentation

appinsights-instrumentation

36Kcode-generation

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

github avatargithub
Get
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
Get