Skip to content
Skillv1.0.0

maple

MAPLE AI Development Squad — install the full skill set for multi-agent development workflows: pipeline-runner, tdd-workflow, playwright-cli, github-cli, mermaid-diagrams, and more. Designed for Claud

by kinncj(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from kinncj/MAPLE (SKILL.md). Install upstream with npx skills add kinncj/MAPLE. Copyright stays with the author.

MAPLE — AI Development Squad Skills

MAPLE is a multi-agent development framework. This package installs the core skill set.

Install

# Full package (all skills)
npx skills add kinncj/maple --all -y

# Individual skills
npx skills add kinncj/maple@pipeline-runner --all -y
npx skills add kinncj/maple@tdd-workflow --all -y
npx skills add kinncj/maple@github-cli --all -y

Skills included

Skill What it does
pipeline-runner Universal dispatcher: taffy workflows, skills, agents. Falls back to skills.sh registry.
tdd-workflow Red → green → refactor TDD cycle enforced before implementation
playwright-cli Browser automation and E2E test authoring
github-cli Full gh CLI reference: issues, PRs, Actions, projects
mermaid-diagrams Architecture diagrams: component, sequence, ER, state
gherkin-authoring Gherkin story files — the spec before any implementation
spec-kit Story scaffolding with correct IDs and frontmatter
rfc-adr Architecture Decision Records in docs/specs/
threat-modeling STRIDE threat modeling for every feature boundary
sre-review SLOs, alerting, runbooks, rollback before launch

Harness support

Works with Claude Code, OpenCode, GitHub Copilot, and Cursor.

Learn more

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/kinncj-maple-maple/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

kinncj-maple-maple.ocm.jsonjson
{
  "ocm": "1",
  "id": "kinncj-maple-maple",
  "kind": "skill",
  "name": "maple",
  "description": "MAPLE AI Development Squad — install the full skill set for multi-agent development workflows: pipeline-runner, tdd-workflow, playwright-cli, github-cli, mermaid-diagrams, and more. Designed for Claude Code, OpenCode, and GitHub Copilot.",
  "publisher": "kinncj",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "maple",
      "ai-squad",
      "multi-agent",
      "tdd",
      "pipeline",
      "workflow",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "MAPLE AI Development Squad — install the full skill set for multi-agent development workflows: pipeline-runner, tdd-workflow, playwright-cli, github-cli, mermaid-diagrams, and more. Designed for Claude Code, OpenCode, and GitHub Copilot."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/kinncj/MAPLE",
      "path": "SKILL.md",
      "ref": "454e2f13fc2341d9dab92a7656146fa76c0964f2",
      "url": "https://github.com/kinncj/MAPLE/blob/454e2f13fc2341d9dab92a7656146fa76c0964f2/SKILL.md",
      "key": "kinncj/MAPLE/SKILL.md"
    }
  },
  "instructions": "# MAPLE — AI Development Squad Skills\n\nMAPLE is a multi-agent development framework. This package installs the core skill set.\n\n## Install\n\n```bash\n# Full package (all skills)\nnpx skills add kinncj/maple --all -y\n\n# Individual skills\nnpx skills add kinncj/maple@pipeline-runner --all -y\nnpx skills add kinncj/maple@tdd-workflow --all -y\nnpx skills add kinncj/maple@github-cli --all -y\n```\n\n## Skills included\n\n| Skill | What it does |\n|-------|-------------|\n| `pipeline-runner` | Universal dispatcher: taffy workflows, skills, agents. Falls back to skills.sh registry. |\n| `tdd-workflow` | Red → gre",
  "cost": {
    "context_tokens": 360
  }
}

Fetch it by URL: GET /api/v1/registry/kinncj-maple-maple/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.