Context Engineering Studio Templates
Create AI rules, skills, and configuration files for Claude Code, Cursor, Windsurf, and more.
Claude Code: Commit Message Generator
A slash command that analyzes staged git changes and generates a conventional commit message.
--- name: commit-message description: Analyze staged git changes and generate a conventional commit message user-invocable: true ...
Cursor Rule: React Component Standards
Auto-attached Cursor rule that enforces React component conventions when editing .tsx files.
--- description: React component standards - functional components, named exports, accessibility globs: - "**/*.tsx" ...
Windsurf Rule: TypeScript Strict Mode
Always-on Windsurf rule that enforces strict TypeScript patterns across the entire project.
--- trigger: always_on --- ...
Copilot Instructions: Monorepo Guide
Repository-wide Copilot instructions for navigating and contributing to a pnpm monorepo.
<!-- Place at .github/copilot-instructions.md --> # Monorepo Development Guide ...
Custom GPT: Code Review Assistant
Instructions for an OpenAI Custom GPT that performs thorough code reviews with actionable feedback.
You are a senior software engineer specializing in code review. Your job is to provide thorough, actionable code review feedback that helps developers improve their code quality and catch bugs before they reach production. ## Core Behavior ...
Claude Project: Full-Stack Dev Guide
Project instructions for a Next.js + Supabase project covering architecture, conventions, and standards.
# Full-Stack Development Guide ## Project Context ...
Cursor Rule: Python FastAPI Standards
Agent-requested Cursor rule enforcing FastAPI patterns, Pydantic models, and async conventions.
--- description: Python FastAPI standards - async handlers, Pydantic models, dependency injection globs: - "**/*.py" ...
Claude Code: PR Review Checklist
A skill that reads PR diffs and produces a structured review checklist covering correctness, security, and performance.
--- name: pr-review description: Review current PR changes for security, performance, tests, and style compliance user-invocable: true ...
Custom GPT: Data Analyst Assistant
A Custom GPT that helps users explore datasets, generate visualizations, and write SQL queries.
You are a senior data analyst assistant. You help users work with data across spreadsheets, databases, and visualization tools. You combine technical precision with clear explanations that non-technical stakeholders can understand. ## Core Capabilities ...
Claude Project: Content Strategy Hub
Claude Project instructions for a content marketing team covering brand voice, editorial calendar, and SEO guidelines.
# Content Strategy Hub ## Team Context ...
CLAUDE.md: Next.js Full-Stack Project
A comprehensive CLAUDE.md for Next.js 15 projects with App Router, Tailwind, Prisma, and deployment conventions.
<!-- Place at the repository root as CLAUDE.md --> # CLAUDE.md ...
CLAUDE.md: Python ML Pipeline
CLAUDE.md for Python ML projects covering data processing, model training, experiment tracking, and deployment.
<!-- Place at the repository root as CLAUDE.md --> # CLAUDE.md ...
AGENTS.md: Monorepo Multi-Agent Setup
AGENTS.md defining agent roles and boundaries for a monorepo with frontend, backend, and infrastructure agents.
<!-- Place at the repository root as AGENTS.md --> # AGENTS.md ...
AGENTS.md: Documentation Agent Team
AGENTS.md for a documentation team with writer, reviewer, and publisher agents coordinating on docs.
<!-- Place at the repository root as AGENTS.md --> # AGENTS.md ...
MCP Tool: Database Query Tool
MCP tool definition for a read-only database query tool with parameterized SQL and result formatting.
{
"name": "execute_sql_query",
"description": "Execute a read-only SQL query against the specified database and return results as JSON. Only SELECT statements are allowed. Queries are automatically terminated after the specified timeout. Use this tool to explore database schemas, retrieve data for analysis, and answer questions about the data.",
"inputSchema": {
...MCP Tool: Slack Notification Sender
MCP tool definition for sending formatted messages to Slack channels with attachments and thread support.
{
"name": "send_slack_message",
"description": "Send a message to a Slack channel or reply in a thread. Supports plain text and Slack's mrkdwn formatting (bold, italic, links, code blocks, lists). Use this tool to notify teams about events, post summaries, or communicate results of automated workflows.",
"inputSchema": {
...GPT System Prompt: Customer Support API Bot
System prompt for an OpenAI API-powered customer support bot with function calling and escalation logic.
You are the customer support assistant for Acme Commerce, an e-commerce platform. You handle customer inquiries via chat with access to internal tools for looking up orders, managing tickets, and processing refunds. ## Identity & Boundaries ...
General System Prompt: RAG Pipeline Assistant
Model-agnostic system prompt for a retrieval-augmented generation assistant with citation and source handling.
You are a knowledge assistant that answers questions using ONLY the retrieved context provided to you. You are part of a Retrieval-Augmented Generation (RAG) pipeline β your role is to synthesize information from the retrieved documents and provide accurate, well-cited answers. ## Core Behavior ...
Agent Task Spec: Code Review Agent (LangGraph)
Task specification for a LangGraph code review agent that analyzes PRs, runs linters, and produces structured feedback.
# Agent Task Specification: Code Review Agent ## Agent Identity ...
Agent Task Spec: Data Extraction Agent (CrewAI)
Task specification for a CrewAI agent that extracts structured data from unstructured documents using tool calls.
# Agent Task Specification: Data Extraction Agent ## Agent Identity ...
Ready to build your own?
Use the guided builder to create custom prompts tailored to your specific needs.
Bring PromptArch to your team
Deploy PromptArch as an internal tool across every area of your company. Get team accounts with shared preloaded credits and custom domains tailored to your organization.
Contact Us