- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
godot-genre-action-rpg
by thedivergentai
"Comprehensive blueprint for Action RPGs including real-time combat (hitbox/hurtbox, stat-based damage), character progression (RPG stats, leveling, skill trees), loot systems (procedural item generation, affixes, rarity tiers), equipment systems (gear slots, stat modifiers), and ability systems (cooldowns, mana cost, AOE). Based on expert ARPG design from Diablo, Path of Exile, Souls-like developers. Trigger keywords: action_rpg, loot_generator, rpg_stats, skill_tree, hitbox_combat, item_affixes, equipment_slots, ability_cooldown, stat_scaling."
legal-simulation-patrick-munro
by lawvable
"Framework for demonstrating AI capabilities in legal contexts. Provides detailed personas across tenant law, business contracts, startup disputes, employment claims, and consumer protection with progressive complexity scenarios. Use when: (1) Demonstrating AI-powered legal triage or intake systems, (2) Showcasing responsible AI-assisted client interactions, (3) Training staff on appropriate AI use in legal contexts, (4) Creating realistic scenarios for legal tech presentations, (5) Developing educational materials about AI in legal services, or (6) Testing AI-powered legal information systems in controlled environments."
obsidian-cli
by letta-ai
Work with Obsidian vaults using the official Obsidian CLI. Read, create, append, search, and manage notes, daily notes, properties, tags, tasks, sync, and more from the terminal. Use when the user mentions Obsidian, notes, vault, daily notes, or when working with markdown knowledge bases. Requires Obsidian desktop app running with CLI enabled in Settings > General.
mini-wiki
by trsoliu
Automatically generate professional-grade structured project Wiki from documentation, code, design files, and images. Use when: - User requests "generate wiki", "create docs", "create documentation" - User requests "update wiki", "rebuild wiki" - User requests "list plugins", "install plugin", "manage plugins" - Project needs automated documentation generation Features: - Smart project structure and tech stack analysis - Deep code analysis with semantic understanding - Mermaid diagrams for architecture, data flow, dependencies - Cross-linked documentation network - Incremental updates (only changed files) - Code blocks link to source files - Multi-language support (zh/en) - Plugin system for extensions For Chinese instructions, see references/SKILL.zh.md
setup
by SubframeApp
Initialize Subframe in a new or existing project. Sets up the CLI, syncs components, configures Tailwind and fonts.
design
by SubframeApp
Design UI pages in Subframe. Use when building new UI, iterating on existing UI, exploring design options, or to get a visual starting point to refine in the Subframe design tool. Don't write UI code directly - design first, then implement with /subframe:develop.
cookie-policy-malik-taiar
by lawvable
Guide for drafting cookie policies compliant with GDPR and the ePrivacy Directive. Includes CNIL 2020 recommendations, a reference template, and best practices. Use when drafting or revising a cookie policy for a website or application.
Skill Creator
by laguagu
Claude Code skills for AI apps • Next.js 16 • AI SDK 6 • pgvector • bun • Ralph Loop
create-pr
by yonatangross
"Creates GitHub pull requests with validation. Use when opening PRs or submitting code for review."
methodology-curator
by athola
Surfaces expert frameworks and proven methodologies before creating OR
makefile-generation
by athola
"Generate language-specific Makefiles with testing, linting, and automation targets. Use for project initialization and workflow standardization. Skip if Makefile exists."
experiment-code
by lingzhi227
Write ML experiment code with iterative improvement. Generate training/evaluation pipelines, debug errors, and optimize results through code reflection. Use when implementing experiments for a research paper.
figure-generation
by lingzhi227
Generate publication-quality scientific figures using matplotlib/seaborn with a three-phase pipeline (query expansion, code generation with execution, VLM visual feedback). Handles bar charts, line plots, heatmaps, training curves, ablation plots, and more. Use when the user needs figures, plots, or visualizations for a paper.
web-research
by DougTrajano
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research.
google-docs
by sanjay3290
Interact with Google Docs - create documents, search by title, read content, and edit text. Use when user asks to: create a Google Doc, find a document, read doc content, add text to a doc, or replace text in a document. Lightweight alternative to full Google Workspace MCP server with standalone OAuth authentication.
prove-it
by tkersey
Gauntlet for absolute claims (always/never/guaranteed/optimal); pressure-test, then refine with explicit boundaries. Use when users ask to prove or disprove strong certainty claims, request devil's-advocate challenge rounds, or want the $prove-it gauntlet to run in default autoloop/full-auto style.
web-browser
by tkersey
"Use when tasks need real-browser web automation in Chrome/Chromium via CDP: open or navigate URLs, click/type/select in forms, run page JS, wait for selectors, scrape structured content, capture screenshots, validate UI flows, or run measured web-browser latency checks (bench:eval, bench:all) for perf regressions."
issue-progress-tracking
by yonatangross
"Auto-updates GitHub issues with commit progress. Use when starting work on an issue, tracking progress during implementation, or completing work with a PR."
threejs-postprocessing
by CloudAI-X
Three.js post-processing - EffectComposer, bloom, DOF, screen effects. Use when adding visual effects, color grading, blur, glow, or creating custom screen-space shaders.
skillnet
by zjunlp
Search, download, create, evaluate, and analyze reusable agent skills via SkillNet. Use when: (1) Before any multi-step task — search SkillNet for existing skills first (mandatory), (2) After completing a task with non-obvious solutions — create a skill to preserve learnings, (3) User says "learn this repo/document", "turn this into a skill", "find a skill for X", (4) User provides a PDF, DOCX, PPT, or document — create a skill from it, (5) User provides execution data, logs, or trajectory — create a skill from it, (6) Any mention of 'skillnet', skill search, skill download, or skill evaluation, (7) Analyzing relationships or cleaning up a local skill library. NOT for: single trivial operations (rename variable, fix typo).
programmatic-eda
by nimrodfisher
Systematic exploratory data analysis following best practices. Use when analyzing any dataset to understand structure, identify data quality issues (duplicates, missing values, inconsistencies, outliers), examine distributions, detect correlations, and generate visualizations. Provides comprehensive data profiling with sanity checks before analysis.
web-browser
by joelazar
"Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so."
frontend-design
by joelazar
"Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.)."
uv
by joelazar
"Use uv instead of pip/python/venv. Run scripts with uv run script.py, add deps with uv add, use inline script metadata for standalone scripts."