- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
pre-mortem
by alunadev
"Runs a structured pre-mortem on a PRD or launch plan, categorizing risks as Tigers, Paper Tigers, and Elephants, with launch-blocking action plans. Use before any significant product launch or execution milestone. Triggers on: pre-mortem, risk analysis, launch readiness, what could go wrong, launch risks, risk mitigation, launch blockers, stress-test plan."
notebook-ai-agents-skill
by fmschulz
Create/refactor reproducible analysis notebooks with Marimo (preferred) or Jupyter (minimal support). Use for interactive, narrative-first analyses.
skill-creator
by oldwinter
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
ai-evaluation-evals
by oldwinter
Create AI evaluation plans with benchmarks, rubrics, and error analysis workflows.
skill-with-scripts
by beshkenadze
A template for skills that include executable code for deterministic operations.
ai-evals
by oldwinter
"Create an AI Evals Pack (eval PRD, test set, rubric, judge plan, results + iteration loop). Use for LLM evaluation, benchmarks, rubrics, error analysis/open coding, and ship/no-ship quality gates for AI features."
eksctl
by oldwinter
This skill should be used when users need to manage AWS EKS clusters via eksctl CLI. It covers cluster creation, nodegroup management, addon operations, IAM integration, and cluster upgrades. Complements kubectl for cluster-level operations. Triggers on requests mentioning eksctl, EKS cluster management, nodegroups, EKS addons, or Kubernetes cluster infrastructure on AWS.
sync-skills-manager
by oldwinter
Manage synchronization workflows between repository skills and local system skill directories.
aio-mermaid
by aiocean
This skill should be used when the user asks to "share a mermaid diagram", "generate diagram URL", "create diagram link", or mentions mermaid, minimalmermaid, shareable mermaid. Also use whenever the user wants to share or embed a diagram, asks to "draw", "diagram", or "visualize" something, even without mentioning Mermaid. Generates shareable MinimalMermaid diagram URLs using LZ-String compression.
release-skills
by oldwinter
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送".
skills-readme-updater
by oldwinter
This skill should be used after creating or modifying skills to update the main README.md file. It scans all skills in ~/.claude/skills/, extracts metadata from SKILL.md files, and regenerates the README with categorized skill listings. Triggers on requests mentioning "update skills readme", "refresh skills list", or after adding new skills.
gitea-tea
by beshkenadze
Manage Gitea via CLI. Use when user mentions "tea", "gitea cli", or needs terminal-based Gitea operations.
create-mcp-integration
by richfrem
Interactive initialization script that scaffolds a new Model Context Protocol (MCP) server integration setup. Use when adding native code tools to an agent's environment.
your-skill-name
by beshkenadze
Brief description of what this Skill does and when to use it. This field is critical for Claude to discover when to invoke your skill.
swiftui-developer
by beshkenadze
Develop SwiftUI applications for iOS/macOS. Use when writing SwiftUI views, managing state, or building Apple platform UIs.
docs-update
by oldwinter
Update user-facing documentation when code changes. Use when asked to update docs, review docs, handle documentation changes, run scheduled documentation tasks, or analyze recent commits for documentation needs.
SOLID Principles for Node.js/TypeScript
by DoubleslashSE
```
srs-documentation
by DoubleslashSE
Software Requirements Specification documentation following IEEE 830 standard. Use when generating formal SRS documents or compiling gathered requirements into structured documentation.
ai-evals
by oldwinter
"Create an AI Evals Pack (eval PRD, test set, rubric, judge plan, results + iteration loop). Use for LLM evaluation, benchmarks, rubrics, error analysis/open coding, and ship/no-ship quality gates for AI features."
tdd-workflow
by DoubleslashSE
Test-Driven Development workflow for .NET. Use when implementing features, fixing bugs, or writing new code. Guides RED-GREEN-REFACTOR cycle with proper test design.
hf-init
by richfrem
"Initialize HuggingFace integration - validates .env variables, tests API connectivity, and ensures the dataset repository structure exists. Use when onboarding a new project to HuggingFace or when credentials change."
django-patterns
by peopleforrester
Django 5.x best practices. Covers ORM optimization, class-based views, middleware, Django REST Framework, signals, and deployment patterns. Use when building Django applications or reviewing Django code.
synthesize-learnings
by richfrem
Convert raw plugin analysis results into actionable improvement recommendations for agent-scaffolders and agent-skill-open-specifications. Trigger with "synthesize learnings", "generate improvement recommendations", "what should we improve in our scaffolders", "update our meta-skills based on these findings", or after completing a plugin analysis.
create-hook
by richfrem
Interactive initialization script that generates a compliant lifecycle Hook for an AI Agent or Plugin. Use when you need to automate workflows based on events like PreToolUse or SessionStart.