Context Templates

Context Templates

Official collection of context templates for the Detailer MCP to accelerate development tasks.

6
Stars
0
Forks
0
Releases

Overview

Context templates are structured files (YAML or Markdown) that define specific instructions and context for the Detailer MCP, an AI-powered co-pilot for developers. This repository houses the official collection of these templates, designed to accelerate development tasks by providing reusable prompts, configurations, and workflows. Templates cover a range of use cases, from enforcing coding standards to automating common workflows such as generating pull request descriptions. The MCP server exposes operations to discover, retrieve, and execute templates: list_templates reveals available templates with their names, descriptions, and types; get_template downloads a template's raw content for viewing or customization; do_template runs a template and returns a context-aware output (for example a feature plan or best practices). Access is provided via a public MCP token and a shared MCP server URL, enabling cross-platform use without cloning. Templates are categorized into rules, shortcuts, and workflows and come in YAML or Markdown formats. Platform-specific setup guidance is provided for Kiro, Cursor IDE, Windsurf IDE, Claude Desktop, and other MCP-compatible tools.

Details

Owner
ginylil
Language
Python
License
Updated
2025-12-07

Features

Template discovery via list_templates

Expose available templates with names, descriptions, and types to help users select the right tool for the task.

Template retrieval via get_template

Download a template's raw content directly into the workspace for viewing or customization.

Template execution via do_template

Execute a template to generate context-aware outputs such as feature plans or best practices.

Public token MCP access

Use a public token to access templates across platforms without cloning the repository.

Cross-platform IDE integration

Integrates with popular tools (Kiro, Cursor IDE, Windsurf, Claude Desktop, and others) via MCP.

Template formats

Templates are authored in YAML or Markdown for structured prompts and context definitions.

Template category organization

Templates are organized into rules, shortcuts, and workflows for modularity and reuse.

Platform-specific setup guidance

Provides explicit setup instructions per platform, including configuration snippets and restart steps.

Audience

DevelopersUse templates to accelerate development tasks with reusable prompts and workflows.
TeamsStandardize coding practices and automate workflows across projects.
Template authorsCreate and contribute new context templates for the Detailer MCP.

Tags

context-templatesDetailer MCPpromptsconfigurationsworkflowsYAMLMarkdownrulesshortcutscoding-standardsPR-descriptionsautomationMCP