Skip to content

plagueho/developer-environment

v1.0.1MIT

Scaffold dotfiles repos and sync VS Code profiles across editions.

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": "developer-environment",
  "description": "Scaffold dotfiles repos and sync VS Code profiles across editions.",
  "version": "1.0.1",
  "author": {
    "name": "Daniel Scott-Raynsford",
    "url": "https://github.com/PlagueHO"
  },
  "repository": "https://github.com/PlagueHO/plagueho.copilot",
  "license": "MIT",
  "keywords": [
    "dotfiles",
    "vscode",
    "profiles",
    "developer-environment",
    "configuration"
  ],
  "extensions": {
    "com.github.plagueho": {
      "skills": [
        "./skills/create-dotfiles-repo/",
        "./skills/vscode-profile-sync/"
      ]
    }
  }
}

Client extensions

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

  • com.github.plagueho