@@ -117,8 +117,8 @@ Worth flagging about the layout above:
117117
118118Skills 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
122122your agent.
123123
124124``` bash
@@ -137,12 +137,12 @@ npx skills add bcgov/agent-skills --list
137137```
138138
139139The 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
144144For 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
146146scans 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
215215The meta-skills under [ ` .github/skills/ ` ] ( .github/skills/ ) are part of the
216216normal workflow. They take care of scaffolding new skills and running the
217217validator 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.
0 commit comments