Skip to content

Commit a9ed29a

Browse files
committed
docs: Document skills CLI install path
1 parent 73572f3 commit a9ed29a

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

.agents/plans/2026-05-14-authoring-skill-release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ Scope:
1010
- [x] Mirror skill to `smcllns/skills`.
1111
- [x] Run build/lint/test checks.
1212
- [x] Push PR branches.
13+
- [x] Merge `smcllns/skills` mirror first so PR #7 docs can point at a real install URL.
14+
- [x] Add `skills.sh` install command to README.
1315

1416
Decisions:
1517
- Plugin repo is canonical source.
1618
- `smcllns/skills` is the installable mirror.
1719
- Obsidian plugin install does not install agent skills.
1820
- Plugin runtime must not write to `~/.claude`, `~/.agents`, `~/.codex`, or dotfiles.
21+
- Merge/install order matters: public skills mirror first, plugin docs/release second.
1922

2023
Unresolved questions:
2124
- None.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ The plugin repo keeps the canonical source skill at `.agents/SKILL.md`, and rele
3636

3737
Installing or updating the Obsidian plugin does **not** automatically install an agent skill. Claude, Codex, and other agents discover skills from their own configured roots, not from `<vault>/.obsidian/plugins/html-docs/`. The installable mirror lives in [smcllns/skills](https://github.com/smcllns/skills) as `obsidian-html-docs`; install it with your agent's normal skill installer, or ask your agent to read the bundled `SKILL.md` and integrate the guidance into your workflow.
3838

39+
With the `skills.sh` CLI:
40+
41+
```bash
42+
bunx skills add https://github.com/smcllns/skills/tree/main/skills/obsidian-html-docs
43+
```
44+
3945
### Build and install from source
4046

4147
```bash

docs/handoffs/authoring-skill-release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ Implemented shape:
1111
- The release workflow uploads and attests `dist/html-docs/SKILL.md` alongside runtime files.
1212
- README has an optional agent-skill note explaining discovery roots and the `smcllns/skills` mirror.
1313
- `/Users/smcllns/Projects/agent-skills/skills/obsidian-html-docs/SKILL.md` mirrors the canonical skill.
14+
- `smcllns/skills` PR #1 was merged first so README can point to the real `skills.sh` install URL.
1415

1516
Important constraint:
1617
- Plugin runtime must not write to `~/.claude`, `~/.agents`, `~/.codex`, dotfiles, or any other agent install root. Agent skill activation belongs to the user's agent tooling, not the Obsidian plugin.
18+
- Merge order matters: public skills mirror first, then plugin docs/release work.
1719

1820
Verification target:
1921
- `bun run build`

0 commit comments

Comments
 (0)