Skip to content
Skillv1.0.0

scripts

This folder contains Docker start/stop scripts for macOS, Linux, and Windows.

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

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

See reviews

About

Imported from ggopalan42/gg-pm (scripts/AGENTS.md). Install upstream with npx skills add ggopalan42/gg-pm --skill scripts. Copyright stays with the author.

Scripts agent guide

Current scope (Part 7)

This folder contains Docker start/stop scripts for macOS, Linux, and Windows.

Scripts

  • macOS
    • start-mac.sh
    • stop-mac.sh
  • Linux
    • start-linux.sh
    • stop-linux.sh
  • Windows (PowerShell)
    • start-windows.ps1
    • stop-windows.ps1

Behavior

  • Start scripts build the root Dockerfile, remove any prior pm-mvp-app container, then run a new container on port 8000.
  • Start scripts mount host backend/data to container /app/backend/data so SQLite data persists across container restarts.
  • If a root .env exists, it is passed into the container.
  • Stop scripts remove the running pm-mvp-app container if present.

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/ggopalan42-gg-pm-scripts/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.

ggopalan42-gg-pm-scripts.ocm.jsonjson
{
  "ocm": "1",
  "id": "ggopalan42-gg-pm-scripts",
  "kind": "skill",
  "name": "scripts",
  "description": "This folder contains Docker start/stop scripts for macOS, Linux, and Windows.",
  "publisher": "ggopalan42",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This folder contains Docker start/stop scripts for macOS, Linux, and Windows."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ggopalan42/gg-pm",
      "path": "scripts/AGENTS.md",
      "ref": "c6dcaf9d894d92660f15e5852bd36f95eb6af8ce",
      "url": "https://github.com/ggopalan42/gg-pm/blob/c6dcaf9d894d92660f15e5852bd36f95eb6af8ce/scripts/AGENTS.md",
      "key": "ggopalan42/gg-pm/scripts/AGENTS.md"
    }
  },
  "instructions": "# Scripts agent guide\n\n## Current scope (Part 7)\n\nThis folder contains Docker start/stop scripts for macOS, Linux, and Windows.\n\n## Scripts\n\n- macOS\n\t- `start-mac.sh`\n\t- `stop-mac.sh`\n- Linux\n\t- `start-linux.sh`\n\t- `stop-linux.sh`\n- Windows (PowerShell)\n\t- `start-windows.ps1`\n\t- `stop-windows.ps1`\n\n## Behavior\n\n- Start scripts build the root `Dockerfile`, remove any prior `pm-mvp-app` container, then run a new container on port `8000`.\n- Start scripts mount host `backend/data` to container `/app/backend/data` so SQLite data persists across container restarts.\n- If a root `.env` exists, it is p",
  "cost": {
    "context_tokens": 173
  }
}

Fetch it by URL: GET /api/v1/registry/ggopalan42-gg-pm-scripts/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.

scripts - Skill - OpenSmartRoute