awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesPrompt Composition Patterns

Applying functional and object-oriented programming patterns to the construction of complex prompts.

Distinct from Modular Program Composition: Distinct from general modular program composition as it applies specifically to the assembly of LLM prompts.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Prompt Composition Patterns. Refine with filters or upvote what's useful.

Awesome Prompt Composition Patterns GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • davidkimai/context-engineeringdavidkimai का अवतार

    davidkimai/Context-Engineering

    8,431GitHub पर देखें↗

    Context-Engineering is a prompt engineering framework and cognitive architecture for large language models. It provides a set of patterns and methodologies for designing structured prompts and modular reasoning flows that decompose complex tasks into specialized, step-by-step problem solving templates. The project distinguishes itself through stateful prompt management and context window optimization. It maintains persistent memory across multiple interaction turns by compressing conversation history into compact internal state cells and employs techniques to maximize information density per

    Constructs prompts using formal programming patterns such as functional and object-oriented structures.

    Python
    GitHub पर देखें↗8,431
  • kohya-ss/sd-scriptskohya-ss का अवतार

    kohya-ss/sd-scripts

    7,133GitHub पर देखें↗

    sd-scripts is a suite of utilities designed for fine-tuning generative models, preprocessing datasets, and converting model weights. It provides a collection of scripts for executing Stable Diffusion training through methods such as DreamBooth, textual inversion, and full fine-tuning, alongside a framework for creating and managing Low-Rank Adaptation weights. The project features specialized capabilities for model weight conversion between different architectures and precision formats. It includes tools for merging adaptation weights into base models, extracting weights from trained models,

    Allows assigning importance levels to prompt terms to refine image generation.

    Python
    GitHub पर देखें↗7,133
  • microsoft/pomlmicrosoft का अवतार

    microsoft/poml

    4,853GitHub पर देखें↗

    Poml is a prompt management framework and templating engine designed for authoring, versioning, and rendering structured prompts for large language models. It uses a semantic markup language to organize prompts into reusable templates, combining them with dynamic context and data to generate formatted inputs. The system distinguishes itself by decoupling core prompt logic from final presentation through a stylesheet-based approach. It provides a dedicated JSON schema output generator to enforce strict, machine-parsable model responses and a configuration interface for managing function tool s

    Injects contents of external files into main templates to organize prompts into modular, reusable pieces.

    TypeScriptllmmarkup-languageprompt
    GitHub पर देखें↗4,853
  • yolain/comfyui-easy-useyolain का अवतार

    yolain/ComfyUI-Easy-Use

    2,567GitHub पर देखें↗

    ComfyUI-Easy-Use is a custom node suite and workflow optimizer designed to simplify Stable Diffusion generation pipelines. It provides a set of integrated tools to reduce visual clutter and streamline the process of creating images from text and existing image references. The project distinguishes itself through a pipeline manager that consolidates models, conditioning, and latents into unified data pipes, eliminating complex wiring in the node graph. It also introduces a logical operator set that enables conditional if-else branching and for-loop structures directly within the visual program

    Generates text inputs to define elements that should be excluded from image generation.

    Python
    GitHub पर देखें↗2,567
  1. Home
  2. Software Engineering & Architecture
  3. Modular Program Composition
  4. Prompt Composition Patterns

सब-टैग एक्सप्लोर करें

  • Negative PromptingTechniques for defining elements to be explicitly excluded from generative outputs. **Distinct from Prompt Composition Patterns:** Specifically handles the exclusion (negative) aspect of prompt construction, distinct from general composition patterns.
  • Positive PromptingTechniques for defining specific elements to be included in generative outputs. **Distinct from Prompt Composition Patterns:** Specifically handles the inclusion (positive) aspect of prompt construction, distinct from general composition patterns.
  • Prompt WeightingAssigning numerical importance levels to individual terms within a prompt. **Distinct from Prompt Weighting:** Distinct from Negative Prompting as it controls the strength of existing terms rather than excluding them.