ecosystem-authoritative-sources
Ecosystem Authoritative Sources
Official Open Standard Recognition
Important: This reference library draws heavy inspiration and structural standards directly from the Anthropic Claude Plugins official repositories. Please refer to:
- Foundational Specification:
https://github.com/anthropics/claude-plugins-official/tree/main/plugins/plugin-dev - L4 Interaction & Execution Patterns: Derived from
https://github.com/anthropics/claude-knowledgework-plugins(specifically the Legal and Bio-Research plugins).
The Library
The following open standards are available for review:
This skill provides comprehensive information and reference guides about the conventions and constraints defining the extensibility ecosystem.
Because of the Progressive Disclosure architecture, you should selectively read the reference files below only when you need detailed information on that specific topic.
Installation (npx skills)
This ecosystem uses the universal npx skills CLI to install, update, and manage plugins across all supported agents (Claude Code, Copilot, Gemini CLI, etc).
Quick Reference:
- Install from GitHub:
npx skills add <user>/<repo> - Install Specific Skill:
npx skills add <user>/<repo>/plugins/<plugin-name> - Update All Skills:
npx skills update - Local Development Install:
rm -rf .agents/ && npx skills add ./plugins/<plugin-name> --force
For full installation documentation and architecture rules, strictly refer to references/skills.md.
Table of Contents
To read any of the reference guides, use your file system tools to cat or view the relevant file.
- Agent Skills: Definition, lifecycle, progressive disclosure, and constraints of
.claude/skills/(and equivalents like.agent/skills/and.github/skills/). Custom agents deployed as Skills are stored here as<plugin>-<agent>/SKILL.md. - Claude Plugins: Specification for the
.claude-pluginarchitecture, manifest setup, and distribution. - Antigravity Workflows & Rules (and Legacy Commands): Specifications for global/workspace Rules, deterministic trajectory Workflows, and the critical distinction between deploying Skills vs. Legacy Commands.
- Sub-Agents: Definition, setup, and orchestration of nested contextual LLM boundaries. Sub-Agents are deployed structurally as pure Skills (mapped to
skills/<agent-name>/SKILL.md). - GitHub Copilot Prompts (Models): Documentation on the exact YAML schema, dynamic variables, and exclusion logic (
exclude-targets) used by GitHub Copilot chat environments. - GitHub Agentic Workflows: Documentation on the "Continuous AI" autonomous agents responding to CI/CD events.
- Hooks: Lifecycle event integrations (e.g.,
pre-commit,on-startup). - Azure AI Foundry Agents: Documentation on how to map Open Agent-Skills to Azure Foundry Agent Service, including API payloads, constraints (e.g., 128-tool limits), and standard setups.
- Marketplace: Registering registries and interacting with the
marketplace.jsondistribution format. - Installation & Management: Universal CLI guidelines for
npx skills, including remote installations, updates, and local development workarounds.
Usage Instruction
Never guess the specifics of SKILL.md frontmatter, plugin directory limits, or workflow sizes. Read the exact specifications linked above before constructing new ecosystem extensions.