Skip to content
Back to PM Skills Library

Card snapshot

pm-skills-mcp.pm-claude-skills.workers.dev · 2026-07-02 19:46:21 UTC · 33ba63fc46ff21d046190417e5e05429b19e28e9d6c5363bdab69f3c596a459c

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "PM Skills Library",
  "description": "A library of professional Agent Skills (PRDs, launches, postmortems, compliance, growth, careers & more). Send a task description and receive the best-matching skill\u2019s full instructions to apply to the task.",
  "url": "https://pm-skills-mcp.pm-claude-skills.workers.dev/a2a",
  "version": "remote-1.2.0",
  "provider": {
    "organization": "pm-claude-skills",
    "url": "https://github.com/mohitagw15856/pm-claude-skills"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-skills",
      "name": "Search skills",
      "description": "Search skills by keyword across name, title, and description. Returns the best matches, ranked.",
      "tags": [
        "discovery",
        "search",
        "catalog"
      ],
      "examples": [
        "prioritise backlog",
        "customer churn",
        "which skill should I use for a launch plan?"
      ]
    },
    {
      "id": "get-skill",
      "name": "Get a skill",
      "description": "Get a skill's full instructions (the SKILL.md body) by name, to apply to the calling agent's task.",
      "tags": [
        "skill",
        "instructions",
        "retrieval"
      ],
      "examples": [
        "get rice-prioritisation",
        "fetch the incident-postmortem skill"
      ]
    },
    {
      "id": "get-workflow",
      "name": "Get a workflow recipe",
      "description": "Fetch a multi-skill recipe (an ordered chain of skills where each output feeds the next).",
      "tags": [
        "workflow",
        "recipe",
        "chain"
      ],
      "examples": [
        "ship-a-feature",
        "launch-a-product"
      ]
    }
  ]
}