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 RuleWindsurf RuleGitHub Copilot InstructionsOpenAI Custom GPTClaude Project InstructionsCLAUDE.mdAGENTS.mdMCP Tool DescriptionGPT System Prompt (API)Agent Task SpecificationGeneral System Prompt
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
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
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

...

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