Skip to content
Skillv1.0.0

.agents

Project Rules & Customizations

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

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

See reviews

About

Imported from aleksandrberesov/CardioSimulatorWin (.agents/AGENTS.md). Install upstream with npx skills add aleksandrberesov/CardioSimulatorWin --skill .agents. Copyright stays with the author.

Project Rules & Customizations

1. Post-Task Parity & Sync Plan Generation

Upon successfully completing any code change, feature implementation, or bug fix in the Windows repository (CardioSimulator\Win), the agent MUST run the save-changes-as-android-sync-plan skill to document and structure a porting plan for the Android repository.

Action Items:

  1. Trigger the save-changes-as-android-sync-plan skill.
  2. Generate the sync plan markdown document following the standard template.
  3. Save/mirror the plan to both paths:
    • E:\VLN_Project\CardioSimulator\Win\docs\plans\sync\
    • E:\VLN_Project\CardioSimulator\docs\plans\sync\
  4. Present the sync plan to the user in the final response.

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/aleksandrberesov-cardiosimulatorwin-agents/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.

aleksandrberesov-cardiosimulatorwin-agents.ocm.jsonjson
{
  "ocm": "1",
  "id": "aleksandrberesov-cardiosimulatorwin-agents",
  "kind": "skill",
  "name": ".agents",
  "description": "Project Rules & Customizations",
  "publisher": "aleksandrberesov",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project Rules & Customizations"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/aleksandrberesov/CardioSimulatorWin",
      "path": ".agents/AGENTS.md",
      "ref": "89def83a51886fd3ac491806fb601e521bb109fc",
      "url": "https://github.com/aleksandrberesov/CardioSimulatorWin/blob/89def83a51886fd3ac491806fb601e521bb109fc/.agents/AGENTS.md",
      "key": "aleksandrberesov/CardioSimulatorWin/.agents/AGENTS.md"
    }
  },
  "instructions": "# Project Rules & Customizations\n\n## 1. Post-Task Parity & Sync Plan Generation\nUpon successfully completing any code change, feature implementation, or bug fix in the Windows repository (`CardioSimulator\\Win`), the agent **MUST** run the `save-changes-as-android-sync-plan` skill to document and structure a porting plan for the Android repository.\n\n### Action Items:\n1. Trigger the `save-changes-as-android-sync-plan` skill.\n2. Generate the sync plan markdown document following the standard template.\n3. Save/mirror the plan to both paths:\n   - `E:\\VLN_Project\\CardioSimulator\\Win\\docs\\plans\\sync\\",
  "cost": {
    "context_tokens": 179
  }
}

Fetch it by URL: GET /api/v1/registry/aleksandrberesov-cardiosimulatorwin-agents/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.