Open Reef Templates

Open-source templates for agent teams

Start from proven building blocks: production starter kits, automations, system prompts, and reusable skills.

Starter Kits Featured

Cloudflare Agents Starter

Cloudflare’s agents starter is optimized for low-latency, globally distributed agent workloads. It combines edge runtime patterns with Workers AI so you can prototype and deploy agent endpoints without managing traditional servers.

#cloudflare#workers-ai#edge#typescript
Workflows Featured

n8n RAG Document Chatbot

This workflow template ingests documents, indexes embeddings, and serves grounded answers through retrieval-augmented generation. It is a common production pattern for internal knowledge assistants.

#n8n#rag#qdrant#documents
Starter Kits Featured

n8n Self-Hosted AI Starter Kit

This starter kit gives teams a complete local-first AI stack with very little setup friction. You get n8n for orchestration, Ollama for private model serving, Qdrant for vector search, and PostgreSQL for durable workflow state. It is one of the fastest ways to stand up secure agent automation on your own infrastructure.

#n8n#ollama#qdrant#postgres
Starter Kits Featured

OpenClaw Starter Kit

The OpenClaw starter kit packages practical conventions for memory files, role definitions, and agent coordination loops. It is designed for teams that want persistent state and clean delegation boundaries between strategy, engineering, and research agents.

#openclaw#memory#multi-agent#orchestration
System Prompts Featured

The Big Prompt Library Core

TheBigPromptLibrary is a broad repository covering system prompts, custom instructions, and security-adjacent examples. It is useful as a comparative corpus when refining internal prompt standards.

#prompt-library#agent-behavior#reference
System Prompts

API Documentation Generator

Generates comprehensive API reference documentation from code, OpenAPI specs, or endpoint descriptions. Creates clear endpoint descriptions, parameter tables, request/response examples, and error handling guidance that developers can actually use.

#api#documentation#openapi#rest
System Prompts

CEO/Executive Assistant

A comprehensive system prompt that transforms an AI agent into an executive assistant capable of managing calendars, prioritizing communications, drafting responses, and handling high-level administrative tasks with appropriate discretion and business acumen.

#executive#assistant#productivity#calendar
System Prompts

Code Reviewer

A detailed prompt for AI-powered code review that checks for bugs, security vulnerabilities, performance issues, and adherence to coding standards. Provides constructive feedback with specific suggestions and catches issues human reviewers often miss.

#code-review#development#quality#security
System Prompts

Coding Agent System Prompts

This collection focuses on coding assistant behavior: task decomposition, verification habits, and concise patch explanations. It is highly relevant for engineering teams deploying code agents.

#coding-agents#prompts#developer-tools
Workflows

Competitor Monitoring Pipeline

Automated workflow that monitors competitor websites, social media, and news sources for significant changes, product launches, pricing updates, or strategic moves. Summarizes findings and alerts stakeholders when action may be needed.

#competitive-intelligence#monitoring#automation#alerts
Workflows

Content Calendar Automation

End-to-end workflow for content creation from idea generation through scheduling and publication. Generates content ideas, creates drafts based on templates and brand voice, optimizes for SEO, and schedules publication across multiple channels.

#content#marketing#automation#scheduling
Workflows

CRM Lead Scoring Pipeline

Automated workflow that enriches CRM leads with additional data, scores them based on fit and intent signals, segments them into priority tiers, and routes high-value leads to sales while nurturing others through automated sequences.

#crm#sales#leads#scoring
System Prompts

Customer Success Agent

A customer-facing prompt that creates an empathetic, knowledgeable support agent capable of troubleshooting issues, explaining product features, gathering feedback, and escalating complex cases appropriately while maintaining a helpful, professional tone.

#customer-support#troubleshooting#success#communication
System Prompts

Data Analyst

An analytical prompt that enables an AI agent to perform exploratory data analysis, identify trends and anomalies, create visualizations, and generate insights from datasets with clear explanations of statistical methods and confidence levels.

#analytics#data-science#statistics#insights
Starter Kits

Discord Bot + Agent Starter

A starter template for creating AI-powered Discord bots. Includes slash command handling, message listeners, voice channel integration, role-based permissions, and OpenAI integration for intelligent responses with conversation memory.

#discord#bot#openai#community
Workflows

Job Application Tracker Automation

Workflow that helps job seekers manage their application pipeline. Tracks applications across multiple job boards, monitors status changes, sets follow-up reminders, generates customized resumes and cover letters, and provides interview preparation materials.

#job-search#career#applications#tracking
Starter Kits

LangGraph Agent App Template

LangGraph offers a robust model for stateful agent flows, retries, and branching logic. This template emphasizes graph-based orchestration where each step is explicit, inspectable, and easier to test than monolithic prompt chains.

#langgraph#python#state-machine#agents
System Prompts

Legal Document Reviewer

A careful, detail-oriented prompt for reviewing legal documents, contracts, and agreements. Identifies potential issues, ambiguous language, missing clauses, and unfavorable terms while maintaining appropriate disclaimers about not providing legal advice.

#legal#contracts#review#compliance
Workflows

Multi-Source RSS Digest

Aggregates content from multiple RSS feeds, filters based on keywords and relevance criteria, summarizes articles into digestible snippets, removes duplicates across sources, and delivers a curated daily or weekly digest via email or messaging apps.

#rss#aggregation#curation#digest
Workflows

n8n Build Your First AI Agent

A beginner-friendly workflow that demonstrates the full request-to-response loop in n8n. It shows how to collect user input, generate model output, and structure replies in a maintainable visual graph.

#n8n#assistant#beginner
Workflows

n8n Email Triage Agent

Automate inbox triage by classifying incoming emails, extracting intent, and routing actions to the right systems. This reduces repetitive ops work and gives teams faster response cycles.

#n8n#email#classification#automation
Workflows

n8n Lead Enrichment Agent

This template enriches inbound leads with company context, role data, and prioritization signals. It is useful for sales ops teams who want better handoff quality between inbound capture and outreach.

#n8n#sales#enrichment#crm
Starter Kits

Next.js OpenAI Starter

This template is a practical baseline for shipping chat-style and assistant-style experiences with Next.js. It includes modern app routing conventions and a developer-friendly structure for iterating quickly on prompts, UI states, and API handlers.

#nextjs#openai#vercel#typescript
Skills

OpenClaw PromptOps Skill Pack

PromptOps skills create a repeatable loop for drafting prompts, running evaluations, and tracking quality over time. This turns prompt work from ad hoc craft into an engineering process.

#openclaw#promptops#evaluation#iteration
Workflows

PDF to Structured Data Extraction

Workflow for extracting structured information from PDF documents like invoices, contracts, resumes, or reports. Uses OCR and parsing to pull key fields into databases or spreadsheets, enabling search, analysis, and automation on previously locked-in-PDF data.

#pdf#extraction#ocr#parsing
System Prompts

Product Manager

A strategic prompt that enables an AI agent to assist with product management tasks including user story writing, feature prioritization, competitive analysis, roadmap planning, and stakeholder communication with appropriate product thinking frameworks.

#product-management#strategy#roadmap#prioritization
Starter Kits

RAG Pipeline with Local Embeddings

A complete Retrieval-Augmented Generation starter kit using local embedding models and vector databases. Enables semantic search over private documents, integrates with LLMs for grounded responses, and runs entirely on your infrastructure.

#rag#embeddings#search#llm
System Prompts

Security Prompt Guardrails

A specialized subset of prompts centered on refusal boundaries, escalation pathways, and risk-sensitive tool usage. It helps teams reduce policy drift across complex agent systems.

#security#guardrails#policy
System Prompts

SQL Query Generator

A specialized prompt for generating optimized SQL queries from natural language requests. Produces correct, efficient queries with proper joins, filters, and aggregations while explaining the query logic and suggesting performance improvements.

#sql#database#queries#data
System Prompts

Technical Writer

A system prompt that configures an AI agent to produce clear, accurate technical documentation including API docs, user guides, tutorials, and architecture documents. Emphasizes clarity, accuracy, and appropriate detail level for different audiences.

#documentation#technical-writing#api-docs#tutorials
Starter Kits

Telegram Bot + OpenAI Starter

A minimal starter template for building a Telegram bot powered by OpenAI's API. Handles message routing, maintains conversation context per user, includes command handlers, and provides a foundation for adding custom bot capabilities.

#telegram#chatbot#openai#messaging
Starter Kits

Voice Agent (STT → LLM → TTS)

End-to-end voice interaction starter kit that connects speech-to-text, language model processing, and text-to-speech into a conversational voice assistant. Handles audio input/output, conversation state, and real-time response streaming.

#voice#speech#stt#tts
Workflows

Weekly Report Generator

Automated workflow that pulls metrics from multiple sources, formats them into executive-ready reports with visualizations and narrative summaries, highlights significant changes or anomalies, and delivers via email or Slack on a recurring schedule.

#reporting#metrics#automation#analytics