Skip to content
Skillv1.0.0

espclaw

These instructions define the baseline expectations for Codex agents working in this repo.

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

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

See reviews

About

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

AGENTS

These instructions define the baseline expectations for Codex agents working in this repo.

Standards

  1. Produce production-ready code.
  2. Write tests for every change.
  3. Run the relevant tests for every change.
  4. Document non-obvious logic inline.
  5. For larger features, add documentation in docs/ as markdown.
  6. Maintain CHANGELOG.md with each improvement.
  7. Use the standard commit message format described below.
  8. For user interfaces, add user-facing documentation describing each feature.

Commit Message Format

Use <type>(<scope>): <summary> where:

  • type is one of: feat, fix, docs, test, chore, refactor, perf, ci
  • scope is optional and should be a short noun
  • summary is a short, imperative description

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/atiti-espclaw-espclaw/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.

atiti-espclaw-espclaw.ocm.jsonjson
{
  "ocm": "1",
  "id": "atiti-espclaw-espclaw",
  "kind": "skill",
  "name": "espclaw",
  "description": "These instructions define the baseline expectations for Codex agents working in this repo.",
  "publisher": "atiti",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "These instructions define the baseline expectations for Codex agents working in this repo."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/atiti/espclaw",
      "path": "AGENTS.md",
      "ref": "19daa788cb8d0a45250ec09c9d41a93e5639bb53",
      "url": "https://github.com/atiti/espclaw/blob/19daa788cb8d0a45250ec09c9d41a93e5639bb53/AGENTS.md",
      "key": "atiti/espclaw/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\nThese instructions define the baseline expectations for Codex agents working in this repo.\n\n## Standards\n\n1. Produce production-ready code.\n2. Write tests for every change.\n3. Run the relevant tests for every change.\n4. Document non-obvious logic inline.\n5. For larger features, add documentation in `docs/` as markdown.\n6. Maintain `CHANGELOG.md` with each improvement.\n7. Use the standard commit message format described below.\n8. For user interfaces, add user-facing documentation describing each feature.\n\n## Commit Message Format\n\nUse `<type>(<scope>): <summary>` where:\n\n- `type` is o",
  "cost": {
    "context_tokens": 187
  }
}

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