Documentation Navigation¶
This guide helps you navigate the Prompt Decorators documentation to find the information you need quickly.
Documentation Structure¶
The Prompt Decorators documentation is organized into several main sections:
- Getting Started: Basic information to get up and running
- Tutorials: Step-by-step guides for common tasks
- Integrations: Information about connecting with other systems
- Contributing: Guidelines for contributing to the project
- Project Documentation: Technical details about the project
- Tools: Documentation for utility tools
Finding What You Need¶
If you're new to Prompt Decorators:¶
- Start with the Home page for an overview
- Read the Installation guide to set up the package
- Follow the Quick Start guide for basic usage
- Explore Core Concepts to understand the framework
If you want to create decorators:¶
- Read Creating Decorators for a comprehensive guide
- Follow the Creating Custom Decorators tutorial
- Check the Validator Tool documentation to validate your decorators
If you want to use decorators with specific LLMs:¶
- Read Compatibility for LLM-specific information
- Explore the MCP Integration for Claude and other LLMs
- Check Claude Desktop for Claude-specific setup
If you want to contribute to the project:¶
- Read the Contributing Guidelines
- Set up your environment using the Development Setup guide
- Follow the Development Guide for best practices
- Review the Documentation Workflow for documentation contributions
If you need technical details:¶
- Read the Architecture document for system design
- Check the Specification for detailed protocol information
- Explore the Code Quality Integration for quality standards
Documentation Map¶
``` mermaid graph TD A[Home] --> B[Getting Started] A --> C[Tutorials] A --> D[Integrations] A --> E[Contributing] A --> F[Project Documentation] A --> G[Tools]
B --> B1[Installation]
B --> B2[Quick Start]
B --> B3[Core Concepts]
B --> B4[Creating Decorators]
B --> B5[Compatibility]
C --> C1[Creating Custom Decorators]
C --> C2[Combining Decorators]
C --> C3[Extension Development]
D --> D1[Overview]
D --> D2[Model Context Protocol]
D2 --> D2A[MCP Server]
D2 --> D2B[Claude Desktop]
E --> E1[Guidelines]
E --> E2[Development Setup]
E --> E3[Development Guide]
E --> E4[Documentation]
E --> E5[Documentation Standards]
E --> E6[Decorator Registry]
F --> F1[Roadmap]
F --> F2[Architecture]
F --> F3[Specification]
F --> F4[Code Quality Integration]
F --> F5[FAQ]
F --> F6[Glossary]
F --> F7[Navigation]
G --> G1[Validator Tool]
G --> G2[MCP Server]
G --> G3[Claude Desktop]
G --> G4[Demoing the Prompt Decorators]
```
Quick Reference¶
Getting Started¶
- Installation: How to install the package
- Quick Start: Basic usage examples
- Core Concepts: Key concepts and design philosophy
- Creating Decorators: How to create custom decorators
- Compatibility: LLM provider compatibility information
Tutorials¶
- Creating Custom Decorators: Step-by-step guide to creating decorators
- Combining Decorators: How to combine multiple decorators
- Extension Development: Creating decorator extension packages
Integrations¶
- Integrations Overview: Overview of available integrations
- Model Context Protocol (MCP): MCP integration details
- MCP Server: Running the MCP server
- Claude Desktop: Using with Claude Desktop
Contributing¶
- Guidelines: Contribution guidelines
- Development Setup: Setting up your development environment
- Development Guide: Development best practices
- Documentation: Documentation contribution workflow
- Documentation Standards: Standards for documentation
- Decorator Registry: Information about the decorator registry
Project Documentation¶
- Roadmap: Future development plans
- Architecture: System architecture and design
- Specification: Detailed technical specification
- Code Quality Integration: Code quality tools and processes
- FAQ: Frequently asked questions
- Glossary: Definitions of key terms
- Navigation: This navigation guide
Tools¶
- Validator Tool: Tool for validating decorator definitions
- MCP Server: MCP server documentation
- Claude Desktop: Claude Desktop integration
- Demoing the Prompt Decorators: Demo tools and examples
Search Tips¶
The documentation includes a search feature that can help you find specific information:
- Use the search box in the top navigation bar
- Enter keywords related to what you're looking for
- Press Enter to see search results
- Click on a result to navigate to that page
Effective search terms include: - Decorator names (e.g., "StepByStep", "Reasoning") - Concepts (e.g., "parameters", "transform function") - Tasks (e.g., "create decorator", "combine decorators") - Integration names (e.g., "Claude", "MCP")
Additional Resources¶
- GitHub Repository: Source code and issue tracking
- PyPI Package: Package information
- Release Notes: Version history and changes
Feedback¶
If you can't find what you're looking for or have suggestions for improving the documentation:
- Open an issue on GitHub
- Specify what information you were looking for
- Suggest where you would expect to find it
Your feedback helps us improve the documentation for everyone!