awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesSkill Versioning Systems

Mechanisms for loading agent skills from immutable sources to ensure consistent execution.

Distinct from Agent Versioning: Distinct from Agent Versioning: focuses on the versioning of specific skill definitions rather than the agent deployment itself.

Explore 9 awesome GitHub repositories matching development tools & productivity · Skill Versioning Systems. Refine with filters or upvote what's useful.

Awesome Skill Versioning Systems GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • f/prompts.chatAvatar de f

    f/prompts.chat

    163,814Ver en GitHub↗

    This platform serves as a centralized management system for organizing, refining, and versioning AI instructions and agent skills. It functions as a repository that enables users to store, categorize, and retrieve structured prompts, ensuring consistent performance across various artificial intelligence models. By integrating with the Model Context Protocol, the system allows external AI assistants and development environments to discover and access these instruction libraries directly. The platform distinguishes itself through its focus on prompt engineering and automated refinement, utilizi

    Tracks changes and maintains metadata for multi-file agent skills to ensure consistent model behavior.

    HTMLaiartificial-intelligenceawesome-list
    Ver en GitHub↗163,814
  • multica-ai/multicaAvatar de multica-ai

    multica-ai/multica

    36,862Ver en GitHub↗

    Multica is an autonomous coding agent manager and LLM agent orchestration platform. It coordinates teams of autonomous agents to execute coding tasks and manage their lifecycles through a centralized dashboard. The system provides multi-tenant agent workspaces that isolate agents, settings, and project issues into distinct organizational boundaries. The platform distinguishes itself through an agent skill library that captures successful task solutions as reusable, versioned skills. These skills are shared across the agent team and pinned using content hashes to ensure consistent behavior acr

    Ensures consistent agent behavior by pinning specific versions of skills using content hashes.

    Go
    Ver en GitHub↗36,862
  • mastra-ai/mastraAvatar de mastra-ai

    mastra-ai/mastra

    21,221Ver en GitHub↗

    Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and multi-agent systems. It provides a comprehensive suite of primitives for creating resilient AI applications, including durable workflow orchestration, event-driven agent loops, and semantic memory management. By integrating these core components, the platform enables developers to build complex, multi-step processes that can reason about goals and execute tasks without manual intervention. The framework distinguishes itself through its focus on observability and secure, isolated execut

    Ensures agents use specific, published versions of skill instructions by loading them from immutable sources.

    TypeScriptagentsaichatbots
    Ver en GitHub↗21,221
  • larksuite/cliAvatar de larksuite

    larksuite/cli

    14,291Ver en GitHub↗

    Lark CLI is a terminal-based tool designed for automating tasks and managing resources across the Lark and Feishu productivity ecosystem. It functions as a cloud workspace automator and REST API client, providing a command line interface to programmatically manage organizational documents, calendars, emails, and tasks. The project distinguishes itself through an AI agent skill framework that allows for the integration and deployment of both bundled and custom skills. It features an identity-aware execution context that enables switching between user and bot identities, and employs a sidecar-b

    Bundles agent-readable skill content directly into the binary to ensure version alignment.

    Go
    Ver en GitHub↗14,291
  • meta-llama/llama-stackAvatar de meta-llama

    meta-llama/llama-stack

    8,417Ver en GitHub↗

    Llama-stack es un stack de orquestación estandarizado y una puerta de enlace de API para IA generativa. Proporciona una capa de comunicación unificada y una interfaz consistente para desplegar, gestionar e interactuar con varios proveedores y despliegues de modelos de lenguaje de gran tamaño. El sistema funciona como un framework de agentes que gestiona la ejecución de herramientas y paquetes de habilidades versionados para automatizar tareas complejas. Incluye un sistema de procesamiento por lotes para manejar grandes volúmenes de solicitudes asíncronas mediante procesamiento offline y una interfaz de base de datos vectorial para almacenar y buscar documentos, permitiendo la generación aumentada por recuperación (RAG). El stack cubre capacidades de alto nivel, incluyendo la orquestación de agentes de IA, el despliegue de modelos y la estandarización de APIs de modelos para permitir el cambio entre proveedores sin reescribir el código de la aplicación.

    Organizes agent capabilities using versioned manifest archives to ensure consistent function invocation.

    Python
    Ver en GitHub↗8,417
  • numman-ali/openskillsAvatar de numman-ali

    numman-ali/openskills

    8,356Ver en GitHub↗

    OpenSkills is an agent capability orchestrator and skill manager designed to sync, version, and distribute standardized skill definitions across autonomous agent environments. It functions as a system for installing domain-specific instruction sets and specialized knowledge into large language model agents, acting as a context injector to load task-oriented prompts and technical documentation into an agent's active operational window. The project distinguishes itself through a git-based distribution framework, allowing agent capabilities to be fetched and updated from remote version control s

    Ensures agents use the most recent version of a skill by updating them from their original source.

    TypeScript
    Ver en GitHub↗8,356
  • ericlbuehler/mistral.rsAvatar de EricLBuehler

    EricLBuehler/mistral.rs

    6,597Ver en GitHub↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Creates new versions of existing skills by uploading fresh bundles under the same skill identifier.

    Rustllmrustuqff
    Ver en GitHub↗6,597
  • vercel-labs/skillsAvatar de vercel-labs

    vercel-labs/skills

    6,326Ver en GitHub↗

    Skills is a command-line tool for managing reusable instruction sets, called skills, that configure the behavior of AI coding agents. It provides a versioned registry of agent prompts that can be discovered, installed, updated, and removed through a CLI interface, with skills stored as declarative configuration files injected directly into a project's file system. The tool supports the full lifecycle of agent skill management, including searching a public registry by keyword, browsing a leaderboard of community-contributed skills, inspecting remote repositories before installation, and genera

    Provides deterministic installations and updates through a versioned catalog of reusable agent instruction sets.

    TypeScript
    Ver en GitHub↗6,326
  • memtensor/memosAvatar de MemTensor

    MemTensor/MemOS

    5,665Ver en GitHub↗

    MemOS is an open-source persistent memory layer for AI agents and large language models, providing a self-hosted server that stores and retrieves structured memory across sessions. It enables AI systems to recall user preferences, history, and context without retraining, using a graph-based API and a web management interface for viewing, editing, and organizing memory items, skills, traces, and knowledge bases. The system distinguishes itself through a portable memory interchange protocol that allows memory to be transferred between different AI models, devices, and applications, along with a

    Extracts repeated strategies into callable, versioned skills that improve with feedback.

    Pythonagentagent-memoryclawdbot
    Ver en GitHub↗5,665
  1. Home
  2. Development Tools & Productivity
  3. Version Management
  4. Agent Versioning
  5. Skill Versioning Systems

Explorar subetiquetas

  • Embedded Skill MetadataAgent-readable documentation and metadata bundled directly into the compiled binary for version consistency. **Distinct from Skill Versioning Systems:** Specifically addresses the embedding of documentation for agents rather than general versioning systems
  • Experience-Based Skill ExtractorsExtracting repeated high-value strategies into callable, versioned skills from memory patterns. **Distinct from Skill Versioning Systems:** Distinct from Skill Versioning Systems: focuses on extraction from experience, not just versioning of existing skills.