Skip to content
Skillv1.0.0

jmapc

Environment/Tools

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

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

See reviews

About

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

Environment/Tools

  • Python project with uv, use uv add/uv run python instead of bare pip/python
  • poe setup: One-time after-clone setup (dependencies, install pre-commit hooks).
  • poe lint: Pre-commit hooks (via pre-commit-compatible prek) including lint, format, type check (ruff, ty)
  • poe test: Run tests (accepts pytest arguments)
  • poe lt: Lint+test (no arguments)
  • poe snapup: Update test snapshots (syrupy, accepts pytest arguments)

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/smkent-jmapc-jmapc/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.

smkent-jmapc-jmapc.ocm.jsonjson
{
  "ocm": "1",
  "id": "smkent-jmapc-jmapc",
  "kind": "skill",
  "name": "jmapc",
  "description": "Environment/Tools",
  "publisher": "smkent",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Environment/Tools"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/smkent/jmapc",
      "path": "AGENTS.md",
      "ref": "bd6f563d07c8d7c661fe58ab174b9725497e4d26",
      "url": "https://github.com/smkent/jmapc/blob/bd6f563d07c8d7c661fe58ab174b9725497e4d26/AGENTS.md",
      "key": "smkent/jmapc/AGENTS.md"
    }
  },
  "instructions": "# Environment/Tools\n\n* Python project with `uv`, use `uv add`/`uv run python` instead of bare `pip`/`python`\n* `poe setup`: One-time after-clone setup (dependencies, install pre-commit hooks).\n* `poe lint`: Pre-commit hooks (via `pre-commit`-compatible `prek`) including lint, format, type check (ruff, ty)\n* `poe test`: Run tests (accepts pytest arguments)\n* `poe lt`: Lint+test (no arguments)\n* `poe snapup`: Update test snapshots (syrupy, accepts pytest arguments)",
  "cost": {
    "context_tokens": 116
  }
}

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