Agent Plugins Marketplace
All plugins

majestic-engineer

v0.1.0

Scope, plan, review, simplify, and harden software changes: minimal sufficient work, implementation planning, code and test review, code simplification, complexity, logging, and multi-agent architecture.

CodexClaude CodeAgent Plugins10 Skills

By Majestic LabsLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
10 skill or MCP entries
Source updated
Aug 27, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add majestic-engineer@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/majesticlabs-dev/majestic-abilities

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

Plugin files

plugins/engineer/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/code-review/SKILL.md
├── skills/code-simplifier/SKILL.md
├── skills/complexity-reviewer/SKILL.md
├── skills/implementation-planning/SKILL.md
├── skills/minimal-sufficient-work/SKILL.md
├── skills/multi-agent-architecture/SKILL.md
├── skills/plan-review/SKILL.md
├── skills/structured-logging/SKILL.md
├── skills/test-reviewer/SKILL.md
└── skills/to-tasks/SKILL.md

Included Skills10

code-reviewskills/code-review/SKILL.md

Review a concrete change set for correctness, regressions, security, data risk, unnecessary complexity, and missing tests, then give evidence-backed findings or a release verdict. Use when reviewing a diff, pull request, patch, staged changes, or deciding whether code is ready to merge or ship.

code-simplifierskills/code-simplifier/SKILL.md

Simplify settled, recently changed code for reuse, quality, and efficiency while preserving behavior. Use for explicit code simplification requests after implementation and before handoff.

complexity-reviewerskills/complexity-reviewer/SKILL.md

Review code for algorithmic complexity and performance hotspots without changing behavior. Use when auditing inefficient loops, repeated scans, rendering work, N+1 queries, or proposed performance optimizations.

implementation-planningskills/implementation-planning/SKILL.md

Create an implementation plan grounded in the existing repository, with explicit scope, ordered changes, risks, and verification. Use when a feature, fix, migration, or refactor needs an executable technical plan before code changes begin.

minimal-sufficient-workskills/minimal-sufficient-work/SKILL.md

Apply the MSW deletion rule to keep plans, implementation, tests, remediation, reviews, artifacts, and process limited to work necessary to satisfy or prove the requested outcome. Use when the user invokes MSW or the deletion rule, when work risks expanding beyond scope, or before adding code, tests, files, abstractions, limits, review findings, or follow-up work.

multi-agent-architectureskills/multi-agent-architecture/SKILL.md

Design persistent multi-agent systems with explicit roles, ownership, handoffs, state, permissions, context budgets, and failure handling. Use when building an agent product or durable workflow whose work genuinely requires multiple specialized agents.

plan-reviewskills/plan-review/SKILL.md

Review implementation plans, PRDs, brainstorm handoffs, and feature specifications as whole delivery artifacts for implementation readiness. Use when flows, sequencing, dependencies, scope, operational risk, or verification should be challenged before handoff. Not for a dedicated requirement-statement or requirements-catalogue quality audit.

structured-loggingskills/structured-logging/SKILL.md

Design structured application logging for observability and incident debugging. Use when adding JSON logs, correlation or trace identifiers, context propagation, log-level policy, redaction, or production debugging signals.

test-reviewerskills/test-reviewer/SKILL.md

Review automated tests for behavioral coverage, assertion quality, isolation, and missing failure cases. Use when assessing whether a change is sufficiently tested or whether a test suite gives reliable shipping confidence.

to-tasksskills/to-tasks/SKILL.md

Convert an approved plan, specification, or settled conversation into the smallest dependency-aware set of vertical implementation tasks, then optionally create them in an authorized task system or as local Markdown. Use when work spans multiple implementation sessions, needs explicit blockers or safe parallel execution, or requires expand-migrate-contract sequencing for a wide refactor.

Plugin manifests3

plugins/engineer/.codex-plugin/plugin.json
{
  "name": "majestic-engineer",
  "version": "0.1.0",
  "description": "Scope, plan, review, simplify, and harden software changes: minimal sufficient work, implementation planning, code and test review, code simplification, complexity, logging, and multi-agent architecture.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "engineering",
    "code-review",
    "planning"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Majestic Engineer",
    "shortDescription": "Software planning, review, testing, architecture, and code simplification skills.",
    "longDescription": "Scope, plan, review, simplify, and harden software changes: minimal sufficient work, implementation planning, code and test review, code simplification, complexity, logging, and multi-agent architecture.",
    "developerName": "Majestic Labs",
    "category": "Developer Tools",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Create an implementation plan for this change.",
      "Review this diff for defects and missing tests."
    ]
  }
}
plugins/engineer/.claude-plugin/plugin.json
{
  "name": "majestic-engineer",
  "displayName": "Majestic Engineer",
  "version": "0.1.0",
  "description": "Scope, plan, review, simplify, and harden software changes: minimal sufficient work, implementation planning, code and test review, code simplification, complexity, logging, and multi-agent architecture.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "engineering",
    "code-review",
    "planning"
  ]
}
plugins/engineer/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "majestic-engineer",
  "version": "0.1.0",
  "description": "Scope, plan, review, simplify, and harden software changes: minimal sufficient work, implementation planning, code and test review, code simplification, complexity, logging, and multi-agent architecture.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "engineering",
    "code-review",
    "planning"
  ]
}

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

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