Agent Plugins Marketplace
← All plugins

engineering-skills

v1.13.1

Shared engineering-team skills for code review, issue workflow, code simplification, and testing.

CodexClaude Code18 Skills

By Accelerate DataLicense: ELv20 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
18 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 engineering-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 engineering-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.

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

  • Codex: engineering-skills-2@agent-plugin-marketplace → engineering-skills@agent-plugin-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/accelerate-data/engineering-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

engineering-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/adding-roadmap-item/SKILL.md
├── skills/adversarial-review/SKILL.md
├── skills/ai-pr-review-guide/SKILL.md
├── skills/closing-linear-issue/SKILL.md
├── skills/code-simplifier/SKILL.md
├── skills/creating-linear-issue/SKILL.md
├── skills/explaining-code/SKILL.md
├── skills/grill-with-docs/SKILL.md
├── skills/handoff/SKILL.md
├── skills/implementing-linear-issue/SKILL.md
├── skills/installing-studio-with-vibedata/SKILL.md
├── skills/maintaining-github-repos/SKILL.md
├── skills/maintaining-user-flows/SKILL.md
├── skills/raising-linear-pr/SKILL.md
├── skills/reproducing-bug/SKILL.md
├── skills/reviewing-github-pr/SKILL.md
├── skills/writing-tests/SKILL.md
└── skills/yolo/SKILL.md

Included Skills18

adding-roadmap-itemskills/adding-roadmap-item/SKILL.md

Use when the user wants to add a roadmap item, submit a roadmap request, propose a product roadmap candidate, or log RO-team roadmap intake in Linear. Not for generic Linear issue creation, bug reports, or implementation tickets.

adversarial-reviewskills/adversarial-review/SKILL.md

Use when the user asks for an adversarial review, opposing-model review, hostile review, red-team review, or extra critical review of a plan, branch, implementation, or large diff.

ai-pr-review-guideskills/ai-pr-review-guide/SKILL.md

Use when reviewing a vd-studio pull request as the automated AI PR reviewer (OpenHands pr-review plugin) — judging test coverage for a diff, structuring the review report, or deciding merge readiness.

closing-linear-issueskills/closing-linear-issue/SKILL.md

Use when the user says "close issue [ID]", "close [ID]", "finish closeout", or when a Linear issue already has a review-ready PR and this repository needs the merge, close, and cleanup phase

code-simplifierskills/code-simplifier/SKILL.md

Use when code has just been written or modified and should be refined for clarity, consistency, maintainability, or reduced complexity without changing behavior.

creating-linear-issueskills/creating-linear-issue/SKILL.md

Use when the user asks to create, file, log, open, draft, refine, decompose, or turn a request, bug, spike, or follow-up into a Linear issue or Linear ticket before work continues.

explaining-codeskills/explaining-code/SKILL.md

Use when the user asks how code works, requests a code walkthrough, wants a codebase explanation, or asks to explain a function, module, flow, architecture, or implementation.

grill-with-docsskills/grill-with-docs/SKILL.md

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

handoffskills/handoff/SKILL.md

Compact the current conversation into a handoff document for another agent to pick up.

implementing-linear-issueskills/implementing-linear-issue/SKILL.md

Use when asked to implement, fix, build, or work on an existing Linear issue in this repository, and coding should stop before PR creation

installing-studio-with-vibedataskills/installing-studio-with-vibedata/SKILL.md

Use when a customer, operator, or support engineer wants to install, deploy, set up, run, update, restart, or tear down Studio with the vibedata CLI — local Docker on one machine or Kubernetes (Azure/AKS) for a team — including prerequisite checks, Azure secret and infra gap handling, sign-in (vibedata login vs az login vs gh auth login), and day-2 lifecycle.

maintaining-github-reposskills/maintaining-github-repos/SKILL.md

Use when answering org-level or repo-level GitHub maintenance questions about repository inventory, branch health, PR backlog, or safe cleanup follow-up.

maintaining-user-flowsskills/maintaining-user-flows/SKILL.md

Use when adding, retiring, renaming, merging, splitting, or checking sync for a canonical user flow across the User-Flows-Details Sheet and Linear "User Flow" labels. Flow list maintenance only — does not author functional specs or track implementation.

raising-linear-prskills/raising-linear-pr/SKILL.md

Use when implementation is complete and the user asks to raise, create, open, prepare, or update a PR for an existing Linear issue in this repository

reproducing-bugskills/reproducing-bug/SKILL.md

Use when a reported bug needs to be proven before anyone fixes it — a symptom seen in a customer or cloud environment, a report with no confirmed cause, an issue closed once as "not reproducible", a fix whose acceptance criteria were ticked without tests, or any bug that must end in a failing test rather than a write-up

reviewing-github-prskills/reviewing-github-pr/SKILL.md

Use when a user asks to review an existing GitHub PR end-to-end, including PR checkout, scope framing, acceptance-criteria verification, draft review preparation, and gated posting of a GitHub PR review event.

writing-testsskills/writing-tests/SKILL.md

Use when test quality decisions are needed for new, changed, brittle, missing, or review-requested unit or component tests, including tests-first work, assertion choice, mock boundaries, lifecycle scenarios, or independent test-session handoff.

yoloskills/yolo/SKILL.md

Use when the user wants to go from a feature description to an open PR in one uninterrupted flow, asks to yolo a change, says do it all, or requests a single-shot create-implement-PR workflow.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "engineering-skills",
  "description": "Shared engineering-team skills for code review, issue workflow, code simplification, and testing.",
  "version": "1.13.1",
  "author": {
    "name": "Accelerate Data"
  },
  "repository": "https://github.com/accelerate-data/engineering-skills",
  "license": "ELv2",
  "keywords": [
    "skills",
    "engineering",
    "codex",
    "claude-code"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Engineering Skills",
    "shortDescription": "Shared engineering team skills.",
    "developerName": "Accelerate Data",
    "category": "Coding",
    "capabilities": [],
    "screenshots": []
  }
}
.claude-plugin/plugin.json
{
  "name": "engineering-skills",
  "description": "Shared engineering-team skills for code review, issue workflow, code simplification, and testing.",
  "version": "1.13.1",
  "author": {
    "name": "Accelerate Data"
  },
  "repository": "https://github.com/accelerate-data/engineering-skills",
  "license": "ELv2",
  "keywords": [
    "skills",
    "engineering",
    "claude-code",
    "codex"
  ],
  "skills": "./skills/"
}

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

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