PromptArchPromptArch.ai
All templates

Context Engineering Studio Templates

Create AI rules, skills, and configuration files for Claude Code, Cursor, Windsurf, and more.

Claude Code SkillCursor RuleCursor SkillWindsurf RuleGitHub Copilot InstructionsOpenAI Custom GPTClaude Project InstructionsCLAUDE.mdAGENTS.mdMCP Tool DescriptionGPT System Prompt (API)Agent Task SpecificationOutcomes RubricSubagent SpecGeneral System Prompttemplates.domains.ai_skills_rules.subTypes.context_pack
claude-codegitcommit

Claude Code: Commit Message Generator

A slash command that analyzes staged git changes and generates a conventional commit message.

Use case: Git workflows, commit message consistency, team standardsClaude
---
name: commit-message
description: Analyze staged git changes and generate a conventional commit message
user-invocable: true
...
cursorreacttypescript

Cursor Rule: React Component Standards

Auto-attached Cursor rule that enforces React component conventions when editing .tsx files.

Use case: React development, code consistency, team onboardingClaude
---
description: React component standards - functional components, named exports, accessibility
globs:
  - "**/*.tsx"
...
windsurftypescripttype-safety

Windsurf Rule: TypeScript Strict Mode

Always-on Windsurf rule that enforces strict TypeScript patterns across the entire project.

Use case: TypeScript projects, type safety, code qualityClaude
---
trigger: always_on
---

...
copilotmonorepopnpm

Copilot Instructions: Monorepo Guide

Repository-wide Copilot instructions for navigating and contributing to a pnpm monorepo.

Use case: Monorepo development, team onboarding, Copilot configurationClaude
<!-- Place at .github/copilot-instructions.md -->

# Monorepo Development Guide

...
custom-gptcode-reviewsecurity

Custom GPT: Code Review Assistant

Instructions for an OpenAI Custom GPT that performs thorough code reviews with actionable feedback.

Use case: Code review, pull request automation, quality assuranceChatGPT / GPT-5.x
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-projectnextjssupabase

Claude Project: Full-Stack Dev Guide

Project instructions for a Next.js + Supabase project covering architecture, conventions, and standards.

Use case: Project setup, team alignment, Claude Projects configurationClaude
# Full-Stack Development Guide

## Project Context

...
cursorpythonfastapi

Cursor Rule: Python FastAPI Standards

Agent-requested Cursor rule enforcing FastAPI patterns, Pydantic models, and async conventions.

Use case: FastAPI projects, Python backend development, team coding standardsClaude
---
description: Python FastAPI standards - async handlers, Pydantic models, dependency injection
globs:
  - "**/*.py"
...
claude-codepr-reviewchecklist

Claude Code: PR Review Checklist

A skill that reads PR diffs and produces a structured review checklist covering correctness, security, and performance.

Use case: Code review automation, PR quality gates, team review standardsClaude
---
name: pr-review
description: Review current PR changes for security, performance, tests, and style compliance
user-invocable: true
...
custom-gptdata-analysissql

Custom GPT: Data Analyst Assistant

A Custom GPT that helps users explore datasets, generate visualizations, and write SQL queries.

Use case: Business intelligence, data exploration, analyst onboardingChatGPT / GPT-5.x
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-projectcontent-strategymarketing

Claude Project: Content Strategy Hub

Claude Project instructions for a content marketing team covering brand voice, editorial calendar, and SEO guidelines.

Use case: Content team alignment, brand consistency, editorial workflowsClaude
# Content Strategy Hub

## Team Context

...
claude-mdnextjsfull-stack

CLAUDE.md: Next.js Full-Stack Project

A comprehensive CLAUDE.md for Next.js 15 projects with App Router, Tailwind, Prisma, and deployment conventions.

Use case: Next.js projects, full-stack development, Claude Code onboardingClaude
<!-- Place at the repository root as CLAUDE.md -->

# CLAUDE.md

...
claude-mdpythonmachine-learning

CLAUDE.md: Python ML Pipeline

CLAUDE.md for Python ML projects covering data processing, model training, experiment tracking, and deployment.

Use case: Machine learning projects, data science teams, MLOps workflowsClaude
<!-- Place at the repository root as CLAUDE.md -->

# CLAUDE.md

...
agents-mdmonorepomulti-agent

AGENTS.md: Monorepo Multi-Agent Setup

AGENTS.md defining agent roles and boundaries for a monorepo with frontend, backend, and infrastructure agents.

Use case: Monorepo development, multi-agent coordination, team scalingClaude
<!-- Place at the repository root as AGENTS.md -->

# AGENTS.md

...
agents-mddocumentationmulti-agent

AGENTS.md: Documentation Agent Team

AGENTS.md for a documentation team with writer, reviewer, and publisher agents coordinating on docs.

Use case: Documentation automation, technical writing teams, docs-as-code workflowsClaude
<!-- Place at the repository root as AGENTS.md -->

# AGENTS.md

...
mcpdatabasesql

MCP Tool: Database Query Tool

MCP tool definition for a read-only database query tool with parameterized SQL and result formatting.

Use case: Database integrations, MCP server development, data access toolsClaude
{
  "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": {
...
mcpslacknotifications

MCP Tool: Slack Notification Sender

MCP tool definition for sending formatted messages to Slack channels with attachments and thread support.

Use case: Slack integrations, notification systems, MCP server developmentClaude
{
  "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-promptsupportfunction-calling

GPT System Prompt: Customer Support API Bot

System prompt for an OpenAI API-powered customer support bot with function calling and escalation logic.

Use case: Customer support automation, API-based chatbots, function calling designChatGPT / GPT-5.x
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

...
system-promptragretrieval

General System Prompt: RAG Pipeline Assistant

Model-agnostic system prompt for a retrieval-augmented generation assistant with citation and source handling.

Use case: RAG applications, knowledge base assistants, document Q&A systemsAny / Generic
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-speclanggraphcode-review

Agent Task Spec: Code Review Agent (LangGraph)

Task specification for a LangGraph code review agent that analyzes PRs, runs linters, and produces structured feedback.

Use case: Automated code review, LangGraph agent development, CI/CD integrationClaude
# Agent Task Specification: Code Review Agent

## Agent Identity

...
agent-task-speccrewaidata-extraction

Agent Task Spec: Data Extraction Agent (CrewAI)

Task specification for a CrewAI agent that extracts structured data from unstructured documents using tool calls.

Use case: Data extraction pipelines, CrewAI development, document processingAny / Generic
# Agent Task Specification: Data Extraction Agent

## Agent Identity

...
outcomesrubriccode-review

Outcomes Rubric: Code-Review Output

Evaluation rubric for a code-review agent. Concrete pass/fail criteria covering security, correctness, and style.

Use case: Outcomes self-grading loop for code-review agentsClaude Opus 4.8
task: |
  Review a pull request diff and return a structured verdict with findings,
  severity levels, and actionable suggestions.

...
outcomesrubriccustomer-support

Outcomes Rubric: Customer-Support Reply

Evaluation rubric for customer-support reply quality. Covers tone, accuracy, resolution, and policy adherence.

Use case: Outcomes self-grading loop for support automationClaude Sonnet 4.6
task: |
  Generate a customer-support reply that resolves the issue described in the
  ticket, references only verified policy from the knowledge base, and
  matches the brand's tone guide.
...
agents-mdmonorepotypescript

AGENTS.md: TypeScript Monorepo

Open-standard AGENTS.md for a pnpm monorepo. Covers build commands, code style, testing, and security.

Use case: Project context for any coding agent (Codex, Jules, Claude Code, Devin, Copilot)Vendor-neutral
<!-- Place at AGENTS.md in your project root -->

# AGENTS.md

...
agents-mdpythonfastapi

AGENTS.md: Python FastAPI Service

Open-standard AGENTS.md for a FastAPI service with Poetry and pytest.

Use case: Project context for any coding agent working on a Python APIVendor-neutral
<!-- Place at AGENTS.md in your project root -->

# AGENTS.md

...
subagentmulti-agentorchestration

Subagent Spec: Lead Orchestrator for Parallel Research

Lead agent that delegates research tasks to parallel specialist subagents coordinating via shared filesystem.

Use case: Anthropic Multi-Agent Orchestration; parallel research workflowsClaude Opus 4.8
<!-- Subagent spec for Anthropic Multi-Agent Orchestration -->

# research-lead

...
subagentmulti-agentspecialist

Subagent Spec: Test-Writing Specialist

Specialist subagent that writes tests for changed files. Reads diffs from shared filesystem, writes test files, signals completion.

Use case: Anthropic Multi-Agent Orchestration; test-writing in a multi-agent dev workflowClaude Sonnet 4.6
<!-- Subagent spec for Anthropic Multi-Agent Orchestration -->

# test-writer-specialist

...
claude-codeskillcontext-fork

Claude Code Skill: context: fork + Explore

Forked-context research skill using the Explore agent. Demonstrates the 2026 context/agent frontmatter fields.

Use case: Isolated codebase research that doesn't pollute the main conversation contextClaude Opus 4.8
---
name: deep-research
description: Research a topic across the codebase without polluting the main context. Use when you need to dig into multiple files but want the main conversation to stay focused.
when_to_use: |
...
claude-codeskillscheduled

Claude Code Skill: Scheduled Daily Repo Summary

A scheduled-task SKILL.md that generates a daily summary of repo activity. Demonstrates the routines storage pattern.

Use case: Claude Code routines; daily repo health/activity reportsClaude Sonnet 4.6
---
name: daily-repo-summary
description: Generate a daily summary of repo activity - commits, PRs merged, open issues, CI failures. Schedule externally via Claude Code routines.
when_to_use: Triggered on a daily cron schedule by Claude Code routines. Not for interactive use.
...
templates.items.asr-gpt56-ptc-system-prompt.tags

templates.items.asr-gpt56-ptc-system-prompt.title

templates.items.asr-gpt56-ptc-system-prompt.description

Use case: templates.items.asr-gpt56-ptc-system-prompt.useCaseGPT-5.6
You are a data-operations assistant for a B2B analytics platform. Resolve each request end-to-end using the registered tools, and return results in the schema configured via Structured Outputs.

## Tool routing

...
templates.items.asr-memory-policy.tags

templates.items.asr-memory-policy.title

templates.items.asr-memory-policy.description

Use case: templates.items.asr-memory-policy.useCaseClaude Fable 5
# Memory Policy

How this agent keeps memory: one lesson per file under ./memory/, indexed here.

...

Ready to build your own?

Use the guided builder to create custom prompts tailored to your specific needs.

Open Builder

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
Context Engineering Studio Templates | PromptArch | PromptArch