Skip to content

porabuild/app-controls

v1.1.1Apache-2.0

Read and drive Poracode itself: threads, terminal panes, git, pull requests, and schedules.

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": "app-controls",
  "version": "1.1.1",
  "description": "Read and drive Poracode itself: threads, terminal panes, git, pull requests, and schedules.",
  "author": {
    "name": "Poracode",
    "url": "https://poracode.com"
  },
  "homepage": "https://poracode.com",
  "license": "Apache-2.0",
  "keywords": ["threads", "git", "pull requests", "schedules"],
  "extensions": {
    "com.poracode.client": {
      "title": "Poracode",
      "category": "developer-tools",
      "featured": true,
      "examplePrompt": "List this project's running threads and summarize what each one is doing",
      "coreSkill": "app-controls",
      "builtInMcpServerIds": ["app-controls"],
      "skills": {
        "app-controls": {
          "name": "Poracode",
          "description": "Inspect threads and terminal panes, and drive git, pull requests, and schedules from inside Poracode."
        }
      }
    }
  }
}

Client extensions

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

  • com.poracode.client