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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesSkill Files

Modular, domain-specific instruction files loaded into an agent's context to guide complex task execution.

Distinct from On-Demand Context Loading: Distinct from On-Demand Context Loading: focuses on loading structured skill files for agent capabilities, not general context or data subsets.

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

Awesome Skill Files GitHub Repositories

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

    nesquena/hermes-webui

    14,912عرض على GitHub↗

    Hermes-webui is a self-hosted AI orchestrator and web interface for managing autonomous agents. It serves as a multi-provider gateway that connects cloud and local large language models, providing a central hub to execute scheduled background jobs, run shell commands, and manage agent memory on private hardware. The system distinguishes itself through a persistent memory manager that utilizes knowledge graphs and markdown files for long-term context across sessions. It features a model context protocol host for extending agent capabilities with standardized tools and supports the orchestratio

    Writes new skill modules to extend functional abilities based on learned context and operational experience.

    Pythonagentai-agentshermes
    عرض على GitHub↗14,912
  • hkuds/openharnessالصورة الرمزية لـ HKUDS

    HKUDS/OpenHarness

    14,084عرض على GitHub↗

    OpenHarness is a framework for building and orchestrating AI agents that utilize tools and plugins to execute complex tasks. It provides an orchestration system for managing language model lifecycles and a multi-agent coordination system for delegating workloads across teams of specialized subagents. The project features an agent gateway that bridges language model agents to external chat platforms and communication channels. It includes a tool integration engine for executing shell, file, and web operations, supported by a memory and skill manager that handles persistent user preferences and

    Implements modular, domain-specific instruction files loaded into the agent context to guide task execution.

    Python
    عرض على GitHub↗14,084
  • kiln-ai/kilnالصورة الرمزية لـ kiln-ai

    kiln-ai/kiln

    4,910عرض على GitHub↗

    Kiln is an LLM development workbench and evaluation framework designed for designing, testing, and optimizing prompts and AI agents. It functions as a multi-agent orchestrator and a RAG optimization tool, providing a visual interface for the iterative development of AI systems. The project distinguishes itself through a comprehensive fine-tuning pipeline that supports zero-code model training and reasoning distillation. It enables the creation of hierarchical multi-agent systems where specialized actors coordinate via tool calling, and it implements a Model Context Protocol server to expose t

    Defines reusable instructions and reference documents that are loaded into agent context only when needed.

    Python
    عرض على GitHub↗4,910
  • tencentcloudadp/youtu-agentالصورة الرمزية لـ TencentCloudADP

    TencentCloudADP/youtu-agent

    4,576عرض على GitHub↗

    Youtu Agent is an open-source framework for building, running, and evaluating autonomous agents powered by large language models. It provides the core infrastructure for creating agents that follow reasoning loops, use toolkits, and coordinate with other agents to solve complex tasks, all managed through YAML-driven configuration files. The framework distinguishes itself through its support for multi-agent orchestration, where a planner agent decomposes tasks and coordinates specialized worker agents, and through its integration with the Model Context Protocol for connecting to external toolk

    Provides modular skill files that extend agent capabilities with structured instructions for complex tasks.

    Pythonagent-frameworkagentsopenai-agents
    عرض على GitHub↗4,576
  1. Home
  2. Software Engineering & Architecture
  3. Project Context Managers
  4. On-Demand Context Loading
  5. Skill Files

استكشف الوسوم الفرعية

  • Dynamic Skill SynthesisThe process of generating new modular instruction files or code based on learned context to solve novel problems. **Distinct from Skill Files:** Distinct from Skill Files: focuses on the active synthesis/writing of new files rather than just loading existing ones.