# hnikoloski

> Open-source publisher. Listings imported from github.com/hnikoloski — credited to the original author with their license.

- **Listings:** 21
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/hnikoloski
- **Website:** https://github.com/hnikoloski

## Published listings

- [Imlazy Router](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-router) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-router`
  Classify the task into Quick/Standard/Heavy/Vault/Learn tier and route to the right workflow. Adaptively consults heuristics.log to refine borderline classifications.
- [Imlazy Write Plans](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-write-plans) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-write-plans`
  Use when you have a spec or requirements for a multi-step task, before touching code
- [Imlazy Bootstrap](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-bootstrap) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-bootstrap`
  Bootstrap skill loaded on every session — detects /imlazy and "i am lazy" triggers, routes through imlazy-router for tier-aware execution
- [Imlazy Strategic Save](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-strategic-save) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-strategic-save`
  Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
- [Imlazy Receive Review](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-receive-review) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-receive-review`
  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
- [Imlazy Write Skills](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-write-skills) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-write-skills`
  Use when creating new skills, editing existing skills, or verifying skills work before deployment
- [Imlazy Planning](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-planning) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-planning`
  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
- [Tdd](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-tdd) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-tdd`
  Test-Driven Development with built-in completion gate — write failing test, watch it fail, write minimal code to pass, verify with evidence before claiming success
- [Debugging](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-debug) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-debug`
  Systematic root-cause investigation before any fix attempt. Four phases — Root Cause → Pattern Analysis → Hypothesis → Implementation. If 3+ fixes fail, question the architecture
- [Imlazy Request Review](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-request-review) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-request-review`
  Use when completing tasks, implementing major features, or before merging to verify work meets requirements
- [Imlazy Backend](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-backend) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-backend`
  Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
- [Learn](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-learn) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-learn`
  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
- [Imlazy Wordpress](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-wordpress) — Skill · Free — `agentstack add skill-hnikoloski-imlazy-imlazy-wordpress`
  WordPress + ACF (Advanced Custom Fields) development — themes, plugins, hooks, blocks, field groups, security, REST API, and the full ACF ecosystem
- [Parallel Agents](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-parallel) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-parallel`
  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
- [Imlazy](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy`
  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.
- [Brainstorming](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-brainstorm) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-brainstorm`
  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
- [Imlazy Finish Branch](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-finish-branch) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-finish-branch`
  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
- [Imlazy Standards](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-standards) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-standards`
  Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
- [Code Review](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-code-review) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-code-review`
  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
- [Worktrees](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-worktrees) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-worktrees`
  Use when starting feature work that needs isolation from current workspace or before executing implementation plans — ensures an isolated workspace exists via native tools or git worktree fallback
- [Imlazy Subagents](https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-subagents) — Skill · Free · security-reviewed — `agentstack add skill-hnikoloski-imlazy-imlazy-subagents`
  Use when executing implementation plans with independent tasks in the current session

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
