Code Gen

Generate code, boilerplate, scaffolding

Showing 1129-1152 of 11787 skills
Yeachan-Heo

release

by Yeachan-Heo

Automated release workflow for oh-my-claudecode

CLI Tools 38.8K 6mo ago
Yeachan-Heo

deepinit

by Yeachan-Heo

Deep codebase initialization with hierarchical AGENTS.md documentation

Code Gen 38.8K 7mo ago
antinomyhq

create-pr-description

by antinomyhq

Generate and create pull request descriptions automatically using GitHub CLI. Use when the user asks to create a PR, generate a PR description, make a pull request, or submit changes for review. Analyzes git diff and commit history to create comprehensive, meaningful PR descriptions that explain what changed, why it matters, and how to test it.

Code Gen 7.5K 7mo ago
antinomyhq

create-github-issue

by antinomyhq

Create GitHub issues using GitHub CLI with support for templates, labels, assignees, milestones, and draft issues. Use when the user asks to create a GitHub issue, file a bug report, submit a feature request, or open an issue in a GitHub repository.

Code Gen 7.5K 6mo ago
DrCatHicks

learning-opportunities

by DrCatHicks

Facilitates deliberate skill development during AI-assisted coding. Offers interactive learning exercises after architectural work (new files, schema changes, refactors). Use when completing features, making design decisions, or when user asks to understand code better. Supports the user's stated goal of understanding design choices as learning opportunities.

Code Gen 2.4K 6mo ago
biomejs

lint-rule-development

by biomejs

Step-by-step guide for creating and implementing lint rules in Biome's analyzer. Use when implementing rules like noVar, useConst, or any custom lint/assist rule. Examples:<example>User wants to create a rule that detects unused variables</example><example>User needs to add code actions to fix diagnostic issues</example><example>User is implementing semantic analysis for binding references</example>

Code Gen 25.7K 6mo ago
biomejs

diagnostics-development

by biomejs

Guide for creating high-quality, user-friendly diagnostics in Biome. Use when implementing error messages, warnings, and code frame displays. Examples:<example>User needs to create a diagnostic for a lint rule</example><example>User wants to add helpful advice to error messages</example><example>User is improving diagnostic quality</example>

Code Gen 25.7K 6mo ago
biomejs

parser-development

by biomejs

Guide for implementing parsers with error recovery for new languages in Biome. Use when creating parsers for JavaScript, CSS, JSON, HTML, GraphQL, or adding new language support. Examples:<example>User needs to add parsing support for a new language</example><example>User wants to implement error recovery in parser</example><example>User is writing grammar definitions in .ungram format</example>

Code Gen 25.7K 6mo ago
Significant-Gravitas

pr-create

by Significant-Gravitas

Create a pull request for the current branch. TRIGGER when user asks to create a PR, open a pull request, push changes for review, or submit work for merging.

Code Gen 186.9K 6mo ago
Significant-Gravitas

new-block

by Significant-Gravitas

Create a new backend block following the Block SDK Guide. Guides through provider configuration, schema definition, authentication, and testing. TRIGGER when user asks to create a new block, add a new integration, or build a new node for the graph editor.

Code Gen 186.9K 6mo ago
OneKeyHQ

1k-feature-guides

by OneKeyHQ

Feature development guides for OneKey. Use when adding new chains, socket events, notifications, pages, or routes. Covers blockchain integration, WebSocket subscriptions, push notifications, and navigation patterns.

Agents 2.4K 7mo ago
mims-harvard

create-tooluniverse-skill

by mims-harvard

Create high-quality ToolUniverse skills following test-driven, implementation-agnostic methodology. Integrates tools from ToolUniverse's 1,264+ tool library, creates missing tools when needed using devtu-create-tool, tests thoroughly, and produces skills with Python SDK + MCP support. Use when asked to create new ToolUniverse skills, build research workflows, or develop domain-specific analysis capabilities for biology, chemistry, or medicine.

Code Gen 1.7K 6mo ago
mims-harvard

tooluniverse-gwas-drug-discovery

by mims-harvard

Transform GWAS signals into actionable drug targets and repurposing opportunities. Performs locus-to-gene mapping, target druggability assessment, existing drug identification, safety profile evaluation, and clinical trial matching. Use when discovering drug targets from GWAS data, finding drug repurposing opportunities from genetic associations, or translating GWAS findings into therapeutic leads.

Code Gen 1.7K 6mo ago
mims-harvard

tooluniverse-precision-oncology

by mims-harvard

Provide actionable treatment recommendations for cancer patients based on molecular profile. Interprets tumor mutations, identifies FDA-approved therapies, finds resistance mechanisms, matches clinical trials. Use when oncologist asks about treatment options for specific mutations (EGFR, KRAS, BRAF, etc.), therapy resistance, or clinical trial eligibility.

Code Gen 1.7K 7mo ago
zhayujie

skill-creator

by zhayujie

Create, install, or update skills in the workspace. Use when (1) installing a skill from a URL or remote source, (2) creating a new skill from scratch, (3) updating or restructuring existing skills. Always use this skill for any skill installation or creation task.

Code Gen 46.7K 7mo ago
mitsuhiko

openscad

by mitsuhiko

"Create and render OpenSCAD 3D models. Generate preview images from multiple angles, extract customizable parameters, validate syntax, and export STL files for 3D printing platforms like MakerWorld."

CLI Tools 2.9K 8mo ago
mitsuhiko

uv

by mitsuhiko

"Use uv instead of pip/python/venv. Run scripts with uv run script.py, add deps with uv add, use inline script metadata for standalone scripts."

Automation 2.9K 7mo ago
raphaelmansuy

ux-ui-map-page-by-page

by raphaelmansuy

Produce the EdgeQuake WebUI UX/UI map one route at a time (capture screenshots, then immediately write per-page docs and per-page analysis requests). Use when asked to map UI, capture screens page-by-page, avoid agent memory saturation, or generate ux_ui_map artifacts.

Code Gen 2.1K 7mo ago
raphaelmansuy

mcp-builder SKILL

by raphaelmansuy

EdgeQuake RAG Framework

Code Gen 2.1K 6mo ago
alpic-ai

chatgpt-app-builder

by alpic-ai

Guide developers through creating ChatGPT apps. Covers the full lifecycle: brainstorming ideas against UX guidelines, bootstrapping projects, implementing tools/widgets, debugging, running dev servers, deploying and connecting apps to ChatGPT. Use when a user wants to create or update a ChatGPT app / MCP server for ChatGPT, or use the Skybridge framework.

Code Gen 2K 7mo ago
alpic-ai

mcp-app-builder

by alpic-ai

Guide developers through creating MCP apps. Covers the full lifecycle: brainstorming ideas against UX guidelines, bootstrapping projects, implementing tools/widgets, debugging, running dev servers, deploying and connecting apps to ChatGPT. Use when a user wants to create or update a MCP app, MCP server or use the Skybridge framework.

Code Gen 2K 7mo ago
alpic-ai

skybridge

by alpic-ai

Guide developers through creating ChatGPT and MCP apps. Covers the full lifecycle: brainstorming ideas against UX guidelines, bootstrapping projects, implementing tools/widgets, debugging, running dev servers, deploying and connecting apps to ChatGPT. Use when a user wants to create or update a ChatGPT app, MCP app, MCP server or use the Skybridge framework.

Code Gen 2K 7mo ago
tursodatabase

code-quality

by tursodatabase

General Correctness rules, Rust patterns, comments, avoiding over-engineering. When writing code always take these into account

Code Gen 24K 7mo ago
rivet-dev

openspec-ff-change

by rivet-dev

Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.

Code Gen 6.1K 6mo ago