Commit 7029ab2
authored
feat: ship as npm package via @netresearch/agent-skill-coordinator (#3)
## 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 new **Installation** section with **Composer (PHP
Projects)** and **npm (Node Projects)** subsections, matching the rest
of the Netresearch skill collection. The previous README had no
Installation section at all.
## How discovery works (consumer side)
```bash
npm install --save-dev \
@netresearch/agent-skill-coordinator \
github:netresearch/peer-qa-review-skill
```
After install, the coordinator's `postinstall` walks `node_modules`,
finds this package via `aiAgentSkill: skills/peer-qa-review/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`)2 files changed
Lines changed: 61 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
22 | 50 | | |
23 | 51 | | |
24 | 52 | | |
| |||
| 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 | + | |
0 commit comments