Agent Plugins Marketplace
All plugins

essential

v1.0.0

Documentation creation, code design, product strategy, and Notion integration for knowledge management

CodexClaude Code11 Skills

By Alvis4 GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
11 skill or MCP entries
Source updated
Aug 26, 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 essential@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/alvis/.agents

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

Plugin files

plugins/essential/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/autoresearch/SKILL.md
├── skills/decide/SKILL.md
├── skills/deep-research/SKILL.md
├── skills/discover/SKILL.md
├── skills/doctor/SKILL.md
├── skills/handoff/SKILL.md
├── skills/handover/SKILL.md
├── skills/install-agents/SKILL.md
├── skills/install-output-styles/SKILL.md
├── skills/install-statusline/SKILL.md
└── skills/takeover/SKILL.md

Included Skills11

autoresearchskills/autoresearch/SKILL.md

Run a metric-driven research loop: define a metric, evaluator, baseline, and target; evolve candidate solutions; score and adversarially verify them; then mutate survivors until the target, budget, or plateau ends the run. Use for measurable optimization of prompts, code, experiments, or creative variants; use deep-research for fact-finding.

decideskills/decide/SKILL.md

Decides between researched approaches before implementation. Use when asked to choose an approach, challenge a recommendation, make an architecture decision, compare options, define rollback and falsification signals, or obtain approval; routes blindspot passes, brainstorms, interviews, references, and prototypes to essential:discover.

deep-researchskills/deep-research/SKILL.md

Conduct comprehensive multi-source research with AI-assisted analysis, adversarial claim verification, and explicit source synthesis. Use when investigating complex topics, comparing evidence, gathering current information, or producing a fact-finding report with citations and uncertainty notes. Do not use for metric-driven candidate optimization.

discoverskills/discover/SKILL.md

Discovers material unknowns before planning. Use for a blindspot pass or unknown unknowns, to brainstorm approaches from cheapest to ambitious, interview about architecture, extract reference implementation semantics, make a disposable prototype before touching the real app, or check whether discovery is ready for a decision; researched option selection belongs to essential:decide.

doctorskills/doctor/SKILL.md

Check the integrity of local state and durable ADRs with the structural doctor, diagnose folder-structure and format drift against current contracts, and offer user-approved migration or repair. Use for health checks of .state/ or docs/architecture/decisions/, before resuming old work, or after suspected corruption or drift; this skill repairs records, never the work itself.

handoffskills/handoff/SKILL.md

Create or execute a context-complete cross-domain plan as an orchestrator. Use when another agent must continue without prior context, or when a multi-domain plan needs coordinated execution while this skill retains decision ownership. For coding-session persistence, use essential:handover.

handoverskills/handover/SKILL.md

Persist work stream state and update the global overview, both in the default source tree's centralized .state/, so the session can pause and any later session resume from the files on disk. Use when pausing coding work; this skill records continuity and does not execute the work.

install-agentsskills/install-agents/SKILL.md

Discover, validate, stitch, and install specialist agent templates contributed by Essential, its marketplace, and explicitly trusted enabled marketplaces. Use when asked to install agents, set up subagents, refresh the agent team, or configure Claude Code, Codex, or Grok Build on a new machine.

install-output-stylesskills/install-output-styles/SKILL.md

Install bundled Claude Code output-style Markdown files into ~/.claude/output-styles. Use when asked to install, refresh, or repair a response style shipped with this skill; do not use for editing style content or project-scoped .claude/output-styles files.

install-statuslineskills/install-statusline/SKILL.md

Install the bundled Bullet Train statusline into ~/.claude and wire settings.json statusLine. Use when setting up Claude Code on a new machine, installing or restoring the statusline, or repairing its configuration; preserve the bundled executable and report permission or platform limitations.

takeoverskills/takeover/SKILL.md

Resume paused work from the default source tree's centralized .state/works/. Offer incomplete streams, settle each reviewing stream against its applicable landing evidence, resolve pending decisions, delegate planning to the relevant lead, and drive the selected stream toward its charter. Promote durable results before non-coding completion; route coding publication through the relevant change-publication capability.

Plugin manifests2

plugins/essential/.codex-plugin/plugin.json
{
  "name": "essential",
  "version": "1.0.0",
  "description": "Documentation creation, code design, product strategy, and Notion integration for knowledge management",
  "author": {
    "name": "Alvis"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Essential",
    "shortDescription": "Project orchestration, documentation, and knowledge workflows.",
    "longDescription": "Coordinate project delivery, documentation, product strategy, handoffs, and specialist agent installation.",
    "developerName": "Alvis",
    "category": "productivity",
    "capabilities": [
      "Skills",
      "Hooks"
    ],
    "defaultPrompt": "Help me coordinate this project."
  }
}
plugins/essential/.claude-plugin/plugin.json
{
  "name": "essential",
  "author": {
    "name": "Alvis"
  },
  "description": "Documentation creation, code design, product strategy, and Notion integration for knowledge management",
  "version": "1.0.0"
}

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

[essential on Agent Plugins Marketplace](https://pluginsmp.com/plugins/essential)