awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • davidkimai/context-engineeringالصورة الرمزية لـ davidkimai

    davidkimai/Context-Engineering

    8,431عرض على GitHub↗

    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-scriptsالصورة الرمزية لـ kohya-ss

    kohya-ss/sd-scripts

    7,133عرض على GitHub↗

    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/pomlالصورة الرمزية لـ microsoft

    microsoft/poml

    4,853عرض على GitHub↗

    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-useالصورة الرمزية لـ yolain

    yolain/ComfyUI-Easy-Use

    2,567عرض على GitHub↗

    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.