- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
create-pr
by squirrel289
"Create a pull request from a feature branch with work item metadata. Use when implementation is complete, tested, and ready for review. Supports: (1) PR creation from feature branch, (2) Auto-population of PR template with work item details, (3) Linking to work item ID, (4) PR description generation from commit history"
brn:workspace-manager
by zfael
Manage isolated configurations (tokens, paths) for different contexts.
governing-law-general
by scholarly360
Analyze, draft, and review Governing Law clauses for General contracts. Use when the user mentions governing law, choice of law, jurisdiction clause, or asks to review, redline, or generate this clause type. Returns structured risk assessment, plain-language summary, and suggested alternative language.
notice-general
by scholarly360
Analyze, draft, and review Notice clauses for General contracts. Use when the user mentions notice clause, notice requirement, written notice, or asks to review, redline, or generate this clause type. Returns structured risk assessment, plain-language summary, and suggested alternative language.
prd-to-json
by Tmeister
Convert .prd PRD markdown into .prd/prd.json with validation.
pptx
by jinguichen21-cloud
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
yc-startup-websites-rules
by LevwTech
Comprehensive rules for building effective startup websites and landing pages. Use when building, reviewing, or improving a startup homepage, landing page, or marketing site. Covers messaging, CTAs, social proof, animation, layout, copywriting, onboarding, and more.
universal-signer
by melonask
Guide for using @universal-signer/core to unified signing across AWS KMS, GCP KMS, Ledger, Trezor, Turnkey, and Local accounts with Viem v2. Use when implementing secure signing logic that needs to support hardware or cloud KMS providers.
postgis-dwithin
by mmbmf1
Distance-based spatial filtering with ST_DWithin, using index-friendly and unit-safe patterns.
learning-planner
by harrylabs0913
"Personal learning management system with goal setting, spaced repetition scheduling, and progress tracking. Use when: (1) setting learning goals and skill trees, (2) creating daily/weekly study plans, (3) tracking learning progress, (4) managing spaced repetition reviews like Anki, (5) organizing learning resources, (6) evaluating learning outcomes. 适用场景:设定学习目标、制定学习计划、跟踪学习进度、间隔重复复习、管理学习资源、评估学习成果。"
employment-contract-templates
by TriNgo0108
Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.
csharp-dotnet-best-practice
by TriNgo0108
Master comprehensive C# and .NET best practices covering Clean Architecture, async/await, dependency injection, Entity Framework Core, modern C# 12+ features, testing, error handling, and performance optimization. Use PROACTIVELY for .NET development, code review, or establishing team standards.
codeql
by aleister1102
Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on "run codeql", "codeql scan", "codeql analysis", "build codeql database", or "find vulnerabilities with codeql". Supports "run all" (security-and-quality suite) and "important only" (high-precision security findings) scan modes. Also handles creating data extension models and processing CodeQL SARIF output.
docs-writer
by MildTomato
Always use this skill when writing, reviewing, or editing documentation, specifically for files in apps/docs/ or any .md/.mdx files in the repository.
workspace-standard
by marcus-qen
"Set up and maintain a structured OpenClaw workspace with project boundaries, role-based file taxonomy, and memory budgets. Use when: (1) bootstrapping a new workspace, (2) migrating from a flat docs/ structure, (3) adding a new project, (4) unsure where to write something, (5) running workspace maintenance, (6) auditing workspace health. Provides the directory layout, ROLE front-matter spec, MEMORY.md budget rules, and maintenance procedures."
rust-axum-framework
by xxidbr9
Complete guide for Axum web framework including routing, extractors, middleware, state management, error handling, and production deployment
jszip
by yusenthebot
Create, read and edit .zip files with JavaScript http://stuartk.com/jszip. Use when: reading and writing files with extras; directory operations; file pattern matching. NOT for: database replacement; network storage without proper SDKs.
name
by iulspop
Suggests clear, descriptive names for functions and variables following consistent naming conventions. Use when naming new code constructs, renaming for clarity, or reviewing naming in code reviews.
Init Project
by midhunxavier
Initialize paper projects with venue-specific templates (LaTeX or DOCX). Detects existing repositories and creates subfolders to keep project root clean.
auto-commit
by IHKREDDY
Generates semantic commit messages from staged changes. Analyzes git diff and creates conventional commit messages. Use when users want to commit with good messages, mention "commit", "save changes", or ask for commit message suggestions.
generate-api-docs
by YPYT1
集合了所有的openclaw,claudecode,open等各个平台所有的skills
jwt-config-generator
by ehtbanton
Generate JWT authentication configuration and utilities for API security. Triggers on "create jwt config", "generate jwt authentication", "jwt setup", "token auth config".
ml-experiment-workflow
by Bardli
Use when starting, iterating, or documenting an ML / medical-imaging experiment in a self-contained folder — covers the L0–L4 information hierarchy (code → CSV → visualizations → PLAN.md → SUMMARY.md), PLAN.md/SUMMARY.md document lifecycle, versioned results folders for buggy vs fixed runs, required per-version visualizations, mandatory wandb logging with a documented metric table, detached background training, watchdogs, docs/INDEX.md cross-referencing, and archival of superseded design docs. Triggers — "set up experiment folder", "new finetune run", "v2 of this experiment", "results changed because of a flag", "write up the experiment", "archive this design doc", "make me a plot to check", "what metrics are we logging".
fastapi-templates
by TriNgo0108
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.