Skip to content
Skillv1.0.0

factory

Read `CLAUDE.md` before changing this repository. It contains the project map, validation commands, and rules for keeping the Claude and Codex paths aligned.

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

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

See reviews

About

Imported from addyosmani/factory (AGENTS.md). Install upstream with npx skills add addyosmani/factory. Copyright stays with the author.

Contributor guidance for Codex

Read CLAUDE.md before changing this repository. It contains the project map, validation commands, and rules for keeping the Claude and Codex paths aligned.

This root AGENTS.md is for developing the reference project. The file installed into user repositories is template/AGENTS.md; do not merge their responsibilities.

Run bash tests/run.sh before committing. For documentation changes, follow the desktop paths in GETTING_STARTED.md as a new user would and keep product-specific claims linked to official documentation.

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/addyosmani-factory-factory/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.

addyosmani-factory-factory.ocm.jsonjson
{
  "ocm": "1",
  "id": "addyosmani-factory-factory",
  "kind": "skill",
  "name": "factory",
  "description": "Read `CLAUDE.md` before changing this repository. It contains the project map, validation commands, and rules for keeping the Claude and Codex paths aligned.",
  "publisher": "addyosmani",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Read `CLAUDE.md` before changing this repository. It contains the project map, validation commands, and rules for keeping the Claude and Codex paths aligned."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/addyosmani/factory",
      "path": "AGENTS.md",
      "ref": "8af116567166a0a16588b7ab1b9934ece0b775bc",
      "url": "https://github.com/addyosmani/factory/blob/8af116567166a0a16588b7ab1b9934ece0b775bc/AGENTS.md",
      "key": "addyosmani/factory/AGENTS.md"
    }
  },
  "instructions": "# Contributor guidance for Codex\n\nRead `CLAUDE.md` before changing this repository. It contains the project map, validation\ncommands, and rules for keeping the Claude and Codex paths aligned.\n\nThis root `AGENTS.md` is for developing the reference project. The file installed into user\nrepositories is `template/AGENTS.md`; do not merge their responsibilities.\n\nRun `bash tests/run.sh` before committing. For documentation changes, follow the desktop\npaths in `GETTING_STARTED.md` as a new user would and keep product-specific claims linked to\nofficial documentation.",
  "cost": {
    "context_tokens": 141
  }
}

Fetch it by URL: GET /api/v1/registry/addyosmani-factory-factory/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.