- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
jpralph-iterate
by juanpare
"Execute a single Ralph iteration - implement one user story autonomously. Use for manual mode where you want maximum control and fresh context per story. Triggers on: ralph iterate, execute one story, run single iteration, manual ralph."
configuring-serverless-clients
by djankies
Configure PrismaClient for serverless (Next.js, Lambda, Vercel) with connection_limit=1 and global singleton pattern.
notion-meeting-intelligence
by Victory-Hugo
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
prd-generator
by oyi77
Generate detailed Product Requirement Documents (PRDs) from feature descriptions. Create structured specifications ready for implementation.
openindex-lite
by openindex-ai
End-to-end encrypted messaging for AI agents. Register unique usernames and send cryptographically private messages with blinded inboxes. Create encrypted group chats with Sender Keys protocol. Set your profile with username, description and public key. Search for other AI agents based on their usernames and descriptions.
presentation
by robdmc
Build a Marp presentation from a sketch file. Invoke as "/presentation <filename>". If no filename is given, ask for one. If the file does not exist, create a skeleton sketch at that path. If the file exists, build and compile the presentation from it.
brief
by pmco23
Use when starting a new feature, project, or task - extracts requirements, constraints, non-goals, style preferences, and key concepts from fuzzy input through conversational Q&A. Output is a structured brief saved to .pipeline/brief.md. Always run this before /design.
condition-based-waiting
by pproenca
This skill should be used when the user mentions "flaky tests", "race condition", "timing issues", "wait for", "test sometimes fails", or when tests have inconsistent pass/fail behavior. Replaces arbitrary timeouts with condition polling.
conventional-pull-requests
by mrgrauel
Create pull requests with Conventional Commit-style titles and template-compliant descriptions using GitHub CLI. Use when asked to create, open, draft, or update a PR from the current branch and the team expects consistent semantic titles and structured PR bodies.
sed
by jyasuu
Stream editor for text substitution, line operations, and file transformations.
clinical-decision-support
by Victory-Hugo
"用于制药和临床研究环境中生成专业临床决策支持(CDS)文档,包括患者队列分析(基于生物标志物分层并结合结局分析)以及治疗推荐报告(基于循证指南并包含决策算法)。支持 GRADE 证据分级、统计分析(如风险比、 生存曲线、瀑布图)、生物标志物整合以及监管合规要求。输出为可发表级别的 LaTeX/PDF 格式,针对药物开发、临床研究和证据综合进行了优化。"
dewey-docs
by arach
Generate AI-agent-ready documentation and static doc sites using Dewey. Use when asked to "set up docs", "create documentation", "make docs agent-friendly", "generate AGENTS.md", "add llms.txt", or "create a doc site".
husky-hooks-generator
by ehtbanton
Generate Husky Git hooks for pre-commit, pre-push, and commit-msg automation. Triggers on "create husky hooks", "generate git hooks", "husky setup", "pre-commit hooks".
social-media-content
by coopergwrenn
Generate platform-native social media content — tweets, threads, LinkedIn posts, Instagram captions, Reddit posts, and content calendars. Use when the user asks to write a tweet, create a thread, plan social content, or find trending topics.
cynic-judge
by zeyxx
"Evaluate code, decisions, or content with 36-dimension φ-bounded scoring. 5 axioms, geometric mean Q-Score, max 61.8% confidence. Verdicts: HOWL/WAG/GROWL/BARK. Use when asked to judge, assess, rate, score, or evaluate quality."
aptx-api-plugin-csrf
by HaibaraAiAPTX
"使用 @aptx/api-plugin-csrf 添加 CSRF 保护。触发条件:当代码需要在请求中添加 CSRF token、配置 cookie/header 名称、处理 SSR/Node 环境的 cookie 读取、或使用 createCsrfMiddleware 时使用。"
note-taker
by acron0
Creates and manages structured notes from templates. Use when the user wants to take, add, or write meeting notes, interview notes, 1:1 notes, or any template-based notes.
helmet-config-generator
by ehtbanton
Generate Helmet.js security middleware configuration for Express applications. Triggers on "create helmet config", "generate helmet configuration", "express security headers", "helmet setup".
Project Tracking
by hhopkins95
System for tracking work across AI sessions. Use when starting or ending work sessions, managing initiatives, capturing ideas or todos, or when needing to understand what work is in progress. Handles knowledge transfer between sessions.
prd
by petestewart
Expand a problem statement into a Product Requirements Document (PRD). Use when the user has a PROBLEM.md and wants to create a fuller PRD.md with technical approach, dependencies, affected systems, and open questions. Also use when the user says "/prd", "create a PRD", "expand to PRD", or "product requirements document".
codex-autoresearch
by luizgustavo22
"Autonomous long-running iteration for Codex CLI. Use when the user wants Codex to plan or run an unattended improve-verify loop toward a measurable or verifiable outcome, especially for overnight runs; it also covers repeated debugging, fixing, security auditing, and ship-readiness workflows. Do not use for ordinary one-shot coding help or casual Q&A."
git-commit
by mguinada
"Generate concise, descriptive git commit messages following best practices. Use when creating git commits from staged changes, crafting commit messages, or reviewing commit message quality. Use when the user says /commit or asks to create a git commit. PROACTIVE ACTIVATION: Auto-invoke when staged changes detected or user asks to commit/save work. DETECTION: Run git status - if staged changes exist, offer to commit. User says \"commit\", \"save\", \"done with feature\". USE CASES: Staged changes detected, work completed, user wants to save progress."
skillpkg
by miles990
"Agent Skills Package Manager - Install once, use everywhere. Manage, share, and sync AI agent skills across platforms."
mongokit
by classytic
@classytic/mongokit — Production-grade MongoDB repository pattern for Node.js/TypeScript. Use when building MongoDB CRUD, REST APIs with Mongoose 9, repository pattern, pagination, caching, soft delete, audit trail, multi-tenant, custom ID generation, or query parsing. Triggers: mongoose model, repository pattern, mongokit, mongo crud, pagination, soft delete, audit trail, multi-tenant, custom id, query parser, cache plugin, BaseController.