You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added extensive Skills documentation: package structure, frontmatter
conventions, skill routing, controller/core/proto/inject/schedule
guides, decision trees, best practices, troubleshooting, and numerous
example evaluation cases for routing, core, and controller scenarios
(note: some guidance appears duplicated).
* **Chores**
* Introduced a new Markdown-only @eggjs/skills package with publishing
metadata (Node >=22.18.0) to expose the Skills content.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: killa <zhubin.gzb@antgroup.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
- The `publishConfig.exports` overrides `exports` during npm publish
444
450
- All plugins must include `build`, `clean`, and `prepublishOnly` scripts
445
451
452
+
### Skills Package Structure
453
+
454
+
The `packages/skills/` directory contains AI agent skills — pure markdown documentation that guides AI assistants when working with the Egg framework. Skills are published as the `@eggjs/skills` npm package containing only `.md` files.
0 commit comments