- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
feature-test
by ShotaIuchi
Test creation for new features. Apply when creating unit tests, integration tests, edge case coverage, and test fixtures for newly implemented functionality.
kyverno
by kontrolplane
Kyverno Kubernetes policy engine for validation, mutation, and generation. Use when writing ClusterPolicies to enforce security standards, auto-mutate resources with defaults, generate companion resources, or verify container image signatures.
feature
by dakotahp
Use when implementing a new feature from scratch, before writing any implementation code.
process-rules
by LadderChaos
Standard Operating Procedures manager - owns all process, rule, and workflow changes. Use this skill when adding workflows, recording lessons learned, proposing rule changes, or auditing process consistency.
competitive-analysis
by hoopyAI
Performs structured competitive product analysis and market research for product/app ideas. Has two modes — Quick Scan (~1500 words, fast overview) and Deep Analysis (full report with Strategy Canvas, ERRC, JTBD, moat analysis). Use this skill whenever the user wants to validate a product idea, find competitors, do competitive research, understand the competitive landscape, differentiate their product, assess market viability, or asks things like "what else is out there", "is anyone doing this", "who are my competitors", "is this space crowded", "should I build this", "竞品分析", "市场调研", "有没有类似的产品", "这个方向有前途吗". Also trigger when users share an app idea or product spec and want to know if they should build it, or when someone is about to start building something new and hasn't mentioned checking the market. Do NOT trigger for: technical framework comparisons (React vs Vue), code reviews, debugging, academic essays about existing companies, or analyzing performance of an already-built product.
gh-init-worktree
by AutoFor
既存の git リポジトリを worktree ベースのフォルダ構造に変換する。「worktree構造にしたい」「initして」と言ったときに使用します。
template-skill
by yonderlab
Replace with description of the skill and when the agent should use it.
Paper-to-Spec Compiler
by sovr610
This skill should be used when the user asks to "extract a spec from a paper", "compile a paper into spec.yaml", "generate compliance tests from a paper", "create an executable spec", "parse arXiv paper into config", "detect paper drift", "diff code against paper", "generate spec from LaTeX", "validate a spec", "check if code matches the paper", or mentions converting academic ML/RL papers into machine-readable specifications. Treats papers as typed intermediate representations and emits spec.yaml, spec.md, compliance tests, and drift reports.
algorithmic-art
by arielperez82
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
prd
by kelvinz
"Create, update, or list PRDs for features, fixes, and chores. Handles project setup (first PRD) and ongoing PRD management. Each PRD is a self-contained spec with status, priority, and acceptance criteria. Triggers: prd, new feature, write prd, plan feature, create spec, list prds, update prd, add feature."
sf-translation
by sfsnadkarni
Generate Salesforce STF translation files (Spanish/Portuguese) for a given Salesforce object by comparing org field metadata against a master translation Excel sheet.
gcalendar
by Sytex
Manage Google Calendar events. Use when user asks about calendar, events, meetings, appointments, or schedule. Supports multiple Google accounts.
google-slides
by minkhant1996
"Manage Google Slides - create presentations, add slides, text, images, shapes"
rust-core
by hwatkins
Expert Rust development with ownership, borrowing, lifetimes, traits, error handling, and idiomatic patterns. Use for any Rust code.
marketing-psychology
by Jackiexiao
"(中文)When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental models,' 'cognitive bias,' 'persuasion,' 'behavioral science,' 'why people buy,' 'decision-making,' or 'consumer behavior.' This skill provides 70+ mental models organized for marketing application."
appwrite-go
by ChiragAgg5k
Appwrite Go SDK skill. Use when building server-side Go applications with Appwrite. Covers user management, database/table CRUD, file storage, and functions via API keys. Uses per-service packages and functional options pattern.
grug-brain
by Culinary-psocidae495
Simplicity lens for software decisions. Use when planning, refactoring, or building new features to keep complexity in check.
bad-humanizer
by gchan
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
ticket-creator
by Sylla-BV
This skill should be used when the user asks to "create a ticket", "create a Linear ticket", "make a ticket", "write a ticket", "create an issue", "file a bug", "create a feature ticket", "write a bug report", "I need a ticket for...", "there's a bug in...", "turn this into a ticket", "write this up as a ticket", or wants to create any Linear issue for implementation.
audible
by CodeDraig
Browse and manage Audible audiobook library, discover new titles, and track listening progress
design-pattern
by cylixlee
Applies object-oriented design principles and design patterns to generate maintainable, extensible code. Use when generating code that requires proper architectural layering, SOLID principles, and appropriate design patterns to solve recurring software design problems.
create-pr
by mguinada
"Creates GitHub pull requests with properly formatted titles. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request. Analyzes changes on the current branch and uses the pull request template from .github folder. PROACTIVE ACTIVATION: Auto-invoke when commits exist on feature branch and user mentions PR, review, or push. DETECTION: Check for unpushed commits, feature branch (not main/master), user asks to share/review changes. USE CASES: Code is ready for review, after completing feature work, user wants to share changes."
plan
by petestewart
Create implementation plan from PRD.md and specs/. Use when the user has specifications and wants an actionable task list. Also use when the user says "/plan", "create a plan", "implementation plan", "task breakdown", or "plan the work".
swiftui-animations
by hocgin
Use when building, debugging, or refining animations in SwiftUI iOS/macOS apps. Covers implicit/explicit animations, transitions, gesture-driven interactions, and modern iOS 17+ APIs like PhaseAnimator and KeyframeAnimator.