By LuciferDono
Lazy-loading ECC fork — full Claude Code enhancement suite with on-demand component loading via registry-driven auto-detection
Answer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.
Incrementally fix build and type errors with minimal, safe changes.
Create or verify a checkpoint in your workflow.
Start NanoClaw v2 — ECC's persistent, zero-dependency REPL with model routing, skill hot-load, branching, compaction, export, and metrics.
Comprehensive security and quality review of uncommitted changes:
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/info_only/meeting_info/action_required), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies to inform new development.
Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature.
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.
Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ECC should be trimmed to what a project actually needs instead of loading the full bundle.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Lazy-loaded Agent/skill Base System for Claude Code.
LABS is a performance fork of everything-claude-code that replaces eager component loading with a dual-format registry architecture. Instead of dumping every skill, agent, and command into context at session start, LABS loads only a lightweight registry (~800-1200 tokens) and resolves components on demand.
claude plugin add LuciferDono/LABS
At session start, Claude reads only REGISTRY.md -- a compact trigger-table covering all 259 components. When a user request matches a trigger, the corresponding skill/agent/command file is loaded just-in-time from the path in registry.json.
Two files, one system:
REGISTRY.md -- human-readable trigger table, loaded into context at session startregistry.json -- machine-readable manifest with file paths, used by the loader at resolve time| Type | Count |
|---|---|
| Skills | 146 |
| Agents | 38 |
| Commands | 72 |
| Contexts | 3 |
| Total | 259 |
| Command | Purpose |
|---|---|
/plan | Plan before implementing |
/tdd | Test-driven development workflow |
/verify | Run all quality gates |
/code-review | Review code before committing |
/build-fix | Fix build and type errors incrementally |
/orchestrate | Delegate complex tasks across agents |
/save-session | Persist session context for later |
/resume-session | Restore a saved session |
/refactor-clean | Remove dead code and duplicates |
/loop-start | Launch an autonomous agent loop |
Run any command by typing it in your Claude Code session. All 72 commands are listed in REGISTRY.md.
Hooks are gated by profile. Set via environment variable:
export ECC_HOOK_PROFILE=minimal
| Profile | Hooks Enabled | Use Case |
|---|---|---|
minimal (default) | session-start, session-end, cost-tracker, evaluate-session | Low overhead, session lifecycle only |
standard | + quality-gate, formatter, typecheck, console-warn, observe | Balanced quality and safety |
strict | + tmux reminders, git push reminders | Maximum guardrails |
LABS supports cross-session persistence:
/save-session -- serialize current context, decisions, and progress to disk/resume-session -- reload a previous session and continue where you left off/sessions -- browse saved sessionsLABS includes a shim that resolves CLAUDE_PLUGIN_ROOT reliably across platforms, so hooks and scripts always find their files regardless of install location.
Forked from everything-claude-code by Affaan Mustafa. Original project provides the skill, agent, and command content that LABS wraps with lazy-loading infrastructure.
MIT
npx claudepluginhub luciferdono/labs --plugin labsProduction-grade code quality, review, CI management, and branch workflow skills with subagent-driven architecture. Enforces sole authorship, humanized commits, and systematic best-practice auditing.
End-to-end academic research paper writing plugin. Covers the complete lifecycle from ideation through post-publication: literature review, novelty verification, research design, data management, paper architecture, writing, verification, venue selection, formatting, peer review response, camera-ready, and dissemination. Supports all paper types (journal, conference, workshop, thesis, survey, demo, dataset, book chapter) across all disciplines (CS, medicine, social sciences, humanities, business). Includes AI policy management, collaborative writing workflows, and persistent session intelligence.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
Unified Claude Code plugin merging superpowers workflows (TDD, debugging, planning) with everything-claude-code productivity (agents, learning, hooks, rules)
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.