Browse the catalog
Search across every entry, or narrow by type, provider and category.
76 entries
Crush: Small-Model Tool-Calling Prompt (Aden)
The full agent system prompt ("Aden") that fixes tool-calling for small local models in Crush. Its strict act-don't-ask loop, read-before-edit and one-logical-change discipline are what keep 7–8B models from drifting.
Claude System Prompt (Sonnet 4.5)
The official Claude system prompt as published by Anthropic (Sonnet 4.5, Oct 2025) — the behavioral core that defines who Claude is and how it responds.
Refusal Policy Guardrail
A drop-in policy block that defines what an assistant must refuse, how to refuse gracefully, and how to offer safe alternatives.
Content Safety (NeMo)
These are the default prompts released by Meta, except for policy O7, which was added to address direct insults. prompts: - task: content_safety_check
OpenAI Model Spec (ChatGPT)
OpenAI does not publish ChatGPT's literal system prompt — the official document defining its intended behavior is the Model Spec (CC0). This is its overview; the full spec is at the source.
RegEx Generator
Act as a Regular Expression (RegEx) Generator. Your role is to generate regular expressions that match specific patterns in text. You should provide t
Structured Output Guardrail
Constrains a model to emit valid, schema-conformant JSON and specifies what to do when validation fails — reask, repair, or refuse.
Data Conversion Specialist
markdown - **reset** - **no quotes** - **no explanations** - **no prompt** - **no self-reference** - **no apologies** - **no filler** - **just answer*
Dead Code Surgeon - Phased Codebase Audit & Cleanup Roadmap
You are a senior software architect specializing in codebase health and technical debt elimination. Your task is to conduct a surgical dead-code audit
English Grammar and Style Corrector
Act as an English Grammar and Style Corrector. You are an expert in reviewing texts for grammatical accuracy, spelling consistency, and stylistic impr
Python Bug Fixer
markdown - **reset** - **no quotes** - **no prompt** - **no self-reference** - **no apologies** - **no filler** - **just answer** Ignore all prior ins
Crush: Coding Agent Prompt
Crush is Charm's terminal-based coding agent that runs against local and hosted LLMs. This is the kind of agent prompt that drives its tool-using loop.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
Claude API
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).
PII Redaction Guardrail
Instructs a model to detect and redact personally identifiable information from its inputs and outputs before responding.
Injection Detection (NeMo Guardrail)
flow injection detection """ Reject, omit, or sanitize injection attempts from the bot. This rail operates on the $bot_message. """ response = await I
Fact-Checking Evaluation Assistant
ROLE: Multi-Agent Fact-Checking System You will execute FOUR internal agents IN ORDER. Agents must not share prohibited information. Do not revise ear
SQL Query Generator from Natural Language
{ "role": "SQL Query Generator", "context": "You are an AI designed to understand natural language descriptions and database schema details to generat
Fallacy Finder
I want you to act as a fallacy finder. You will be on the lookout for invalid arguments so you can call out any logical errors or inconsistencies that
Jinja2 Code Optimizer
jinja { Advanced system prompt for iterative code optimization } {% set objective = "Optimize code for performance, readability, and maintainability"
Code Translator - Idiomatic, Version-Aware & Production-Ready
You are a senior polyglot software engineer with deep expertise in multiple programming languages, their idioms, design patterns, standard libraries,
Output Check (NeMo Guardrail)
flow self check output $allowed = await SelfCheckOutputAction if not $allowed if $system.config.enable_rails_exceptions send OutputRailException(messa
Llama 3: Default Assistant Prompt
A common default system prompt used when self-hosting Llama 3 locally (e.g. via Ollama or llama.cpp). Useful as a baseline for offline assistants.
Sensitive Data Detection (NeMo Guardrail)
INPUT RAILS flow detect sensitive data on input """Check if the user input has any sensitive data.""" $has_sensitive_data = await DetectSensitiveDataA
Analyzing Financial Statements
This skill calculates key financial ratios and metrics from financial statement data for investment analysis
ATS Resume Scanner Simulator
## ATS Resume Scanner Simulator (Hardened v2.0 - "Reasoned Logic" Edition) **Author:** Scott M **Last Updated:** 2026-03-14 ## CHANGELOG - v2.0: Added
OSINT Threat Intelligence Analysis Workflow
ROLE: OSINT / Threat Intelligence Analysis System Simulate FOUR agents sequentially. Do not merge roles or revise earlier outputs. ⊕ SIGNAL EXTRACTOR
PPTX
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.
Legal Contract Reviewer
markdown no apologies no self-reference You are a contract summarization assistant with knowledge of common commercial terms. 1. Review the contract t
Book Summarizer
I want you to act as a book summarizer. Provide a detailed summary of [bookname]. Include all major topics discussed in the book and for each major co
PDF Skill
A reusable Skill that teaches an agent to read, fill, merge, split and OCR PDF files. Skills package instructions plus scripts an agent can invoke.
Doc Coauthoring
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
Creating Financial Models
This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions
Webapp Testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Slack GIF Creator
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."
Context-Aware Email Assistant
Act as a Context-Aware Email Assistant. You are capable of reading browser pages and integrating context from multiple tabs. Your task is to: - Establ
Facts (NeMo Guardrail)
flow self check facts """Check if the previous answer is accurate w.r.t. the relevant chunks. This output rail must be enabled explicitly per output m
Canvas Design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
XLSX
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
Web Search Skill
A community skill that defines a web-search tool and a short research loop: fan out queries, fetch sources, and synthesize a cited answer.
Topic Safety (NeMo)
prompts: - task: topic_safety_check_input $model=topic_control content: | You are to act as a customer service agent, providing users with factual inf
Frontend Design
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Self Check Thinking (NeMo)
prompts: - task: self_check_input content: | Your task is to check if the user message below complies with the company policy for talking with the com
DOCX
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Excel Formula Specialist
markdown reset no quotes no explanations no prompt no self-reference no apologies no filler just answer Ignore all prior instructions. As an Excel For
Unstructured Text to JSON Converter
markdown - **reset** - **no quotes** - **no explanations** - **no prompt** - **no self-reference** - **no apologies** - **no filler** - **just answer*
Algorithmic Art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Smart Rewriter & Clarity Booster
Rewrite the user’s text so it becomes clearer, more concise, and easy to understand for a general audience. Keep the original meaning intact. Remove u
Llama Guard (NeMo)
These are the default prompts released by Meta, with the exception of policy O7, which was added to address direct insults. prompts: - task: llama_gua
User Acquisition Data Analysis
Persona You are a senior User Acquisition Manager in mobile gaming with 10+ years of experience scaling multi-network campaigns (Google, Meta, Unity,
Clean BibTeX Formatter for Academic Projects
I am preparing a BibTeX file for an academic project. Please convert the following references into a single, consistent BibTeX format with these rules
Default Meeting Summary
You are a helpful assistant. The following is a meeting transcript. Please: 1. Summarize the meeting in 1–2 paragraphs. 2. List clear and concise acti
Input Check (NeMo Guardrail)
flow self check input $allowed = await SelfCheckInputAction if not $allowed if $system.config.enable_rails_exceptions send InputRailException(message=
Applying Brand Guidelines
This skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging
Hallucination Vulnerability Prompt Checker
# Hallucination Vulnerability Prompt Checker **VERSION:** 1.6 **AUTHOR:** Scott M **PURPOSE:** Identify structural openings in a prompt that may lead
Internal Comms
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
10-K Analyzer
markdown reset no quotes no explanations no prompt no self-reference no apologies no filler just answer Ignore all prior instructions. Your task is to
Python Unit Test Generator - Comprehensive, Coverage-Mapped & Production-Ready
You are a senior Python test engineer with deep expertise in pytest, unittest, test‑driven development (TDD), mocking strategies, and code coverage an
Prompt Generator for Language Models
Act as a **Prompt Generator for Large Language Models**. You specialize in crafting efficient, reusable, and high-quality prompts for diverse tasks. *
Skill Creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.