Skip to content

theam/fullstack-dev-kit

v0.19.4Apache-2.0

Issue-to-PR workflow for any tech stack: fetch stories from Jira/Linear/GitHub/Azure and Figma designs, plan-approval gate, adaptive quality + coverage gates, e2e generation, PR creation and review.

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": "fullstack-dev-kit",
  "version": "0.19.4",
  "description": "Issue-to-PR workflow for any tech stack: fetch stories from Jira/Linear/GitHub/Azure and Figma designs, plan-approval gate, adaptive quality + coverage gates, e2e generation, PR creation and review.",
  "author": {
    "name": "The Agile Monkeys",
    "url": "https://www.theagilemonkeys.com"
  },
  "homepage": "https://github.com/theam/claude-dev-kit",
  "repository": "https://github.com/theam/claude-dev-kit",
  "license": "Apache-2.0",
  "keywords": [
    "issue-to-pr",
    "code-review",
    "coverage",
    "jira",
    "linear",
    "workflow"
  ],
  "extensions": {
    "com.theagilemonkeys.dev-kit": {
      "interface": {
        "displayName": "Fullstack Dev Kit",
        "shortDescription": "Issue-to-PR workflow with quality gates, for any stack.",
        "longDescription": "Takes a ticket (Jira / Linear / GitHub Issues / Azure) from plan-approval through implementation, adaptive tests/coverage, security and accessibility review, to an opened pull request. Stack-agnostic. The issue tracker and PR host are configured per repo; connect the matching MCP (e.g. Atlassian for Jira, Linear) to let the kit read tickets.",
        "developerName": "The Agile Monkeys",
        "category": "Engineering",
        "capabilities": [
          "Read",
          "Write"
        ],
        "brandColor": "#000000",
        "logo": "./assets/logo.png",
        "logoDark": "./assets/logo-dark.png",
        "composerIcon": "./assets/composer-icon.svg",
        "screenshots": [
          "./assets/screenshots/screenshot-1-pr.png",
          "./assets/screenshots/screenshot-2-plan.png",
          "./assets/screenshots/screenshot-3-ticket.png"
        ],
        "websiteURL": "https://github.com/theam/claude-dev-kit",
        "privacyPolicyURL": "https://github.com/theam/claude-dev-kit/blob/main/TELEMETRY.md",
        "termsOfServiceURL": "https://github.com/theam/claude-dev-kit/blob/main/LICENSE",
        "defaultPrompt": [
          "Work ticket PROJ-1234 end to end and open a PR",
          "Review this diff for correctness, security, and missing tests",
          "Fetch ticket ENG-42 and summarize its acceptance criteria"
        ]
      }
    }
  }
}

Client extensions

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

  • com.theagilemonkeys.dev-kit