Agent Plugins Marketplace
← All plugins

emperor-time

v0.4.26

Software factory and digital coding archaeologist disguised as a skill. Language-agnostic. Host-agnostic.

Claude Code14 Skills

By Arbi EleziLicense: MIT2 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
14 skill or MCP entries
Source updated
Sep 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 emperor-time for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install emperor-time@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/arbi-elezi/emperor-time

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

emperor-time/
├── .claude-plugin/plugin.json
├── skills/emperor-build/SKILL.md
├── skills/emperor-capture/SKILL.md
├── skills/emperor-dispatch/SKILL.md
├── skills/emperor-excavate/SKILL.md
├── skills/emperor-forge/SKILL.md
├── skills/emperor-heal/SKILL.md
├── skills/emperor-queue/SKILL.md
├── skills/emperor-require-design/SKILL.md
├── skills/emperor-resume/SKILL.md
├── skills/emperor-scope/SKILL.md
├── skills/emperor-tdd/SKILL.md
├── SKILL.md
├── skills/emperor-verify/SKILL.md
└── skills/emperor-worktree/SKILL.md

Included Skills14

emperor-buildskills/emperor-build/SKILL.md

Emperor Time — BUILD. Smallest change that makes the work-order probe pass. Use when implementing, writing code, or executing a work-order task. Failing probe first. Tripwires observed before flags/APIs/paths are asserted.

emperor-captureskills/emperor-capture/SKILL.md

Emperor Time — CAPTURE / Chain Jail. Hunt, adapt, or author a missing skill, then pin, get consent, trial, register. Use when a needed capability is absent from this harness. Never bind an unpinned web skill.

emperor-dispatchskills/emperor-dispatch/SKILL.md

Emperor Time — DISPATCH / Steal Chain. Consent-first enlistment of local CLIs (Claude Code, Kimi, Codex, Copilot, opencode, Ollama). Use when the user asks to use another agent, parallelize, or review via a different model.

emperor-excavateskills/emperor-excavate/SKILL.md

Digital coding archaeology. Use when the codebase is lost, ancient, mixed, undocumented, Pascal, assembly, COBOL, Fortran, a ROM, or any stack that is not the agent's fashion. Survey artifacts, hunt manuals, recover one runnable behavior. Language-agnostic.

emperor-forgeskills/emperor-forge/SKILL.md

Ship software: finish menu (merge locally / PR / keep), then public PR with consent when chosen. Use when tests pass, implementation is complete, user says finish, ship, PR, merge, or open a pull request. Refuses PR without EMPEROR_CONSENT_PR or a quoted yes.

emperor-healskills/emperor-heal/SKILL.md

Emperor Time — HEAL / Holy Chain. Stop digging, run the four-phase debug checklist, reproduce, bisect, minimal heal, verify root cause. Use when tests go red, a regression appears, state is corrupted, or a gate was skipped.

emperor-queueskills/emperor-queue/SKILL.md

Pick or record work. Use when the user says find work, next, backlog, issues, Linear, what should I do, or hands a repo with no task. Not Claude-specific. Writes .emperor/queue.md. Wraps Dowsing, does not replace it.

emperor-require-designskills/emperor-require-design/SKILL.md

Emperor Time — REQUIRE + DESIGN. Grill intent Socratically, write acceptance criteria and a fat work order a zero-context worker can execute. Use when planning, writing a spec, designing an approach, brainstorming, or before any implementation. Pairs with G1/G2.

emperor-resumeskills/emperor-resume/SKILL.md

Resume from disk instead of restating the session. SessionStart MUST-route activation (must-route.md + emperor activate) fires without waiting for "emperor time". Use at session start, after compaction, or when the user says continue, resume, where were we. Planning-with-files pattern: PLAN.md FINDINGS.md PROGRESS.md.

emperor-scopeskills/emperor-scope/SKILL.md

Emperor Time — SCOPE / take-the-task. Quote the client, surface ambiguity, dowse repo evidence, write G0+G1. Use when the ask is vague, the user says find work, scope this, take this task, or before any design. Loads Dowsing Chain, not a substitute for it.

emperor-tddskills/emperor-tdd/SKILL.md

Emperor Time TDD iron law. Use BEFORE writing or editing production code for a feature, bugfix, refactor, or behavior change. No production code without a failing probe first. Delete implementation written before the probe failed. Prediction is ledgered before the command. Complements scientific-method.md.

emperor-timeSKILL.md

Emperor Time is a software factory and digital coding archaeologist disguised as a skill. Use when the user throws a repo and a loose task, a lost or ancient codebase (Pascal, assembly, COBOL, Fortran, ROM, unmarked binaries), says emperor time, find work, next, ship, or open a PR. Language-agnostic. Host-agnostic (AGENTS.md). Not trivia. SessionStart MUST-routes without waiting to be told.

emperor-verifyskills/emperor-verify/SKILL.md

Emperor Time — VERIFY / review / critique. Claim audit, eight-count self-critique, isolated hetero-critique, request-review HARD-GATE, verification-before-completion / evidence HARD-GATE, mechanical G4. Use when reviewing a diff, requesting code review, claiming tests pass, saying done / fixed / green, or before commit/PR/deliver/merge.

emperor-worktreeskills/emperor-worktree/SKILL.md

Emperor Time worktree isolation. Use before standard or heavy BUILD so the client's current checkout stays clean. Detect isolation first, prefer native harness tools, verify check-ignore, create a git worktree only as fallback, prove a green baseline, then implement the work-order there.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "emperor-time",
  "displayName": "Emperor Time",
  "version": "0.4.26",
  "description": "Software factory and digital coding archaeologist disguised as a skill. Language-agnostic. Host-agnostic.",
  "author": {
    "name": "Arbi Elezi",
    "url": "https://github.com/arbi-elezi"
  },
  "homepage": "https://github.com/arbi-elezi/emperor-time",
  "repository": "https://github.com/arbi-elezi/emperor-time",
  "license": "MIT",
  "keywords": [
    "sdlc",
    "verification",
    "tdd",
    "anti-hallucination",
    "scientific-method",
    "multi-agent",
    "agent-skills",
    "software-factory",
    "software-archaeology"
  ],
  "skills": [
    "./",
    "./skills/emperor-resume",
    "./skills/emperor-queue",
    "./skills/emperor-scope",
    "./skills/emperor-excavate",
    "./skills/emperor-require-design",
    "./skills/emperor-build",
    "./skills/emperor-tdd",
    "./skills/emperor-worktree",
    "./skills/emperor-verify",
    "./skills/emperor-forge",
    "./skills/emperor-dispatch",
    "./skills/emperor-heal",
    "./skills/emperor-capture"
  ]
}

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

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