Skip to content
Skillv1.0.0

lex

`AGENTS.md` is the repo-level contract for agents working in this repository.

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

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

See reviews

About

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

Agents

AGENTS.md is the repo-level contract for agents working in this repository.

Project Conventions

  • Lex agent definitions live in .lex/agents/.
  • Runtime settings and bundled package state live in .lex/.
  • Legal workflow outputs go in outputs/.
  • Matter-specific work should use matters/ when present.
  • Do not commit generated build output unless explicitly requested.

Verification

  • Prefer source-grounded legal outputs with clear assumptions and jurisdiction notes.
  • For code changes, run the narrowest relevant checks first, then broader checks when practical.
  • Mark unverified claims honestly instead of smoothing over missing checks.

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/itsamirkhon-lex-lex/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.

itsamirkhon-lex-lex.ocm.jsonjson
{
  "ocm": "1",
  "id": "itsamirkhon-lex-lex",
  "kind": "skill",
  "name": "lex",
  "description": "`AGENTS.md` is the repo-level contract for agents working in this repository.",
  "publisher": "itsamirkhon",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "legal"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "`AGENTS.md` is the repo-level contract for agents working in this repository."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/itsamirkhon/lex",
      "path": "AGENTS.md",
      "ref": "efccd526181fb5838466bd150c0764b5663045ec",
      "url": "https://github.com/itsamirkhon/lex/blob/efccd526181fb5838466bd150c0764b5663045ec/AGENTS.md",
      "key": "itsamirkhon/lex/AGENTS.md"
    }
  },
  "instructions": "# Agents\n\n`AGENTS.md` is the repo-level contract for agents working in this repository.\n\n## Project Conventions\n\n- Lex agent definitions live in `.lex/agents/`.\n- Runtime settings and bundled package state live in `.lex/`.\n- Legal workflow outputs go in `outputs/`.\n- Matter-specific work should use `matters/` when present.\n- Do not commit generated build output unless explicitly requested.\n\n## Verification\n\n- Prefer source-grounded legal outputs with clear assumptions and jurisdiction notes.\n- For code changes, run the narrowest relevant checks first, then broader checks when practical.\n- Mark",
  "cost": {
    "context_tokens": 167
  }
}

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