essential
v1.0.0Documentation creation, code design, product strategy, and Notion integration for knowledge management
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add essential@agent-plugin-marketplacePaste 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/.agentsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/essential/.
Plugin files
├── .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
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.
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.
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.
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.
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.
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.
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.
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 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 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.
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
{
"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."
}
}{
"name": "essential",
"author": {
"name": "Alvis"
},
"description": "Documentation creation, code design, product strategy, and Notion integration for knowledge management",
"version": "1.0.0"
}For maintainers
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)