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

Contributing

The Computational Linguistics suite of MAGIC 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/
  5. Open a PR — include acceptance evidence

Key Resources

Quality Gates

New and revised skills are reviewed for trigger accuracy, decision quality, and anti-pattern coverage before merge.

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?

Last updated on

On this page