You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unscoped 'skdd' name is blocked by npm's similarity filter
(too close to add/sade/send/spdy). Scope under @zakelfassi so
the package can publish. The bin command is still 'skdd' — only
the install target changes.
- cli/package.json: rename to @zakelfassi/skdd + publishConfig
- README.md: shields.io badges point at the scoped package
- All install docs: pnpm dlx skdd → pnpm dlx @zakelfassi/skdd
- .colony.json: cli.package → @zakelfassi/skdd
v0.3.0 published manually from local. CI publish workflow needs
a token that can write under the scope; tracked as follow-up.
@@ -80,7 +80,7 @@ Run this from the root of **your own project** (not this repo):
80
80
81
81
```bash
82
82
# With the CLI (recommended)
83
-
pnpm dlx skdd init --harness=claude
83
+
pnpm dlx @zakelfassi/skdd init --harness=claude
84
84
```
85
85
86
86
That one command creates `skills/skillforge/SKILL.md` (a stub of the meta-skill), `.skills-registry.md` at the project root, a `## Skills` block appended to `CLAUDE.md`, and a `.claude/skills` symlink → `../skills` so Claude Code discovers the colony at its conventional path. A `.skdd-sync.json` state file tracks the mirror so `skdd link` can reconcile drift later.
That creates `skills/skillforge/SKILL.md`, `.skills-registry.md`, the harness-specific instruction file with a `## Skills` block appended, a `.<harness>/skills` mirror pointing at `../skills`, and a `.skdd-sync.json` state file. Re-run `skdd link` any time to reconcile drift or add mirrors for additional harnesses.
@@ -80,7 +80,7 @@ Every section below tells you **which instruction file to edit**, **what to past
Verify in Copilot Chat with `@workspace what skills are registered?`. Full details at [`docs/integrations/github-copilot.md`](integrations/github-copilot.md).
152
152
@@ -157,7 +157,7 @@ Verify in Copilot Chat with `@workspace what skills are registered?`. Full detai
157
157
-**Instruction file**: `AGENTS.md`
158
158
-**Mirror**: `.gemini/skills/` → `../skills`
159
159
160
-
Install: `pnpm dlx skdd init --harness=gemini`. See [geminicli.com/docs/cli/skills/](https://geminicli.com/docs/cli/skills/) and [`docs/integrations/gemini-cli.md`](integrations/gemini-cli.md).
160
+
Install: `pnpm dlx @zakelfassi/skdd init --harness=gemini`. See [geminicli.com/docs/cli/skills/](https://geminicli.com/docs/cli/skills/) and [`docs/integrations/gemini-cli.md`](integrations/gemini-cli.md).
Install: `pnpm dlx skdd init --harness=opencode`. See [opencode.ai/docs/skills/](https://opencode.ai/docs/skills/) and [`docs/integrations/opencode.md`](integrations/opencode.md).
169
+
Install: `pnpm dlx @zakelfassi/skdd init --harness=opencode`. See [opencode.ai/docs/skills/](https://opencode.ai/docs/skills/) and [`docs/integrations/opencode.md`](integrations/opencode.md).
-**Instruction file**: `AGENTS.md` (or `.goose/config.yaml` for Goose-specific settings)
176
176
-**Mirror**: `.goose/skills/` → `../skills`
177
177
178
-
Install: `pnpm dlx skdd init --harness=goose`. See [block.github.io/goose/docs/guides/context-engineering/using-skills/](https://block.github.io/goose/docs/guides/context-engineering/using-skills/) and [`docs/integrations/goose.md`](integrations/goose.md).
178
+
Install: `pnpm dlx @zakelfassi/skdd init --harness=goose`. See [block.github.io/goose/docs/guides/context-engineering/using-skills/](https://block.github.io/goose/docs/guides/context-engineering/using-skills/) and [`docs/integrations/goose.md`](integrations/goose.md).
Install: `pnpm dlx skdd init --harness=amp`. See [ampcode.com/manual#agent-skills](https://ampcode.com/manual#agent-skills) and [`docs/integrations/amp.md`](integrations/amp.md).
187
+
Install: `pnpm dlx @zakelfassi/skdd init --harness=amp`. See [ampcode.com/manual#agent-skills](https://ampcode.com/manual#agent-skills) and [`docs/integrations/amp.md`](integrations/amp.md).
Copy file name to clipboardExpand all lines: docs/integrations/amp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
## Quick install
6
6
7
7
```bash
8
-
pnpm dlx skdd init --harness=amp
8
+
pnpm dlx @zakelfassi/skdd init --harness=amp
9
9
```
10
10
11
11
Creates `skills/skillforge/SKILL.md` (canonical), `.skills-registry.md`, the `AGENTS.md` skills block, and `.amp/skills → ../skills` as the mirror Amp reads.
0 commit comments