Commit 01971d3
authored
feat: ship as npm package via @netresearch/agent-skill-coordinator (#37)
## Summary
- Adds `package.json` so the skill is npm-installable straight from this
GitHub repo (no npm-registry publication required to start).
- README gains a parallel **npm (Node Projects)** section under
Installation, mirroring the existing **Composer (PHP Projects)**
section.
## How discovery works (consumer side)
```bash
npm install --save-dev \
@netresearch/agent-skill-coordinator \
github:netresearch/matrix-skill
```
After install, the coordinator's `postinstall` walks `node_modules`,
finds this package via `aiAgentSkill:
skills/matrix-communication/SKILL.md`, validates the frontmatter, and
writes a `<skills_system>` block into the project's `AGENTS.md`. Same
shape as the Composer plugin's output.
## Why version stays at `0.0.0-source`
Versioning still lives in git tags and the existing Composer release
workflow. A real npm version would be set at publish time; until then,
`0.0.0-source` is the standard "this manifest exists for tooling, not as
a release marker" placeholder.
## Sibling PRs (merged)
- netresearch/git-workflow-skill#39
- netresearch/github-project-skill#67
- netresearch/security-audit-skill#67
Coordinator: https://github.com/netresearch/node-agent-skill-coordinator
(`@netresearch/agent-skill-coordinator@0.1.2`)3 files changed
Lines changed: 62 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
70 | 88 | | |
71 | 89 | | |
72 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments