- Home
- /
- Categories
- /
- Prompts
Prompts
Prompt engineering and templates
skill-generator
by zacdcook
Meta-skill for creating and maintaining project context skills in Claude Code. Use when user says "create a skill", "update the skill", "save this context", "remember this", or at session end when significant project knowledge was established. Enables zero context loss between chat sessions.
forge-audit-skill
by fwehrling
FORGE Skill Auditor — Security audit of third-party Claude Code skills. Usage: /forge-audit-skill <path-to-skill>
gemini-cli
by X-Zero-L
Ask Gemini via the local gemini CLI (no MCP). Use when the user says "ask gemini" / "use gemini", wants a second opinion, needs large-context @path analysis, sandbox runs, or structured change-mode edits.
prompt-engineering-patterns
by ian-pascoe
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.
cost-aware-llm-pipeline
by shimo4228
"Use when building an LLM-powered app that needs cost control via model routing, budget tracking, retry, and prompt caching."
flipswitch-toggle
by flipswitch-io
Enables or disables a feature flag in a specific environment. Use when changing a flag's state, turning on a feature for testing, or disabling a flag in production.
mentor-guided-learning
by guanyu-gerry-tao
"Project-level mentor bootstrap and run skill. Use when the user invokes $mentor-guided-learning: detect first-time use vs ongoing learning. On first-time use, set up all learning system files (.LEARNING, learner profile, project-root AGENTS.md/GEMINI.md/CLAUDE.md, .gitignore). On ongoing learning, read the synchronized runtime rules files and .LEARNING and continue. Also use this skill when the user asks to update profile settings."
bench-new-skill
by elliottrjacobs
Create new skills for the bench-skills repo following all conventions. Use when the user says "create a new skill", "add a skill", "new slash command", or wants to extend bench-skills with additional capabilities.
context-loader
by tjade273
Synchronizes startup context across Claude instances, runs at launch.
pptx
by unicorn-plugins
"Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill."
update-context
by kavantrudie
"Capture conversation context AND git changes to create comprehensive markdown documentation. Analyzes both discussed reasoning and actual code changes (via git diff) for accurate, meaningful documentation of features, bugs, architecture, and refactors."
programmatic-claude
by WebSmartTeam
Run Claude Code programmatically via CLI (-p flag), Python SDK, or TypeScript SDK. For automation, CI/CD, session chaining, headless execution, and orchestrating multiple Claude instances. Triggers: programmatic, headless, CLI automation, session chaining, -p flag, Python SDK, orchestrate Claude, CI/CD Claude, run Claude automatically.
Visual Asset Workflow Skill
by NaveedTechLab
Result: Professional-quality visuals that teach effectively, generated efficiently through planning, with zero duplicates requiring rework.
operating-claude
by Git-Fg
"Operational manual for driving the Claude runtime. Use when needing to optimize context usage, troubleshoot performance, or understand runtime mechanics. Do not use for architectural definitions or building plugins."
canonical-format-checker
by NaveedTechLab
This skill should be used when content teaches patterns (skills, subagents, ADRs, PHRs, specifications) that have canonical sources elsewhere. Prevents format drift by ensuring content references and follows the authoritative format from canonical sources. Use before implementing lessons that teach platform patterns, or when reviewing content for format consistency.
claude-md-bp-context
by getskillsdev
Audit CLAUDE.md for best practices. 18-point checklist.
skill-creator
by watzon
Use when creating new skills, updating existing skills, or understanding skill structure. Triggers: "create a skill", "write a skill", "new skill for", "skill that does", "how do skills work". Provides complete workflow from concept to deployment with progressive disclosure.
conversation-history-setup
by dhughes
Guide users through initial setup of conversation history indexing. Use when user asks about setting up conversation history, indexing past conversations, or when search returns no results and the database may be empty.
supabase-mcp-setup
by WebSmartTeam
Configure Supabase MCP server for a specific project using local .mcp.json (NOT global). Each project needs its own config to prevent wrong-database queries. Triggers: setup supabase mcp, install supabase mcp, configure supabase mcp, connect supabase, supabase database access, mcp not loading supabase.
session-intelligence-harvester
by NaveedTechLab
This skill should be used after productive sessions to extract learnings and route them to appropriate Reusable Intelligence Infrastructure (RII) components. Use when corrections were made, format drift was fixed, new patterns emerged, or the user explicitly asks to "harvest learnings" or "capture session intelligence". Transforms one-time fixes into permanent organizational knowledge by implementing updates across multiple files.
domain-expertise-template
by ChaiWithJai
Template for creating domain expertise skills. Copy and customize for your specific domain.
notebooklm-slides
by NaveedTechLab
This skill should be used when generating pedagogically-aligned slide decks from educational content using NotebookLM. It addresses the convergence toward generic, text-heavy slides by providing structured prompts that create engaging, proficiency-appropriate presentations aligned with specific educational frameworks.
frontend-developer
by RasmusGodske
Skill for implementing frontend features following project conventions. Use when writing Vue components, creating UI, or refactoring frontend code. Loads all frontend rules from .claude/rules/frontend/.
skill-manager
by ashimoon
Manage your installed Claude Code skills - install, update, rename, uninstall, and list skills from GitHub URLs. Use when the user wants to install a skill, update a skill, list installed skills, rename a skill, remove/delete/uninstall a skill, or provides a GitHub URL to a skills directory.