Discover and explore top open-source AI tools and projects—updated daily.
eight-acres-labCompilable skill package standard for reliable content-generation agents
Top 87.3% on SourcePulse
Summary
Skill-Plus provides a standard for creating compilable skill packages for content-generation agents. It enables developers to define reusable, deterministic skills that can be compiled into various formats for different agent runtimes and workflows, streamlining agent development and content generation.
How It Works
Skill-Plus defines a skill as a directory containing YAML and Markdown files. The skillplus compiler processes these skills deterministically, converting them into structured formats like JSON for runtimes (e.g., OpenMelon), portable .md files for agents like Claude Code, prompt bundles, or evaluation checklists. This separation ensures that compilation is model-agnostic, with model execution handled by the runtime.
Quick Start & Requirements
npm i -g @e8s/skillplusskillplus <id-or-path> [--target TARGET] [--model-profile PROFILE] [--locale LOCALE]skillplus list and skillplus search "query". View metadata with skillplus show <id>.~/.skillplus/local/ using skillplus copy <id> for customization.skillplus <cmd> --help.Highlighted Details
openmelon (structured JSON), skill-md (portable agent format), prompt-bundle, eval, and provenance targets.~/.skillplus/local/, facilitating customization and contribution.Maintenance & Community
Community contributions are accepted via Pull Requests, with a defined process for submission and acceptance. No explicit links to community channels (e.g., Discord/Slack) or roadmaps are provided in the README.
Licensing & Compatibility
Limitations & Caveats
2 weeks ago
Inactive