chore(catalog): remove plugins that are no longer published
Remove claude-design from the marketplace manifest and its catalog
README entry, and remove the playground-design-system entry from the
README. The catalog now lists 11 plugins.
Add scripts/check-public-links.mjs: fails when README.md or the
manifest links to an open/<name> repository missing from a tracked
PUBLIC_REPOS list. Chosen over the local retired-terms list because
that gate scans every tracked file, and historical docs plus
CONVENTIONS.md (which keep naming these repos on purpose) would hold
it red; a live visibility check could not be red before the repos
change visibility. Red on 5ba4a7a (6 hits), green after (0 of 36).
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
parent
5ba4a7a735
commit
d0bc696da3
5 changed files with 172 additions and 37 deletions
26
README.md
26
README.md
|
|
@ -209,18 +209,6 @@ Optional and works alongside every other plugin. Activate with `/config` → Out
|
|||
|
||||
---
|
||||
|
||||
### [Claude Design](https://git.fromaitochitta.com/open/claude-design) `v0.2.0`
|
||||
|
||||
End-to-end facilitator for prompting Claude Design (`claude.ai/design`). Walks you from raw idea through prompt drafting, delivery, and iteration coaching. The output is the prompt; the artifact gets built in Claude Design.
|
||||
|
||||
- **Eight-phase flow** — disambiguate → intent preset → audience and destination → DESIGN.md anchor → five-layer prompt → delivery → iteration coaching → ship-readiness
|
||||
- **Evidence-graded references** — six foundation plus eight per-preset references, each carrying an Anthropic-domain citation
|
||||
- **Complements Anthropic's official design plugin** — this covers idea → prompt → iterate; theirs covers critique → handoff, with zero command overlap (enforced by test)
|
||||
|
||||
1 skill · 14 reference files · 5 tests · [Full documentation →](https://git.fromaitochitta.com/open/claude-design)
|
||||
|
||||
---
|
||||
|
||||
### [repo-mailbox](https://git.fromaitochitta.com/open/repo-mailbox) `v0.36.0`
|
||||
|
||||
A local mailbox for coordination between Claude Code sessions in different repositories. Session A in repo X leaves a message for repo Y; the next session in repo Y gets it injected as context at startup. Local, private, no network, no SaaS.
|
||||
|
|
@ -250,20 +238,6 @@ Per-repo gate for the open/ presentation standard: README first screen, install
|
|||
|
||||
---
|
||||
|
||||
## Shared infrastructure
|
||||
|
||||
### [Playground Design System](https://git.fromaitochitta.com/open/playground-design-system) `v0.6.0`
|
||||
|
||||
Shared design system for plugin Playgrounds — the visual self-service UIs that complement terminal slash-commands. Aksel/Digdir-aligned, WCAG 2.1 AA, light + dark themes, print-ready. Used by `ms-ai-architect`, `okr`, `llm-security`, `voyage`, and `config-audit`.
|
||||
|
||||
- **Tokens and components** — self-hosted fonts (OFL 1.1), a deuteranopia-safe severity ramp, and Tier 1–3 components: radar, matrix-heatmap, findings-browser, AI Act pyramid and timeline, maturity-ladder, and more
|
||||
- **Privacy-first** — all fonts self-hosted, zero CDN requests, works offline and behind air-gapped firewalls
|
||||
- **Vendoring sync** — `scripts/sync-design-system.mjs <plugin>` keeps each plugin standalone; a SHA-256 manifest detects local drift
|
||||
|
||||
[Full documentation →](https://git.fromaitochitta.com/open/playground-design-system) · [Browse showcase](https://git.fromaitochitta.com/open/playground-design-system/src/branch/main/playground-examples/index.html)
|
||||
|
||||
---
|
||||
|
||||
## Tests
|
||||
|
||||
This repository's own gates — version consistency between each plugin entry and the tag it pins, catalog-to-plugin stat mirroring, OKF parity, and the navigation goldens — are covered by tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue