|
1 | 1 | <p align="center"> |
2 | | - <a href="https://zakelfassi.github.io/skills-driven-development"> |
| 2 | + <a href="https://skdd.dev"> |
3 | 3 | <picture> |
4 | 4 | <source media="(prefers-color-scheme: dark)" srcset="./assets/wordmark.svg"> |
5 | 5 | <source media="(prefers-color-scheme: light)" srcset="./assets/wordmark-light.svg"> |
|
19 | 19 | <a href="./LICENSE"><img alt="license" src="https://img.shields.io/badge/license-MIT-0ea5e9"></a> |
20 | 20 | <a href="https://github.com/zakelfassi/skills-driven-development/stargazers"><img alt="stars" src="https://img.shields.io/github/stars/zakelfassi/skills-driven-development?color=f59e0b&label=stars&logo=github"></a> |
21 | 21 | <a href="https://agentskills.io/specification.md"><img alt="agentskills.io v1" src="https://img.shields.io/badge/spec-agentskills.io%2Fv1-f59e0b"></a> |
22 | | - <a href="https://zakelfassi.github.io/skills-driven-development"><img alt="docs" src="https://img.shields.io/badge/docs-skdd.dev-38bdf8"></a> |
| 22 | + <a href="https://skdd.dev"><img alt="docs" src="https://img.shields.io/badge/docs-skdd.dev-38bdf8"></a> |
23 | 23 | </p> |
24 | 24 |
|
25 | 25 | --- |
@@ -67,7 +67,7 @@ pnpm dlx @zakelfassi/skdd init --harness=claude |
67 | 67 | # "What skills are available in this project?" |
68 | 68 | ``` |
69 | 69 |
|
70 | | -See [watch the loop run →](https://zakelfassi.github.io/skills-driven-development) for a recorded terminal walkthrough: `init → forge → doctor`. |
| 70 | +See [watch the loop run →](https://skdd.dev) for a recorded terminal walkthrough: `init → forge → doctor`. |
71 | 71 |
|
72 | 72 | --- |
73 | 73 |
|
@@ -162,7 +162,7 @@ Three reference colonies — every example passes `skdd validate` and `skdd doct |
162 | 162 | | [`examples/cli-tool`](examples/cli-tool/) | Cross-platform CLI (`shipctl`) | 5 | Release pipelines, build matrices, flag management, man pages, breaking-change audits | |
163 | 163 | | [`examples/data-pipeline`](examples/data-pipeline/) | Python ETL + ML project | 5 | Dataset onboarding, pipeline scaffolding, experiment logging, data quality gates, backfills | |
164 | 164 |
|
165 | | -Each colony ships with `AGENTS.md`, `CLAUDE.md`, `.skills-registry.md` (including archived + forked rows), `.colony.json`, and at least one executable stub script. Browse the [Examples gallery →](https://zakelfassi.github.io/skills-driven-development/examples/) for full walkthroughs. |
| 165 | +Each colony ships with `AGENTS.md`, `CLAUDE.md`, `.skills-registry.md` (including archived + forked rows), `.colony.json`, and at least one executable stub script. Browse the [Examples gallery →](https://skdd.dev/examples/) for full walkthroughs. |
166 | 166 |
|
167 | 167 | --- |
168 | 168 |
|
@@ -233,7 +233,7 @@ SkDD doesn't replace the spec — it adds a **lifecycle** on top of it. |
233 | 233 | - **Contributing:** See [CONTRIBUTING.md](CONTRIBUTING.md) — conventional commits, PR template, issue labels. |
234 | 234 | - **Code of Conduct:** [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) |
235 | 235 | - **Security:** [SECURITY.md](SECURITY.md) |
236 | | -- **Docs site:** [zakelfassi.github.io/skills-driven-development](https://zakelfassi.github.io/skills-driven-development) |
| 236 | +- **Docs site:** [skdd.dev](https://skdd.dev) |
237 | 237 | - **Changelog:** [CHANGELOG.md](CHANGELOG.md) |
238 | 238 |
|
239 | 239 | --- |
|
0 commit comments