代码生成

生成代码、脚手架和模板

显示 1249-1272 / 共 11787 个技能
posit-dev

port-from-bslib

posit-dev

Comprehensive guide for porting UI components from R's bslib package to py-shiny. Use this skill when: (1) User asks to "port this feature" or "port a component" and mentions bslib or links to a bslib PR (e.g., github.com/rstudio/bslib/pull/...), (2) Porting a new component from bslib to py-shiny, (3) Adding a new input, output, or UI component that exists in bslib, (4) Implementing feature parity with bslib, (5) Working on bslib-related features or components. Covers the complete workflow including understanding source implementation, creating Python equivalents, vendoring assets (SCSS, CSS, JavaScript), creating tests, documentation, and all necessary project files.

代码生成 1750 7个月前
Yeachan-Heo

ralph-init

Yeachan-Heo

Initialize a PRD (Product Requirements Document) for structured ralph-loop execution

认证鉴权 3.3万 6个月前
Yeachan-Heo

writer-memory

Yeachan-Heo

Agentic memory system for writers - track characters, relationships, scenes, and themes

代码生成 3.3万 6个月前
Yeachan-Heo

psm

Yeachan-Heo

Project Session Manager - isolated dev environments with git worktrees and tmux

认证鉴权 3.3万 6个月前
Yeachan-Heo

release

Yeachan-Heo

Automated release workflow for oh-my-codex

CLI 工具 3.3万 6个月前
Yeachan-Heo

skill

Yeachan-Heo

Manage local skills - list, add, remove, search, edit, setup wizard

代码生成 3.3万 5个月前
guanyang

brainstorming

guanyang

"You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."

代码生成 958 6个月前
guanyang

pptx

guanyang

"Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill."

代码生成 958 7个月前
guanyang

template-skill

guanyang

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

代码生成 958 7个月前
guanyang

canvas-design

guanyang

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

代码生成 958 7个月前
guanyang

slack-gif-creator

guanyang

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

动画 958 7个月前
guanyang

systematic-debugging

guanyang

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

代码生成 958 7个月前
guanyang

theme-factory

guanyang

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

代码生成 958 7个月前
guanyang

skill-creator

guanyang

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.

代码生成 958 7个月前
guanyang

doc-coauthoring

guanyang

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

代码生成 958 7个月前
guanyang

obsidian-cli

guanyang

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.

CLI 工具 958 7个月前
openstatusHQ

skill-creator

openstatusHQ

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.

代码生成 9020 7个月前
sdyckjq-lab

llm-wiki

sdyckjq-lab

个人知识库构建系统(基于 Karpathy llm-wiki 方法论)。让 AI 持续构建和维护你的知识库, 支持多种素材源(网页、推特、公众号、小红书、知乎、YouTube、PDF、本地文件), 自动整理为结构化的 wiki。 触发条件:用户明确提到"知识库"、"wiki"、"llm-wiki",或要求对已初始化的知识库执行 消化、查询、健康检查等操作。不要在用户只是要求"总结这篇文章"时触发——必须是明确的 知识库相关意图。

分析 2377 5个月前
Significant-Gravitas

worktree-setup

Significant-Gravitas

Set up a new git worktree for parallel development. Creates the worktree, copies .env files, installs dependencies, generates Prisma client, and optionally starts the app (with port conflict resolution) or runs tests. TRIGGER when user asks to set up a worktree, work on a branch in isolation, or needs a separate environment for a branch or PR.

代码生成 18.7万 6个月前
rshankras

shared

rshankras

Platform-agnostic skills including skill creation templates and best practices. Use when creating new skills or improving existing ones.

代码生成 675 7个月前
mono

native-dependency-update

mono

Update native dependencies (libpng, libexpat, zlib, libwebp, harfbuzz, freetype, libjpeg-turbo, etc.) in SkiaSharp's Skia fork. Handles security CVE fixes, bug fixes, and version bumps. Use when user asks to: - Bump/update a native dependency (libpng, zlib, expat, webp, etc.) - Fix a CVE or security vulnerability in a native library - Update Skia's DEPS file - Check what version of a dependency is currently used - Analyze breaking changes between dependency versions Triggers: "bump libpng", "update zlib", "fix CVE in expat", "update native deps", "what version of libpng", "check for breaking changes". For security audits (finding CVEs, checking PR coverage), use the security-audit skill instead.

代码生成 5558 7个月前
mono

add-api

mono

Add new C# APIs to SkiaSharp by wrapping Skia C++ functionality. Structured 6-phase workflow: C++ analysis → C API creation → submodule commits → binding generation → C# wrapper → testing. Triggers: - Issue classified as "New API" (after fetching and classification) - Direct request: "add DrawFoo method", "expose SkSurface::draw", "wrap sk_foo_bar" - Keywords: "add API", "expose function", "wrap method", "create binding for"

API 开发 5558 7个月前
mono

release-branch

mono

Create a release branch for SkiaSharp. Use when user says "release X", "start release X", "create release branch for X", "I want to release", or "release now". This is the FIRST step of releasing - creates branch and pushes to trigger CI. Can auto-detect next preview version from main branch.

代码生成 5558 7个月前
saleor

pytest-runner

saleor

Run pytest tests with automatic virtual environment activation. Use this skill whenever running tests, executing pytest, or when asked to "run tests", "test this", or any test execution task. Ensures venv is always activated before pytest runs.

代码生成 2.3万 6个月前