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
·
agentskills avatar

agentskills/agentskills

0
View on GitHub↗
10,303 estrellas·587 forks·Python·apache-2.0·12 vistasagentskills.io↗

Agentskills

Agent Skills is a framework for bundling executable scripts and metadata to extend the capabilities and tool-use of language model agents. It provides a standardized directory structure for packaging specialized workflows, technical instructions, and portable agent capabilities for distribution across different AI platforms.

The project features a tool optimization suite used to refine skill triggers and evaluate the reliability of agent-activated capabilities. It includes a context-aware knowledge manager that organizes technical references into a hierarchy, loading them on demand to reduce token consumption.

The system covers agentic workflow standardization, AI tool evaluation, and dynamic context management. It also implements operational constraint specifications and execution guardrails to ensure agents operate within safe boundaries using approved toolsets.

Features

  • Capability Packaging - Implements a standardized directory structure for packaging and distributing specialized agent workflows and technical instructions.
  • Skill Discovery Metadata - Uses metadata-driven discovery to allow agents to identify tools without overloading the context window.
  • Agent Capability Extensions - Packages metadata and instructions into a directory format to extend agent expertise with specialized workflows.
  • Agent Skill Frameworks - Provides mechanisms to refine skill descriptions to ensure agents reliably activate the correct capabilities based on user prompts.
  • Capability Packaging Formats - Defines a standardized directory structure for distributing specialized workflows and technical instructions to AI agents.
  • Workflow Portability Standards - Converts complex technical procedures into portable, standardized formats for consistent execution across AI products.
  • Portable Workflow Standards - Converts complex procedures into portable folders to ensure consistent execution across different AI products.
  • AI Agent Skills - Provides a framework for defining and packaging specialized skills and executable scripts for AI agents.
  • Context Memory Management - Manages the dynamic loading of technical knowledge and assets to reduce the memory load on the AI agent.
  • On-Demand Context Retrieval - Minimizes token consumption by fetching full operational instructions only after a specific skill has been triggered.
  • Portable Workflow Packages - Implements a standardized directory structure to package complex operational procedures as portable workflow packages.
  • Knowledge Organization Systems - Organizes technical references and assets into a hierarchy that loads on demand to reduce memory usage.
  • Context-Aware Knowledge Managers - Implements a hierarchical resource organizer that loads technical references on demand to reduce LLM token usage.
  • On-Demand Context Loading - Reduces token consumption by loading full technical instructions on demand rather than during initial discovery.
  • Agent Evaluation Tools - Provides tools for testing and iteratively refining agent skill behavior to ensure accurate and reliable outputs.
  • Prompt Optimization - Refines skill descriptions and metadata to ensure language models reliably trigger the correct tool for user requests.
  • Multi-Language Script Runners - Bundles self-contained executable code in multiple languages to enable agents to perform programmatic tasks in isolated environments.
  • Executable Skill Bundles - Bundles self-contained scripts in multiple languages so agents can execute specific technical tasks.
  • Skill Trigger Evaluation - Provides an iterative evaluation loop to validate skill trigger accuracy by testing outputs against expected behaviors.
  • Policy-Driven Execution Guardrails - Implements execution guardrails that define approved toolsets and environment requirements to ensure safe operational boundaries.
  • Operational Requirements - Defines environment requirements and approved toolsets to ensure agent operations remain within safe boundaries.
  • Skill Behavioral Validation - Offers iterative evaluation tools to test skill outputs and ensure accurate behavioral execution.
  • Tool Trigger Optimization - Provides a suite for refining skill triggers to ensure agents reliably activate the correct capabilities.
  • Agent Frameworks - Standardized format for defining agent capabilities and expertise.
  • Autonomous AI Agents - Format and SDK for packaging reusable agent capabilities.

Historial de estrellas

Gráfico del historial de estrellas de agentskills/agentskillsGráfico del historial de estrellas de agentskills/agentskills

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace agentskills/agentskills?

Agent Skills is a framework for bundling executable scripts and metadata to extend the capabilities and tool-use of language model agents. It provides a standardized directory structure for packaging specialized workflows, technical instructions, and portable agent capabilities for distribution across different AI platforms.

¿Cuáles son las características principales de agentskills/agentskills?

Las características principales de agentskills/agentskills son: Capability Packaging, Skill Discovery Metadata, Agent Capability Extensions, Agent Skill Frameworks, Capability Packaging Formats, Workflow Portability Standards, Portable Workflow Standards, AI Agent Skills.

¿Qué alternativas de código abierto existen para agentskills/agentskills?

Las alternativas de código abierto para agentskills/agentskills incluyen: mastra-ai/mastra — Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and… danielmiessler/personal_ai_infrastructure — This project is a comprehensive AI infrastructure that combines an LLM agent orchestration framework, an autonomous… microsoft/vscode-copilot-chat — This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for… github/awesome-copilot — Awesome Copilot is a comprehensive framework for autonomous software development, providing the infrastructure to… kiln-ai/kiln — Kiln is an LLM development workbench and evaluation framework designed for designing, testing, and optimizing prompts… letta-ai/letta — Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across…

Alternativas open-source a Agentskills

Proyectos open-source similares, clasificados según cuántas características comparten con Agentskills.
  • 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

    TypeScriptagentsaichatbots
    Ver en GitHub↗21,221
  • danielmiessler/personal_ai_infrastructureAvatar de danielmiessler

    danielmiessler/Personal_AI_Infrastructure

    8,901Ver en GitHub↗

    This project is a comprehensive AI infrastructure that combines an LLM agent orchestration framework, an autonomous research system, and a local AI environment. It centers on the creation of a personal knowledge graph and a programmatic prompt engineering library to provide long-term memory and optimized reasoning for artificial intelligence tasks. The system is distinguished by its ability to compose multi-agent teams using specialized personas and deterministic skills to execute complex workflows. It features an autonomous research pipeline capable of deep investigations and adversarial ana

    TypeScriptaiaugmentationhumans
    Ver en GitHub↗8,901
  • microsoft/vscode-copilot-chatAvatar de microsoft

    microsoft/vscode-copilot-chat

    9,493Ver en GitHub↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    TypeScript
    Ver en GitHub↗9,493
  • github/awesome-copilotAvatar de github

    github/awesome-copilot

    35,119Ver en GitHub↗

    Awesome Copilot is a comprehensive framework for autonomous software development, providing the infrastructure to orchestrate multi-agent teams and automate complex coding workflows. It functions as a centralized platform for managing AI-driven development, enabling developers to deploy specialized agents that interact with local files, terminal commands, and external APIs to execute end-to-end software delivery tasks. The project distinguishes itself through its focus on governance and extensibility, offering a suite of security controls, policy-based execution guardrails, and audit trails t

    Pythonaigithub-copilothacktoberfest
    Ver en GitHub↗35,119
  • Ver las 30 alternativas a Agentskills→