MAGIC Agent Skills is now open source! Star on GitHub
MAGIC Agent SkillsMAGIC Agent Skills
Contributing

Contributing

MAGIC Linguistic Agent Skills is open source under the Apache License 2.0. We welcome contributions — new skills, reference improvements, eval coverage, and documentation.

Quick Start

  1. Fork the repo on GitHub
  2. Clone and set upPython 3.10+, pip install -r requirements.txt
  3. Make your changes — follow the skill anatomy and OpenSpec workflow
  4. Run testspytest tests/ (226 tests must pass)
  5. Open a PR — include skill-judge scores and acceptance evidence

Key Resources

Quality Gates

All contributed skills must meet skill-judge thresholds:

  • Standard skills: ≥ B+ (96/120)
  • Entry-point skills (orchestrator, scope, ethics, eval): ≥ A- (102/120)
  • No P0 issues from skill-judge

Skill Patterns

Each skill follows one of these patterns:

PatternWhen to use
ProcessStep-by-step workflow with clear inputs/outputs
NavigationRouting and coordination between skills
MindsetConceptual framing without prescribed steps
ToolWraps a specific tool or library
PhilosophyDomain principles and decision frameworks

Security Vulnerabilities

If you discover a security vulnerability, do not open a public issue. Report it through GitHub Security Advisories.

Was this page helpful?
Edit on GitHub

Last updated on

On this page