moost 0.5.33 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -28,6 +28,27 @@ Here's what sets Moost apart from NestJS:
28
28
 
29
29
  ## [Official Documentation](https://moost.org/)
30
30
 
31
+ ## AI Agent Skills
32
+
33
+ This package ships with AI agent skills that provide context-aware documentation to AI coding assistants (Claude Code, Cursor, Windsurf, Codex, OpenCode).
34
+
35
+ ```bash
36
+ # Project-local (recommended — version-locked, commits with your repo)
37
+ npx moost-skill
38
+
39
+ # Global (available across all your projects)
40
+ npx moost-skill --global
41
+ ```
42
+
43
+ To auto-install on `npm install`, add to your `package.json`:
44
+ ```json
45
+ {
46
+ "scripts": {
47
+ "postinstall": "moost-skill --postinstall"
48
+ }
49
+ }
50
+ ```
51
+
31
52
  ## Contributing
32
53
 
33
54
  We are excited to welcome contributors who are passionate about improving Moostjs. No matter your level of experience, your unique perspective and skills can make valuable contributions to our growing community.