Skip to content
Skillv1.0.0

craft

12 brand-agnostic rulebooks (`color.md`, `typography.md`, `anti-ai-slop.md`, `laws-of-ux.md`, `accessibility-baseline.md`, …). Flat markdown, no schema, no frontmatter requirement.

by sanghyunna(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sanghyunna/readable-studio (craft/AGENTS.md). Install upstream with npx skills add sanghyunna/readable-studio --skill craft. Copyright stays with the author.

craft

12 brand-agnostic rulebooks (color.md, typography.md, anti-ai-slop.md, laws-of-ux.md, accessibility-baseline.md, …). Flat markdown, no schema, no frontmatter requirement.

Opt-in only: a skill lists slugs under readable.craft.requires; the daemon resolves them in apps/daemon/src/craft.ts and concatenates the bodies with section headers, injected between DESIGN.md and the skill body — so brand tokens win on conflict and craft rules cover everything below.

Unknown slugs are ignored silently. A typo produces no error and no injection. If a craft rule "isn't working", check the slug spelling in the skill manifest first.

A new file here is immediately referenceable by slug (filename without .md); nothing else needs registering.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sanghyunna-readable-studio-craft/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sanghyunna-readable-studio-craft.ocm.jsonjson
{
  "ocm": "1",
  "id": "sanghyunna-readable-studio-craft",
  "kind": "skill",
  "name": "craft",
  "description": "12 brand-agnostic rulebooks (`color.md`, `typography.md`, `anti-ai-slop.md`, `laws-of-ux.md`, `accessibility-baseline.md`, …). Flat markdown, no schema, no frontmatter requirement.",
  "publisher": "sanghyunna",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "marketing"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "12 brand-agnostic rulebooks (`color.md`, `typography.md`, `anti-ai-slop.md`, `laws-of-ux.md`, `accessibility-baseline.md`, …). Flat markdown, no schema, no frontmatter requirement."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/sanghyunna/readable-studio",
      "path": "craft/AGENTS.md",
      "ref": "98eb24a2d5593708f0348c7f41124b7f50085064",
      "url": "https://github.com/sanghyunna/readable-studio/blob/98eb24a2d5593708f0348c7f41124b7f50085064/craft/AGENTS.md",
      "key": "sanghyunna/readable-studio/craft/AGENTS.md"
    }
  },
  "instructions": "# craft\n\n12 brand-agnostic rulebooks (`color.md`, `typography.md`, `anti-ai-slop.md`,\n`laws-of-ux.md`, `accessibility-baseline.md`, …). Flat markdown, no schema, no\nfrontmatter requirement.\n\nOpt-in only: a skill lists slugs under `readable.craft.requires`; the daemon resolves\nthem in `apps/daemon/src/craft.ts` and concatenates the bodies with section headers,\ninjected between `DESIGN.md` and the skill body — so brand tokens win on conflict and\ncraft rules cover everything below.\n\n**Unknown slugs are ignored silently.** A typo produces no error and no injection. If a\ncraft rule \"isn't working\",",
  "cost": {
    "context_tokens": 191
  }
}

Fetch it by URL: GET /api/v1/registry/sanghyunna-readable-studio-craft/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.