Skip to content

Commit 31cfc3f

Browse files
authored
chore: remove stale information (#21)
1 parent 7d2a66f commit 31cfc3f

10 files changed

Lines changed: 17 additions & 25 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ Worth flagging about the layout above:
117117

118118
Skills install with the [`skills` CLI](https://skills.sh) (from
119119
[vercel-labs/skills](https://github.com/vercel-labs/skills)). It clones this
120-
repo, finds every `SKILL.md`, and copies the matching skill folders \u2014 plus
121-
their `scripts/`, `references/`, and `assets/` \u2014 into the right location for
120+
repo, finds every `SKILL.md`, and copies the matching skill folders plus
121+
their `scripts/`, `references/`, and `assets/` into the right location for
122122
your agent.
123123

124124
```bash
@@ -137,12 +137,12 @@ npx skills add bcgov/agent-skills --list
137137
```
138138

139139
The CLI handles everything: no `.npmrc`, no GitHub token, no registry config.
140-
**Re-run any time to pick up newer versions** \u2014 the CLI re-copies the latest
140+
**Re-run any time to pick up newer versions** the CLI re-copies the latest
141141
`main`. Pin to a specific commit by using a GitHub URL:
142142
`npx skills add https://github.com/bcgov/agent-skills/tree/<SHA>`.
143143

144144
For consumers who want to wire skills in manually, every skill is a self-
145-
contained folder under [`skills/`](skills/) \u2014 copy it anywhere your agent
145+
contained folder under [`skills/`](skills/) copy it anywhere your agent
146146
scans for skills.
147147

148148
---
@@ -179,14 +179,14 @@ There is no publish step. Skills ship the moment a PR merges to `main`:
179179

180180
- **`npx skills add` reads the repo directly.** It clones `bcgov/agent-skills`
181181
at `main` (or whatever ref the consumer pins to), walks the `skills/` tree
182-
for `SKILL.md` files, and copies the entire containing folder \u2014 manifest,
183-
`scripts/`, `references/`, `assets/`, everything \u2014 into the agent\u2011specific
182+
for `SKILL.md` files, and copies the entire containing folder manifest,
183+
`scripts/`, `references/`, `assets/`, everything into the agent‑specific
184184
destination it picks for you. No registry, no auth, no version pinning
185185
metadata to maintain.
186186
- **The PR check is the only gate.** Every change runs the validator on the
187187
skills it touches; merge-to-`main` requires the `results` aggregator to be
188188
green. Once a PR merges, the next `npx skills add` run sees the new content.
189-
- **Dependabot keeps the tooling current.** Grouped, Conventional-Commit\u2011
189+
- **Dependabot keeps the tooling current.** Grouped, Conventional-Commit
190190
prefixed PRs (cadence and ecosystems in
191191
[`.github/dependabot.yml`](.github/dependabot.yml)). Green Dependabot PRs
192192
auto-squash-merge themselves; red ones stay red until a human fixes them.
@@ -215,4 +215,4 @@ Workflow YAML under `.github/workflows/` is linted by
215215
The meta-skills under [`.github/skills/`](.github/skills/) are part of the
216216
normal workflow. They take care of scaffolding new skills and running the
217217
validator on your behalf. Use them the same way you'd use any other skill in
218-
your agent &mdash; they're the fastest path from idea to a merged skill.
218+
your agent they're the fastest path from idea to a merged skill.

docs/_partials/footer.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
<div class="footer-content">
44
<div class="footer-brand">
55
<h4>BC Gov Agent Skills</h4>
6-
<p>A shared catalogue of agent skill profiles, validated in CI and published to GitHub Packages.</p>
6+
<p>A shared catalogue of agent skill profiles, validated in CI and installed with <code>npx skills add</code>.</p>
77
</div>
88
<div class="footer-links">
99
<h4>Repository</h4>
1010
<ul>
1111
<li><a href="https://github.com/bcgov/agent-skills" target="_blank" rel="noopener">GitHub Repository</a></li>
1212
<li><a href="https://github.com/bcgov/agent-skills/blob/main/spec/SKILL_SPEC.md" target="_blank" rel="noopener">SKILL.md Spec (source)</a></li>
1313
<li><a href="https://github.com/bcgov/agent-skills/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener">CONTRIBUTING.md</a></li>
14-
<li><a href="https://github.com/orgs/bcgov/packages?repo_name=agent-skills" target="_blank" rel="noopener">Published Packages</a></li>
1514
</ul>
1615
</div>
1716
<div class="footer-links">

docs/architecture.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,15 +1164,14 @@ <h2 id="references">References in the repo</h2>
11641164
<div class="footer-content">
11651165
<div class="footer-brand">
11661166
<h4>BC Gov Agent Skills</h4>
1167-
<p>A shared catalogue of agent skill profiles, validated in CI and published to GitHub Packages.</p>
1167+
<p>A shared catalogue of agent skill profiles, validated in CI and installed with <code>npx skills add</code>.</p>
11681168
</div>
11691169
<div class="footer-links">
11701170
<h4>Repository</h4>
11711171
<ul>
11721172
<li><a href="https://github.com/bcgov/agent-skills" target="_blank" rel="noopener">GitHub Repository</a></li>
11731173
<li><a href="https://github.com/bcgov/agent-skills/blob/main/spec/SKILL_SPEC.md" target="_blank" rel="noopener">SKILL.md Spec (source)</a></li>
11741174
<li><a href="https://github.com/bcgov/agent-skills/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener">CONTRIBUTING.md</a></li>
1175-
<li><a href="https://github.com/orgs/bcgov/packages?repo_name=agent-skills" target="_blank" rel="noopener">Published Packages</a></li>
11761175
</ul>
11771176
</div>
11781177
<div class="footer-links">

docs/assets/search-index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/catalog.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,15 +1093,14 @@ <h3 id="then-add-yours-here" style="margin-top:0;">Then add yours here</h3>
10931093
<div class="footer-content">
10941094
<div class="footer-brand">
10951095
<h4>BC Gov Agent Skills</h4>
1096-
<p>A shared catalogue of agent skill profiles, validated in CI and published to GitHub Packages.</p>
1096+
<p>A shared catalogue of agent skill profiles, validated in CI and installed with <code>npx skills add</code>.</p>
10971097
</div>
10981098
<div class="footer-links">
10991099
<h4>Repository</h4>
11001100
<ul>
11011101
<li><a href="https://github.com/bcgov/agent-skills" target="_blank" rel="noopener">GitHub Repository</a></li>
11021102
<li><a href="https://github.com/bcgov/agent-skills/blob/main/spec/SKILL_SPEC.md" target="_blank" rel="noopener">SKILL.md Spec (source)</a></li>
11031103
<li><a href="https://github.com/bcgov/agent-skills/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener">CONTRIBUTING.md</a></li>
1104-
<li><a href="https://github.com/orgs/bcgov/packages?repo_name=agent-skills" target="_blank" rel="noopener">Published Packages</a></li>
11051104
</ul>
11061105
</div>
11071106
<div class="footer-links">

docs/consume.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,15 +1147,14 @@ <h2 id="troubleshooting">Troubleshooting</h2>
11471147
<div class="footer-content">
11481148
<div class="footer-brand">
11491149
<h4>BC Gov Agent Skills</h4>
1150-
<p>A shared catalogue of agent skill profiles, validated in CI and published to GitHub Packages.</p>
1150+
<p>A shared catalogue of agent skill profiles, validated in CI and installed with <code>npx skills add</code>.</p>
11511151
</div>
11521152
<div class="footer-links">
11531153
<h4>Repository</h4>
11541154
<ul>
11551155
<li><a href="https://github.com/bcgov/agent-skills" target="_blank" rel="noopener">GitHub Repository</a></li>
11561156
<li><a href="https://github.com/bcgov/agent-skills/blob/main/spec/SKILL_SPEC.md" target="_blank" rel="noopener">SKILL.md Spec (source)</a></li>
11571157
<li><a href="https://github.com/bcgov/agent-skills/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener">CONTRIBUTING.md</a></li>
1158-
<li><a href="https://github.com/orgs/bcgov/packages?repo_name=agent-skills" target="_blank" rel="noopener">Published Packages</a></li>
11591158
</ul>
11601159
</div>
11611160
<div class="footer-links">

docs/contribute.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,15 +1144,14 @@ <h2 id="review-expectations">Review expectations</h2>
11441144
<div class="footer-content">
11451145
<div class="footer-brand">
11461146
<h4>BC Gov Agent Skills</h4>
1147-
<p>A shared catalogue of agent skill profiles, validated in CI and published to GitHub Packages.</p>
1147+
<p>A shared catalogue of agent skill profiles, validated in CI and installed with <code>npx skills add</code>.</p>
11481148
</div>
11491149
<div class="footer-links">
11501150
<h4>Repository</h4>
11511151
<ul>
11521152
<li><a href="https://github.com/bcgov/agent-skills" target="_blank" rel="noopener">GitHub Repository</a></li>
11531153
<li><a href="https://github.com/bcgov/agent-skills/blob/main/spec/SKILL_SPEC.md" target="_blank" rel="noopener">SKILL.md Spec (source)</a></li>
11541154
<li><a href="https://github.com/bcgov/agent-skills/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener">CONTRIBUTING.md</a></li>
1155-
<li><a href="https://github.com/orgs/bcgov/packages?repo_name=agent-skills" target="_blank" rel="noopener">Published Packages</a></li>
11561155
</ul>
11571156
</div>
11581157
<div class="footer-links">

docs/faq.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,15 +1112,14 @@ <h2 id="when-not-here">My situation isn't BC Gov–specific. Where should I look
11121112
<div class="footer-content">
11131113
<div class="footer-brand">
11141114
<h4>BC Gov Agent Skills</h4>
1115-
<p>A shared catalogue of agent skill profiles, validated in CI and published to GitHub Packages.</p>
1115+
<p>A shared catalogue of agent skill profiles, validated in CI and installed with <code>npx skills add</code>.</p>
11161116
</div>
11171117
<div class="footer-links">
11181118
<h4>Repository</h4>
11191119
<ul>
11201120
<li><a href="https://github.com/bcgov/agent-skills" target="_blank" rel="noopener">GitHub Repository</a></li>
11211121
<li><a href="https://github.com/bcgov/agent-skills/blob/main/spec/SKILL_SPEC.md" target="_blank" rel="noopener">SKILL.md Spec (source)</a></li>
11221122
<li><a href="https://github.com/bcgov/agent-skills/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener">CONTRIBUTING.md</a></li>
1123-
<li><a href="https://github.com/orgs/bcgov/packages?repo_name=agent-skills" target="_blank" rel="noopener">Published Packages</a></li>
11241123
</ul>
11251124
</div>
11261125
<div class="footer-links">

docs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,15 +1135,14 @@ <h3 id="validated-releases-no-silent-updates" style="margin-top:0;">Validated re
11351135
<div class="footer-content">
11361136
<div class="footer-brand">
11371137
<h4>BC Gov Agent Skills</h4>
1138-
<p>A shared catalogue of agent skill profiles, validated in CI and published to GitHub Packages.</p>
1138+
<p>A shared catalogue of agent skill profiles, validated in CI and installed with <code>npx skills add</code>.</p>
11391139
</div>
11401140
<div class="footer-links">
11411141
<h4>Repository</h4>
11421142
<ul>
11431143
<li><a href="https://github.com/bcgov/agent-skills" target="_blank" rel="noopener">GitHub Repository</a></li>
11441144
<li><a href="https://github.com/bcgov/agent-skills/blob/main/spec/SKILL_SPEC.md" target="_blank" rel="noopener">SKILL.md Spec (source)</a></li>
11451145
<li><a href="https://github.com/bcgov/agent-skills/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener">CONTRIBUTING.md</a></li>
1146-
<li><a href="https://github.com/orgs/bcgov/packages?repo_name=agent-skills" target="_blank" rel="noopener">Published Packages</a></li>
11471146
</ul>
11481147
</div>
11491148
<div class="footer-links">

docs/spec.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,15 +1187,14 @@ <h3 id="run-it-locally" style="margin-top: 1.5rem;">Run it locally</h3>
11871187
<div class="footer-content">
11881188
<div class="footer-brand">
11891189
<h4>BC Gov Agent Skills</h4>
1190-
<p>A shared catalogue of agent skill profiles, validated in CI and published to GitHub Packages.</p>
1190+
<p>A shared catalogue of agent skill profiles, validated in CI and installed with <code>npx skills add</code>.</p>
11911191
</div>
11921192
<div class="footer-links">
11931193
<h4>Repository</h4>
11941194
<ul>
11951195
<li><a href="https://github.com/bcgov/agent-skills" target="_blank" rel="noopener">GitHub Repository</a></li>
11961196
<li><a href="https://github.com/bcgov/agent-skills/blob/main/spec/SKILL_SPEC.md" target="_blank" rel="noopener">SKILL.md Spec (source)</a></li>
11971197
<li><a href="https://github.com/bcgov/agent-skills/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener">CONTRIBUTING.md</a></li>
1198-
<li><a href="https://github.com/orgs/bcgov/packages?repo_name=agent-skills" target="_blank" rel="noopener">Published Packages</a></li>
11991198
</ul>
12001199
</div>
12011200
<div class="footer-links">

0 commit comments

Comments
 (0)