- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
dotnet-ddd
by baotoq
Implement Domain-Driven Design tactical patterns in C#/.NET. Use when building Entities, Value Objects, Aggregates, Domain Events, Repositories, or structuring a DDD solution. Framework-agnostic — covers pure domain modeling with modern C#.
library-docs-skill-creator
by juriwiens
Automated workflow for creating library documentation skills by researching GitHub repositories and generating structured skill files. Use this skill when the user wants to create a new skill for a library or framework, needs to research a library's documentation structure, or wants to generate a skill file that provides comprehensive context through official code, documentation, and examples.
portfolio-manager
by mmcmedia
Portfolio strategist who analyzes McKinzie's 27 content sites and Etsy shops to recommend which properties to scale, maintain, or shut down. Focuses on ROI, resource allocation, and strategic growth decisions.
implementation-plan
by masayuki-kono
"Guide for creating implementation plans. USE WHEN: planning new features, refactoring, or significant code changes."
idea-tools
by teslasoft-de
Advanced IntelliJ IDEA automation suite: changelist management with project/PARA organization, module synchronization with Git submodules, and rolling configuration backups. Integrates with collab skill for IDE context awareness. Keywords: idea, intellij, jetbrains, changelist, module-sync, backup, automation.
Visual Asset Workflow Skill
by NaveedTechLab
Result: Professional-quality visuals that teach effectively, generated efficiently through planning, with zero duplicates requiring rework.
jira
by cachemoney
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.
python-immutable-accumulator
by shimo4228
"Use when building immutable state accumulators in Python. Frozen dataclass + tuple pattern with slots gotcha."
research
by ajaywadhara
Market reality check — find competitors, read 1-star reviews, identify your angle. Run after /start.
flagship
by TwillAI
Build and operate budget-bounded product experiments in a software repository. Use this skill when asked to create, manage, analyze, or iterate feature-flag experiments with cohorts, PostHog MCP, Codex CLI, or GitHub Actions experiment loops.
moru-python
by moru-ai
"Use this skill when writing Python code that interacts with Moru cloud sandboxes. This includes: creating sandboxes with Sandbox.create(), running commands with sbx.commands.run(), reading and writing files with sbx.files.read() and sbx.files.write(), working with persistent volumes using the Volume class, building custom templates with the Template builder, handling background processes, streaming command output, and async operations with AsyncSandbox. The skill covers the complete Python SDK API including error handling with TimeoutException, CommandExitException, AuthenticationException, and other exceptions from moru.exceptions. Use this skill whenever users want to: execute code safely in isolated environments, build AI agents that run untrusted code, create data processing pipelines, run web scrapers, set up development environments, or any Python automation involving Moru sandboxes. Triggers on: 'moru python', 'from moru import', 'Sandbox.create', 'pip install moru', 'moru sdk python', 'python sandbox', 'AsyncSandbox', 'Volume.create', 'Template.build', or any Python code that needs to run in isolated cloud environments. Do NOT use this skill for JavaScript/TypeScript code - use moru-javascript instead."
azure-ai-anomalydetector-java
by Tryboy869
"Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring."
azure-ai-agents-persistent-dotnet
by Tryboy869
" "
web-security-standards
by cuioss
Trusted domains, security assessment patterns, and domain research standards for WebFetch permissions
vani-jsx-setup
by itsjavi
Configure and use JSX with Vani while keeping runtime behavior explicit
Etsy Mockup Banner Skill
by mmcmedia
Approved by McKinzie
git-workflow
by jovermier
Manages git operations including commits, pull requests, merge requests, and branching. Use when creating commits, handling git conflicts, managing branches, or reviewing git history. Enforces clean commit messages without author attribution.
github
by brettatoms
Work with GitHub using the gh CLI. Use when creating/managing pull requests, reviewing code, managing issues, viewing GitHub Actions runs, creating releases, or making API requests. Triggers on GitHub-related tasks like "create a PR", "list open issues", "check CI status", "merge this PR", or "create a release".
social-content
by Jackiexiao
"When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' or 'viral content.' This skill covers content creation, repurposing, and platform-specific strategies."
create-prompt
by dwizi
Expertise in designing high-quality prompt templates for MCP servers using dzx conventions. Use when the user asks to "create a prompt", "add a prompt template", or "design a prompt" for a dzx MCP server.
ladder-init
by sadiksaifi
Initializes Ladder project structure with OVERVIEW.md and progress tracking. Use when starting phased spec-driven development or when the user says "ladder init."
azure-ai-contentsafety-java
by Tryboy869
"Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text/image analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm."
task-scheduler
by sarfraznawaz2005
Creates Scheduled Jobs in Windows Task Scheduler
naming-analyzer
by cachemoney
Suggest better variable, function, and class names based on context and conventions.