Skip to content

adalloul0928/pumpd-automations

unversioned · 8b744041a6c0

Scheduled PUMPD automation skills that scan, report, and file Linear Triage suggestions

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "pumpd-automations",
  "description": "Scheduled PUMPD automation skills that scan, report, and file Linear Triage suggestions",
  "author": {
    "name": "Arend Alloul"
  },
  "extensions": {
    "com.agenttooling.adapters": {
      "claude": {},
      "codex": {
        "skills": "./skills/",
        "interface": {
          "displayName": "PUMPD Automations",
          "shortDescription": "Run scheduled PUMPD scans that file Triage suggestions",
          "longDescription": "Recurring PUMPD automation skills for the always-on agent machine: each run scans its sources, produces one succinct report, and files capped, deduplicated suggestions to Linear Triage.",
          "developerName": "Arend Alloul",
          "category": "Developer Tools",
          "capabilities": ["Read", "Write"],
          "defaultPrompt": ["Run the requested PUMPD automation skill and follow its shared conventions."]
        }
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.agenttooling.adapters