eic/skills is a shared repository of AI-ready agent and skill definitions for the EIC community.
It provides:
- Reusable, tool-agnostic definitions for agents, skills, and packs.
- GitHub Copilot CLI plugin packaging (
plugin.json+copilot-plugin/assets). - Integration instructions for Copilot CLI, Claude Desktop, Cursor, and VS Code.
- Validation tooling and CI checks so contributed content stays consistent.
- Clone this repository.
- Read
docs/quickstart.md. - Pick a pack from
packs/and copy the referenced agents/skills into your local AI tool configuration workflow.
agents/: reusable assistant definitions.skills/: reusable task or workflow skills.packs/: curated bundles of agents and skills.schemas/: JSON Schema definitions for validation.docs/: usage guides, governance, and integration docs.prompts/templates/: reusable prompt templates.tooling/: validation and index generation scripts.
- Claude Desktop
- Cursor
- GitHub Copilot CLI
- VS Code
See docs/compatibility-matrix.md and docs/integrations/.
Repository docs are published to GitHub Pages with Docsify from docs/.
After GitHub Pages is enabled for the repository, the site URL is:
https://eic.github.io/skills/.