Skip to content
Skillv1.0.0

learn-docker

AGENTS.md - Universal AI Agent Instructions

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

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

See reviews

About

Imported from manthanank/learn-docker (AGENTS.md). Install upstream with npx skills add manthanank/learn-docker. Copyright stays with the author.

AGENTS.md - Universal AI Agent Instructions

Operating Environment

  • Platform: Node.js 18+ / TypeScript 5.7+
  • Shell: PowerShell / Bash cross-compatible
  • Project: learn-docker

Agent Protocols

  1. Zero Assumption of Host Docker Daemon: Do not write tests or build scripts that mandate a running Docker engine daemon on the host. Always use the built-in pure TypeScript simulators (src/engine/).
  2. Quality & Verification: Never consider a task done without running tests (npm test) and verifying clean build outputs (npm run build).
  3. Enterprise Standards: Maintain complete documentation, rich ASCII/Mermaid diagrams, and high pedagogical value.

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/manthanank-learn-docker-learn-docker/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.

manthanank-learn-docker-learn-docker.ocm.jsonjson
{
  "ocm": "1",
  "id": "manthanank-learn-docker-learn-docker",
  "kind": "skill",
  "name": "learn-docker",
  "description": "AGENTS.md - Universal AI Agent Instructions",
  "publisher": "manthanank",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md - Universal AI Agent Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/manthanank/learn-docker",
      "path": "AGENTS.md",
      "ref": "12ce55459b4e35ceba3d633592d296fd2912192e",
      "url": "https://github.com/manthanank/learn-docker/blob/12ce55459b4e35ceba3d633592d296fd2912192e/AGENTS.md",
      "key": "manthanank/learn-docker/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md - Universal AI Agent Instructions\n\n## Operating Environment\n- Platform: Node.js 18+ / TypeScript 5.7+\n- Shell: PowerShell / Bash cross-compatible\n- Project: `learn-docker`\n\n## Agent Protocols\n1. **Zero Assumption of Host Docker Daemon**: Do not write tests or build scripts that mandate a running Docker engine daemon on the host. Always use the built-in pure TypeScript simulators (`src/engine/`).\n2. **Quality & Verification**: Never consider a task done without running tests (`npm test`) and verifying clean build outputs (`npm run build`).\n3. **Enterprise Standards**: Maintain compl",
  "cost": {
    "context_tokens": 168
  }
}

Fetch it by URL: GET /api/v1/registry/manthanank-learn-docker-learn-docker/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.