Agent Plugins Marketplace
← All plugins

squad-skills

v0.3.2

A role-specialized engineering squad — Product, Designer, Frontend, Backend, Mobile, DevOps, QA and Code Review — as skills, each also spawn able as a subagent.

CodexClaude Code10 Skills

By Harry NguyenLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
10 skill or MCP entries
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install squad-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add squad-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/danh121097/squad-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

squad-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/squad-backend/SKILL.md
├── skills/squad-code-review/SKILL.md
├── skills/squad-designer/SKILL.md
├── skills/squad-devops/SKILL.md
├── skills/squad-fix/SKILL.md
├── skills/squad-frontend/SKILL.md
├── skills/squad-mobile/SKILL.md
├── skills/squad-product/SKILL.md
├── skills/squad-qa/SKILL.md
└── skills/squads-team/SKILL.md

Included Skills10

squad-backendskills/squad-backend/SKILL.md

Operate as the squad's Backend Engineer — APIs, shared contracts, auth, data models, migrations, caching, queues and server logic in the repository's existing stack, with security and data safety verified.

squad-code-reviewskills/squad-code-review/SKILL.md

Operate as the squad's final implementation-quality gate after behavioral QA — review correctness, security, compatibility, performance, operability, and maintainability, then issue APPROVE, CHANGES_REQUESTED, or NEEDS_EVIDENCE.

squad-designerskills/squad-designer/SKILL.md

Operate as the squad's Product Designer — turn open UI/UX decisions into presentational component code, tokens, motion and WCAG 2.2 accessibility, building on the user's references and the existing design system.

squad-devopsskills/squad-devops/SKILL.md

Operate as the squad's DevOps Engineer — containers, CI/CD, IaC, cloud and self-hosted delivery, proxies and TLS, observability, secrets, rollout and rollback, preserving existing infrastructure within explicit deployment scope.

squad-fixskills/squad-fix/SKILL.md

Operate as the squad's Bugfix Controller — reproduce a concrete failure, prove its root cause and blast radius, route the fix to the owning role, and close it with regression evidence.

squad-frontendskills/squad-frontend/SKILL.md

Operate as the squad's Frontend Engineer — web UI, browser games and interactive graphics, client logic and API integration in the repository's framework, building on the user's design material.

squad-mobileskills/squad-mobile/SKILL.md

Operate as the squad's Mobile Engineer — React Native/Expo, Flutter, SwiftUI or Compose screens, API integration, offline/sync, navigation, secure storage and platform-native UX in the existing app stack.

squad-productskills/squad-product/SKILL.md

Operate as the squad's Product role — turn an idea into checkable acceptance criteria, non-goals, a scope cut and phases naming the required roles; write a plan file only when asked. Never implements.

squad-qaskills/squad-qa/SKILL.md

Operate as the squad's behavioral QA gate — verify observable behavior against acceptance criteria and risk, reproduce failures, test fixes, and issue evidence-backed PASS, FAIL, or NEEDS_ENVIRONMENT verdicts.

squads-teamskills/squads-team/SKILL.md

Orchestrate a role-specialized squad (Designer, Frontend, Backend, Mobile, DevOps, QA, Code Review) with frame-first scoping, non-overlapping ownership, and risk-tiered QA and Code Review gates.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "squad-skills",
  "version": "0.3.2",
  "description": "A role-specialized engineering squad — Product, Designer, Frontend, Backend, Mobile, DevOps, QA and Code Review — as skills, each also spawn able as a subagent.",
  "author": {
    "name": "Harry Nguyen",
    "url": "https://github.com/danh121097"
  },
  "homepage": "https://github.com/danh121097/squad-skills",
  "repository": "https://github.com/danh121097/squad-skills",
  "license": "MIT",
  "keywords": [
    "squad",
    "agents",
    "qa",
    "code-review",
    "frontend",
    "backend",
    "mobile",
    "devops",
    "design"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Squad Skills",
    "shortDescription": "Role-specialized software delivery",
    "longDescription": "Coordinate Product, Designer, Frontend, Backend, Mobile, DevOps, QA, Code Review, and bug-fix roles with explicit ownership and evidence-backed delivery gates.",
    "developerName": "Harry Nguyen",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/danh121097/squad-skills",
    "defaultPrompt": [
      "Coordinate this change with the smallest safe squad.",
      "Run behavioral QA, then review implementation quality.",
      "Route this bug to its owning engineering role."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "squad-skills",
  "displayName": "Squad Skills",
  "description": "A role-specialized engineering squad — Product, Designer, Frontend, Backend, Mobile, DevOps, QA and Code Review — as skills, each also spawn able as a subagent.",
  "version": "0.3.2",
  "author": {
    "name": "Harry Nguyen",
    "url": "https://github.com/danh121097"
  },
  "homepage": "https://github.com/danh121097/squad-skills",
  "repository": "https://github.com/danh121097/squad-skills",
  "license": "MIT",
  "keywords": [
    "squad",
    "agents",
    "qa",
    "code-review",
    "frontend",
    "backend",
    "mobile",
    "devops",
    "design"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[squad-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/squad-skills)