Skip to content
Skillv1.0.0

paws022

This repository uses the **Project Operating System**. All coding agents should follow:

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

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

See reviews

About

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

Agents (POS)

This repository uses the Project Operating System. All coding agents should follow:

.ai/executor_rules.md

Quick start

  1. Read tasks/current_task.md
  2. On POS MASTER PROMPT paste: apply it (write task files, then implement in src/)
  3. Keep docs/HANDOFF_FOR_DOCUMENTER.md updated for submission documentation

Cursor

Rules in .cursor/rules/pos.mdc mirror executor_rules.md with alwaysApply: true.

Other tools

Paste executor_rules.md into your IDE's project instructions, or reference this file if your tool supports AGENTS.md.

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/verdenef-paws022-paws022/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.

verdenef-paws022-paws022.ocm.jsonjson
{
  "ocm": "1",
  "id": "verdenef-paws022-paws022",
  "kind": "skill",
  "name": "paws022",
  "description": "This repository uses the **Project Operating System**. All coding agents should follow:",
  "publisher": "verdenef",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository uses the **Project Operating System**. All coding agents should follow:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/verdenef/paws022",
      "path": "AGENTS.md",
      "ref": "4652647df75c4347efa3bfc21626d299641206c8",
      "url": "https://github.com/verdenef/paws022/blob/4652647df75c4347efa3bfc21626d299641206c8/AGENTS.md",
      "key": "verdenef/paws022/AGENTS.md"
    }
  },
  "instructions": "# Agents (POS)\n\nThis repository uses the **Project Operating System**. All coding agents should follow:\n\n**[.ai/executor_rules.md](.ai/executor_rules.md)**\n\n## Quick start\n\n1. Read `tasks/current_task.md`\n2. On **POS MASTER PROMPT** paste: apply it (write task files, then implement in `src/`)\n3. Keep `docs/HANDOFF_FOR_DOCUMENTER.md` updated for submission documentation\n\n## Cursor\n\nRules in `.cursor/rules/pos.mdc` mirror `executor_rules.md` with `alwaysApply: true`.\n\n## Other tools\n\nPaste `executor_rules.md` into your IDE's project instructions, or reference this file if your tool supports `AGE",
  "cost": {
    "context_tokens": 152
  }
}

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

paws022 - Skill - OpenSmartRoute