- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
prd
by cesar-rodriguez
"Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out."
update-work-item
by squirrel289
"Update an existing work item with status changes, effort tracking, test results, and related commits. Use when progressing work, recording test results, or adjusting estimates. Supports: (1) Status transitions (not_started → in_progress → testing → completed), (2) Feature branch creation and sync, (3) Automatic PR creation on testing transition, (4) Effort tracking (estimated_hours → actual_hours), (5) Test and commit tracking, (6) Dependency updates and notes"
pillar-best-practices
by pillarhq
Best practices for integrating the Pillar SDK into React and Next.js applications. Use when adding an AI assistant panel, help center widget, or embedded product assistant.
migration-compatibility
by ShotaIuchi
Compatibility layer design for migrations. Apply when creating adapters, shims, polyfills, abstraction layers, and incremental migration bridges between old and new systems.
bear
by CodeDraig
Enables Claude to create and manage notes in Bear app via Playwright MCP (Bear Web)
dockerize-project
by gemini960114
Use this skill when the user wants to dockerize the current project and generate a Dockerfile and docker-compose.yml based on the existing codebase. This skill inspects the repository structure, avoids unsafe assumptions, and produces a minimal, runnable Docker setup for local development.
outreach-sequencer
by aspenas
Create and manage multi-step outreach sequences — LinkedIn messages, cold emails, and follow-ups with personalization. Use when asked to "send outreach", "create email sequence", "follow up with leads", "start a drip campaign", "send LinkedIn messages", "personalized outreach", or any automated multi-step communication workflow.
mcp-postman
by janjaszczak
Use Postman MCP to inspect/maintain collections, environments, and API workflows; generate or validate requests and tests. Use when API verification or collections are the source of truth.
features-layer-structure
by yoshinani-dev
featuresパッケージのレイヤー構造(domain/、repo/、usecase/の3層構造)
chat-track
by paulo20223
Manage Telegram chat tracking and view auto-generated notes. Use when the user asks to track a chat, list tracked chats, view chat notes, enable or disable tracking, or asks what chats are monitored. Trigger phrases include "track chat", "monitor chat", "view notes", "chat notes", "start tracking", "stop tracking", "какие чаты отслеживаются", "включи трекинг", "покажи заметки".
spec-kit
by leobrival
Specification-Driven Development methodology from GitHub spec-kit. Use when users ask to create specifications, plan features, define requirements, write user stories, decompose tasks, establish project constitution, or follow SDD workflow.
moltbook-data-splitting-instructions
by bolhasec
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
prompt-generator
by hoangvantuan
Meta-prompting skill that creates well-structured, verifiable, low-hallucination prompts for any use case. Use when the user wants to create, refine, or improve a prompt — including system prompts, role prompts, task prompts, or any AI instruction set. Triggers on requests like "create a prompt for...", "help me write a prompt", "refine this prompt", "make a better prompt for...", or "generate a prompt that...".
trade-prediction-markets
by robonet-tech
"Build and test Polymarket prediction market trading strategies for YES/NO token trading. Provides 6 tools: get_all_prediction_events (browse markets, $0.001), get_prediction_market_data (analyze price history, $0.001), create_prediction_market_strategy (generate code, $1-$4.50), run_prediction_market_backtest (test performance, $0.001). Trade on real-world events (politics, economics, sports, crypto). Currently simulation only (live deployment coming soon)."
invoice-billing
by superlowburn
Invoice and billing skill. Generate professional invoices from plain English conversation, calculate totals with tax, create payment reminder messages, and track invoice status. Use when the user wants to create an invoice, send a payment reminder, calculate what a client owes, or manage simple billing.
managing-tech-debt
by theoneLee
Help users manage technical debt strategically. Use when someone is dealing with legacy code, planning refactoring work, deciding between rewrites vs. incremental fixes, trying to get buy-in for tech debt reduction, or balancing new features with maintenance.
nextjs-mantine-stack
by Ray123fa
Create modern Next.js 16 projects with Tailwind CSS v4, Mantine UI v8, Zustand v5, and TanStack Query v5. Use this skill when: - Creating a new Next.js project with modern UI components - Setting up Mantine UI with Tailwind CSS integration - Configuring Zustand for state management - Setting up TanStack Query for data fetching - Building full-stack React applications with TypeScript - Need boilerplate for providers, stores, or query hooks
rust
by jyasuu
Rust programming language and Cargo package manager commands including build, test, and cross-compilation.
supabase-mastery
by ScientiaCapital
Master Supabase patterns for migrations, RLS policies, pgvector, and authentication. Use when creating database schemas, writing migrations, implementing row-level security, setting up auth, or debugging Supabase issues. Triggers on "supabase migration", "RLS policy", "row level security", "pgvector", "supabase auth", "magic link".
Stripe Payment Integration
by tachfineamnay
Complete Stripe integration for checkout, webhooks, and subscription management.
ops-skill-creator
by catgodtwno1
Create, publish, and manage skills following our workspace conventions. Use when creating a new skill with our naming rules, publishing a skill to GitHub, updating the TOOLS.md skill registry, or auditing existing skills against our standards. Triggers on "按我们的规范建 skill"、"发布 skill"、"skill 命名检查"、"新建一个 ops/mem/agents/model skill". NOT for generic skill creation without our conventions — that's the built-in skill-creator.
dd
by zkywalker
"Document-Driven Development (文档驱动开发). Use when: (1) /dd help — explain workflow and suggest next step based on project state, (2) /dd init — initialize doc-driven structure in a project, (3) /dd spec [requirement] — create temporary spec to align intent before development, (4) /dd dev [spec-path doc-path] — implement code following spec or doc (auto enters plan mode for spec-based dev), (5) /dd sync [--check --scope] — update living docs, archive spec, and audit consistency. Triggers on mentions of: document-driven, design document, doc-driven, spec-driven, 文档驱动, 设计文档, 规格, /dd."
appwrite-dotnet
by ChiragAgg5k
Appwrite .NET SDK skill. Use when building server-side C# or .NET applications with Appwrite, including ASP.NET and Blazor integrations. Covers user management, database/table CRUD, file storage, and functions via API keys.
python-best-practices
by ofershap
Modern Python 3.12+ patterns your AI agent should use. Type hints, async/await, Pydantic v2, uv,