imlazy-local
01Plugin Claude Code
Local marketplace for the imlazy plugin (not yet published).
Plugin Claude Code
Local marketplace for the imlazy plugin (not yet published).
Plugin Claude Code
Self-contained unified orchestrator — tier-routed agent workflow with 40+ skills, 19 subagent prompts, Obsidian vault integration, and cross-harness support.
Instructions file
Instructions for hnikoloski/imlazy, covering imlazy — project guidance, project layout, contributing principles and references.
Skill Claude CodeCodex
Use when you want tier-aware agent routing — detects task complexity, routes to Quick/Standard/Heavy/Vault workflows, and auto-dispatches the right agent. Trigger with /imlazy or "i am lazy" prefix.
Command
Activate the imlazy tier-routed workflow with a task description.
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From hnikoloski/imlazy.
Skill Claude CodeCodex
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Skill Claude CodeCodex
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Skill Claude CodeCodex
Bootstrap skill loaded on every session — detects /imlazy and "i am lazy" triggers, routes through imlazy-router for tier-aware execution.
Skill Claude CodeCodex
For Heavy-tier tasks only — turn ideas into specs through one-question-at-a-time dialogue, present design in sections, write spec doc, hand off to planning skill.
Skill Claude CodeCodex
Two roles — request a code review (dispatch reviewer subagent) and receive a code review (process feedback rigorously). Use after each task in planning full mode, before merge, or when stuck.
Skill Claude CodeCodex
Systematic root-cause investigation before any fix attempt. Four phases — Root Cause → Pattern Analysis → Hypothesis → Implementation. If 3+ fixes fail, question the architecture.
Skill Claude CodeCodex
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles.
Skill Claude CodeCodex
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.
Skill Claude CodeCodex
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
Skill Claude CodeCodex
Record router misclassifications to /.claude/imlazy/heuristics.log so the router adapts over time. Invoked by workflow skills on auto-escalation or on user feedback.
Skill Claude CodeCodex
Dispatch multiple subagents in parallel for independent tasks. Cache-friendly dispatch pattern — identical system prompts let the Anthropic prompt cache (5-min TTL) make 2nd-Nth dispatches nearly free.
Skill Claude CodeCodex
Create and execute implementation plans. Two modes — light (5-bullet inline plan) for Standard tier; full (plan doc + subagent-dispatched execution + per-task review) for Heavy tier.
Skill Claude CodeCodex
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.
Skill Claude CodeCodex
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
Skill Claude CodeCodex
Classify the task into Quick/Standard/Heavy/Vault/Learn tier and route to the right workflow. Adaptively consults heuristics.log to refine borderline classifications.
Skill Claude CodeCodex
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Skill Claude CodeCodex
Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
Skill Claude CodeCodex
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.