https://github.com/kolundzic/andyai-skill-engine
Skill-based orchestration architecture for reusable, verifiable AI execution.
https://github.com/kolundzic/andyai-skill-engine
agents ai automations cli copilot developer-tools orchestration skill-development skill-engine trust
Last synced: 3 months ago
JSON representation
Skill-based orchestration architecture for reusable, verifiable AI execution.
- Host: GitHub
- URL: https://github.com/kolundzic/andyai-skill-engine
- Owner: kolundzic
- License: apache-2.0
- Created: 2026-03-17T10:48:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-18T02:51:01.000Z (3 months ago)
- Last Synced: 2026-03-18T18:40:58.348Z (3 months ago)
- Topics: agents, ai, automations, cli, copilot, developer-tools, orchestration, skill-development, skill-engine, trust
- Language: Python
- Homepage: https://github.com/kolundzic/andyai-skill-engine
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Roadmap: ROADMAP.md
- Notice: NOTICE
Awesome Lists containing this project
README
# AndyAI Skill Engine
[](#)
[](#)
[](#)
[](#)
**AndyAI Skill Engine** is a public Apache-2.0 core for reusable, verifiable AI skill orchestration.
Copilot compatibility is an export path.
**AndyAI Skill Engine remains the master architecture.**
## Why it matters
This repo focuses on **execution structure**:
- reusable skill definitions
- validator-first discipline
- compatibility exports
- trust-aware packaging
- public baseline for future enterprise layers
## Quick start
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
make validate
make check-pack
make test
make cli-smoke
```
## Main commands
```bash
python -m skill_engine.cli validate examples/skills
python -m skill_engine.cli check-pack .
python -m skill_engine.cli export-copilot examples/skills/minimal_skill.json
```
## Public core policy
Commercial differentiation should be built above this public core through:
- enterprise governance packs
- hosted trust tooling
- advanced exporters
- premium adapters
- support / SLA layers