Agent Plugins Marketplace
All plugins

team-engineering-skills

v2.2.0

Curated engineering workflows for quality, security, frontend, platform, and incident work.

CodexClaude Code15 Skills

By SuppachaLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
15 skill or MCP entries
Source updated
Sep 18, 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 team-engineering-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Suppacha/team-engineering-skills-plugin
codex plugin marketplace upgrade team-engineering-skills-marketplace
codex plugin add team-engineering-skills@team-engineering-skills-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the team-engineering-skills-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “team-engineering-skills” remain stable.

  • Codex: team-engineering-skills@agent-plugin-marketplaceteam-engineering-skills@team-engineering-skills-marketplace

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/Suppacha/team-engineering-skills-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/team-engineering-skills/.

Plugin files

plugins/team-engineering-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/acquire-codebase-knowledge/SKILL.md
├── skills/create-agentsmd/SKILL.md
├── skills/incident-postmortem/SKILL.md
├── skills/load-testing/SKILL.md
├── skills/mcp-builder/SKILL.md
├── skills/mentoring-juniors/SKILL.md
├── skills/property-based-testing/SKILL.md
├── skills/requirement-analysis/SKILL.md
├── skills/selecting-quality-engineering-tools/SKILL.md
├── skills/sharp-edges/SKILL.md
├── skills/supabase/SKILL.md
├── skills/supply-chain-risk-auditor/SKILL.md
├── skills/test-case-design/SKILL.md
├── skills/ui-design-specification/SKILL.md
└── skills/variant-analysis/SKILL.md

Included Skills15

acquire-codebase-knowledgeskills/acquire-codebase-knowledge/SKILL.md

Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.

create-agentsmdskills/create-agentsmd/SKILL.md

Prompt for generating an AGENTS.md file for a repository

incident-postmortemskills/incident-postmortem/SKILL.md

Use when an outage, production incident, or significant service degradation has occurred and the team needs to write a structured blameless post-mortem. Triggers on phrases like "write a post-mortem", "incident review", "what went wrong", "outage report", "root cause analysis", or "RCA". Covers timeline reconstruction, contributing factor analysis, impact quantification, and action item generation with owners.

load-testingskills/load-testing/SKILL.md

Use when planning, scripting, running, troubleshooting, reviewing, or reporting load, performance, stress, spike, soak, endurance, capacity, scalability, concurrency, throughput, or latency tests (including โหลดเทสต์ and ทดสอบโหลด) with k6, JMeter, Locust, Gatling, Artillery, or an existing project tool.

mcp-builderskills/mcp-builder/SKILL.md

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

mentoring-juniorsskills/mentoring-juniors/SKILL.md

Socratic mentoring for junior developers and AI newcomers. Guides through questions, never answers. Triggers: "help me understand", "explain this code", "I'm stuck", "Im stuck", "I'm confused", "Im confused", "I don't understand", "I dont understand", "can you teach me", "teach me", "mentor me", "guide me", "what does this error mean", "why doesn't this work", "why does not this work", "I'm a beginner", "Im a beginner", "I'm learning", "Im learning", "I'm new to this", "Im new to this", "walk me through", "how does this work", "what's wrong with my code", "what's wrong", "can you break this down", "ELI5", "step by step", "where do I start", "what am I missing", "newbie here", "junior dev", "first time using", "how do I", "what is", "is this right", "not sure", "need help", "struggling", "show me", "help me debug", "best practice", "too complex", "overwhelmed", "lost", "debug this", "/socratic", "/hint", "/concept", "/pseudocode". Progressive clue systems, teaching techniques, and success metrics.

property-based-testingskills/property-based-testing/SKILL.md

Writes, reviews, and debugs property-based tests — Hypothesis, fast-check, proptest, jqwik, rapid, and Echidna or Medusa for Solidity invariants. Use whenever tests should cover a whole input domain instead of a hand-picked list of examples: encode/decode and serialize/deserialize pairs, parsers, canonicalizers and normalizers, validators, numeric and Decimal types, comparators and sort order, data structures, and smart-contract state invariants. Also use when adding cases to an existing @given, fast-check, or proptest suite, when judging whether existing property tests assert anything real, and when a generator has shrunk a counterexample and you need to tell a wrong property from a genuine bug. Not for coverage-guided binary fuzzing (libFuzzer, AFL), mutation-testing campaigns, static analysis, benchmarking, or end-to-end UI tests.

requirement-analysisskills/requirement-analysis/SKILL.md

Use when analyzing product or business needs, clarifying scope, or turning authorized discovery evidence into traceable requirements.

selecting-quality-engineering-toolsskills/selecting-quality-engineering-tools/SKILL.md

Use when choosing, adding, or combining Playwright, Robot Framework, Newman/Postman, Testcontainers, WireMock, Allure, k6, Locust, or OWASP ZAP for E2E, acceptance, API regression, integration, service virtualization, reporting, load, or security testing.

sharp-edgesskills/sharp-edges/SKILL.md

Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit of success' principles. Triggers: footgun, misuse-resistant, secure defaults, API usability, dangerous configuration.

supabaseskills/supabase/SKILL.md

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies, getSession, getUser, getClaims, RLS); Supabase CLI or MCP server; schema changes, migrations, declarative schemas, security audits, Postgres extensions (pg_graphql, pg_cron, pg_vector); debugging and troubleshooting errors or unexpected behavior on Supabase projects (HTTP errors, Postgres errors, RLS surprises, permission denied, schema cache issues, timeouts, Edge Function crashes, Realtime drops, Storage failures) and reading or querying logs (Logs Explorer, ClickHouse).

supply-chain-risk-auditorskills/supply-chain-risk-auditor/SKILL.md

Audits a project's dependencies for supply-chain risk: version-matched advisories for direct dependencies and the full lockfile tree, abandoned or archived upstreams, npm publisher concentration, and install-time script execution. Use when asked to audit dependencies, assess supply-chain or third-party package risk, or review a dependency tree before an engagement.

test-case-designskills/test-case-design/SKILL.md

Use when deriving traceable manual test scenarios and deterministic test cases from approved requirements, use cases, workflows, or UI specifications.

ui-design-specificationskills/ui-design-specification/SKILL.md

Use when specifying screens, user flows, interaction states, validation, permissions, or responsive and accessible behavior from approved requirements.

variant-analysisskills/variant-analysis/SKILL.md

Hunts for the other instances of a bug already found — the variants of one root cause across a codebase. Use immediately after a vulnerability, logic bug, or bad pattern turns up in a specific file and the question becomes where else it occurs, including the bare conversational form ("are there others like this?", "is this the same bug?"). Also for generalizing one known instance into a CodeQL or Semgrep query for its whole pattern family, and for triaging a set of look-alike candidates against a known root cause. Not for initial discovery with no bug in hand.

Plugin manifests2

plugins/team-engineering-skills/.codex-plugin/plugin.json
{
  "name": "team-engineering-skills",
  "version": "2.2.0",
  "description": "Curated engineering workflows for quality, security, frontend, platform, and incident work.",
  "author": {
    "name": "Suppacha"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Team Engineering Skills",
    "shortDescription": "Curated engineering workflows for quality, security, frontend, platform, and incident work.",
    "longDescription": "Curated engineering workflows for quality, security, frontend, platform, and incident work.",
    "developerName": "Suppacha",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": "Help me use Team Engineering Skills."
  }
}
plugins/team-engineering-skills/.claude-plugin/plugin.json
{
  "name": "team-engineering-skills",
  "description": "Curated engineering workflows for quality, security, frontend, platform, and incident work.",
  "version": "2.2.0",
  "author": {
    "name": "Suppacha"
  },
  "license": "MIT"
}

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

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