levnikolaevich

levnikolaevich

@levnikolaevich

GitHub
50 Skills
25950 Total Stars
February 2026 Joined

Public Skills

ln-002-best-practices-researcher

by levnikolaevich

Research best practices via MCP Ref/Context7/WebSearch and create documentation (guide/manual/ADR/research). Single research, multiple output types.

519 1d ago

ln-004-agent-sync

by levnikolaevich

"Sync skills (symlinks) and MCP settings from Claude to Gemini CLI and Codex CLI"

519 3mo ago

ln-521-test-researcher

by levnikolaevich

"Researches real-world problems, competitor solutions, and customer complaints before test planning. Posts findings as Linear comment for ln-522 and ln-523."

519 3mo ago

ln-112-project-core-creator

by levnikolaevich

Creates 4 core project docs (requirements.md, architecture.md, tech_stack.md, patterns_catalog.md). L3 Worker invoked by ln-110-project-docs-coordinator. ALWAYS created.

519 3mo ago

ln-402-task-reviewer

by levnikolaevich

"L3 Worker. Reviews task implementation for quality, code standards, test coverage. Creates [BUG] tasks for side-effect issues found outside task scope. Sets task Done or To Rework. Runs inline (Skill tool) from ln-400 main flow."

519 3mo ago

ln-310-story-validator

by levnikolaevich

Validates Stories/Tasks with GO/NO-GO verdict, Readiness Score (1-10), Penalty Points, and Anti-Hallucination verification. Auto-fixes to reach 0 points, delegates to ln-002 for docs. Use when reviewing Stories before execution or when user requests validation.

519 4mo ago

ln-1000-pipeline-orchestrator

by levnikolaevich

"Meta-orchestrator (L0): reads kanban board, drives Stories through pipeline 300->310->400->500 in parallel via TeamCreate. Max 3 concurrent Stories. Auto squash-merge to develop on quality gate PASS."

CI/CD 519 5mo ago

ln-500-story-quality-gate

by levnikolaevich

"Story-level quality orchestrator with 4-level Gate (PASS/CONCERNS/FAIL/WAIVED) and Quality Score. Delegates to ln-510 (quality) and ln-520 (tests), calculates final verdict."

Automation 519 5mo ago

ln-621-security-auditor

by levnikolaevich

Security audit worker (L3). Scans codebase for hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.

Code Review 519 5mo ago

ln-622-build-auditor

by levnikolaevich

Build health audit worker (L3). Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build configuration issues. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.

Code Review 519 5mo ago

ln-620-codebase-auditor

by levnikolaevich

"Coordinates 9 specialized audit workers (security, build, architecture, code quality, dependencies, dead code, observability, concurrency, lifecycle). Researches best practices, delegates parallel audits, aggregates results into docs/project/codebase_audit.md."

Code Review 519 5mo ago

ln-510-quality-coordinator

by levnikolaevich

"Coordinates code quality checks: ln-511 code quality, ln-512 tech debt cleanup, ln-513 agent review, ln-514 regression. Sequential pipeline, returns results to ln-500."

Agents 519 5mo ago

ln-300-task-coordinator

by levnikolaevich

Orchestrates task operations. Analyzes Story, builds optimal plan (1-8 implementation tasks), delegates to ln-301-task-creator (CREATE/ADD) or ln-302-task-replanner (REPLAN). Auto-discovers team ID.

Automation 519 5mo ago

ln-401-task-executor

by levnikolaevich

Executes implementation tasks (Todo -> In Progress -> To Review). Follows KISS/YAGNI, guides, quality checks. Not for test tasks.

Automation 519 5mo ago

ln-623-code-principles-auditor

by levnikolaevich

"Code principles audit worker (L3). Checks DRY (10 types), KISS/YAGNI, error handling, DI patterns. Returns findings with severity, location, effort, pattern_signature."

Code Gen 519 5mo ago

ln-511-code-quality-checker

by levnikolaevich

"Worker that checks DRY/KISS/YAGNI/architecture compliance with quantitative Code Quality Score. Validates architectural decisions via MCP Ref: (1) Optimality (2) Compliance (3) Performance. Reports issues with SEC-, PERF-, MNT-, ARCH-, BP-, OPT- prefixes."

Auth 519 5mo ago

ln-230-story-prioritizer

by levnikolaevich

RICE prioritization per Story with market research. Generates consolidated prioritization table in docs/market/[epic-slug]/prioritization.md. L2 worker called after ln-220.

Academic 519 5mo ago

ln-513-agent-reviewer

by levnikolaevich

"Worker that runs parallel external agent reviews (Codex + Gemini) on code changes. Background tasks, process-as-arrive, critical verification with debate. Returns filtered suggestions with confidence scoring."

Agents 519 5mo ago

ln-200-scope-decomposer

by levnikolaevich

"Orchestrates full decomposition (scope → Epics → Stories → RICE prioritization) by delegating ln-210 → ln-220 → ln-230. Sequential processing. Epic 0 for Infrastructure."

Academic 519 5mo ago

ln-512-tech-debt-cleaner

by levnikolaevich

"Automated tech debt cleanup worker (L3). Reads codebase audit findings, applies safe auto-fixes for low-risk issues (unused imports, dead code, commented-out code, deprecated aliases). Confidence >=90% only. Creates single commit with summary."

Code Review 519 5mo ago

ln-522-manual-tester

by levnikolaevich

"Performs manual testing of Story AC via executable bash scripts saved to tests/manual/. Creates reusable test suites per Story. Worker for ln-520."

CLI Tools 519 5mo ago

ln-514-regression-checker

by levnikolaevich

Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation.

Comments 519 5mo ago

ln-003-push-all

by levnikolaevich

"Commit and push ALL changes (staged + unstaged + untracked) to the remote repository"

Code Review 519 5mo ago

ln-520-test-planner

by levnikolaevich

"Orchestrates test planning pipeline (research → manual → auto tests). Coordinates ln-521, ln-522, ln-523. Invoked by ln-500-story-quality-gate."

Academic 519 5mo ago

ln-403-task-rework

by levnikolaevich

Fixes tasks in To Rework and returns them to To Review. Applies reviewer feedback only for the selected task.

Automation 519 5mo ago

ln-220-story-coordinator

by levnikolaevich

CREATE/REPLAN Stories for Epic (5-10 Stories). Delegates ln-001-standards-researcher for standards research. Decompose-First Pattern. Auto-discovers team/Epic.

Academic 519 5mo ago

ln-221-story-creator

by levnikolaevich

Creates Stories from IDEAL plan (CREATE) or appends user-requested Stories (ADD). Generates 8-section documents, validates INVEST, creates in Linear. Invoked by ln-220.

Academic 519 5mo ago

ln-400-story-executor

by levnikolaevich

"Orchestrates Story tasks. Prioritizes To Review -> To Rework -> Todo, delegates to ln-401/ln-402/ln-403/ln-404. Sets Story to To Review when all tasks Done (NOT Done — quality gate handles that). Metadata-only loading up front."

Automation 519 5mo ago

ln-001-standards-researcher

by levnikolaevich

Research standards/patterns via MCP Ref. Generates Standards Research for Story Technical Notes subsection. Reusable worker.

Academic 519 5mo ago

ln-311-agent-reviewer

by levnikolaevich

"Worker that runs parallel external agent reviews (Codex + Gemini) on Story/Tasks. Background tasks, process-as-arrive, critical verification with debate. Returns filtered suggestions for Story validation."

Agents 519 5mo ago

ln-302-task-replanner

by levnikolaevich

Updates ALL task types (implementation/refactoring/test). Compares IDEAL plan vs existing tasks, categorizes KEEP/UPDATE/OBSOLETE/CREATE, applies changes in Linear and kanban.

Automation 519 5mo ago

ln-301-task-creator

by levnikolaevich

Creates ALL task types (implementation, refactoring, test). Generates task documents from templates, validates type rules, creates in Linear, updates kanban. Invoked by orchestrators.

Automation 519 5mo ago

ln-114-frontend-docs-creator

by levnikolaevich

Creates design_guidelines.md for frontend projects. L3 Worker invoked CONDITIONALLY when hasFrontend detected.

Accessibility 519 5mo ago

ln-100-documents-pipeline

by levnikolaevich

"Top orchestrator for complete doc system. Delegates to ln-110 coordinator (project docs via 5 L3 workers) + ln-120-150 workers. Phase 4: global cleanup. Idempotent."

Code Review 519 5mo ago

ln-120-reference-docs-creator

by levnikolaevich

Creates reference documentation structure + smart documents (ADRs/Guides/Manuals) based on TECH_STACK. Only creates justified documents (nontrivial technology choices). L2 Worker in ln-100-documents-pipeline.

Code Gen 519 5mo ago

ln-201-opportunity-discoverer

by levnikolaevich

Traffic-First opportunity discovery. KILL funnel filters ideas by traffic channel, demand, competition, revenue, interest, MVP-ability. Outputs one idea + one channel recommendation.

Code Gen 519 5mo ago

ln-222-story-replanner

by levnikolaevich

Replans Stories when Epic requirements change. Compares IDEAL vs existing, categorizes operations (KEEP/UPDATE/OBSOLETE/CREATE), executes in Linear.

Academic 519 5mo ago

ln-140-test-docs-creator

by levnikolaevich

Creates test documentation (testing-strategy.md + tests/README.md). Establishes testing philosophy and Story-Level Test Task Pattern. L2 Worker in ln-100-documents-pipeline workflow.

File Ops 519 5mo ago

ln-115-devops-docs-creator

by levnikolaevich

Creates runbook.md for DevOps setup. L3 Worker invoked CONDITIONALLY when hasDocker detected.

Processing 519 5mo ago

ln-130-tasks-docs-creator

by levnikolaevich

Creates task management documentation (docs/tasks/README.md + kanban_board.md). L2 Worker in ln-100-documents-pipeline. Sets up Linear integration and task tracking rules.

Automation 519 5mo ago

ln-150-presentation-creator

by levnikolaevich

Builds interactive HTML presentation with 6 tabs (Overview, Requirements, Architecture/C4, Tech Spec, Roadmap, Guides). Creates presentation/README.md hub. L2 Worker under ln-100-documents-pipeline.

File Ops 519 5mo ago

ln-110-project-docs-coordinator

by levnikolaevich

Coordinates project documentation creation. Gathers context once, detects project type, delegates to 5 L3 workers (ln-111-115). L2 Coordinator invoked by ln-100.

Processing 519 5mo ago

ln-111-root-docs-creator

by levnikolaevich

Creates 4 root documentation files (CLAUDE.md, docs/README.md, documentation_standards.md, principles.md). L3 Worker invoked by ln-110-project-docs-coordinator.

Processing 519 5mo ago

ln-523-auto-test-planner

by levnikolaevich

"Plans automated tests (E2E/Integration/Unit) using Risk-Based Testing after manual testing. Calculates priorities, delegates to ln-301-task-creator. Worker for ln-520."

Automation 519 5mo ago

ln-600-docs-auditor

by levnikolaevich

Audit project documentation quality across 8 categories (Hierarchy, SSOT, Compactness, Requirements, Actuality, Legacy, Stack Adaptation, Semantic Content). Delegates to ln-601 for deep semantic verification of project documents. Use when documentation needs quality review, after major doc updates, or as part of ln-100-documents-pipeline. Outputs Compliance Score X/10 per category + Findings + Recommended Actions.

Code Review 519 5mo ago

ln-601-semantic-content-auditor

by levnikolaevich

Semantic content auditor (L3 Worker). Verifies document content matches stated SCOPE, aligns with project goals, and reflects actual codebase state. Called by ln-600 for each project document. Returns scope_alignment and fact_accuracy scores with findings.

File Ops 519 5mo ago

ln-610-code-comments-auditor

by levnikolaevich

Audit code comments and docstrings quality across 6 categories (WHY-not-WHAT, Density, Forbidden Content, Docstrings, Actuality, Legacy). Use when code needs comment review, after major refactoring, or as part of ln-100-documents-pipeline. Outputs Compliance Score X/10 per category + Findings + Recommended Actions.

Code Review 519 5mo ago

ln-210-epic-coordinator

by levnikolaevich

CREATE/REPLAN Epics from scope (3-7 Epics). Batch Preview + Auto-extraction. Decompose-First Pattern. Auto-discovers team ID.

Automation 519 5mo ago

ln-113-backend-docs-creator

by levnikolaevich

Creates 2 backend docs (api_spec.md, database_schema.md). L3 Worker invoked CONDITIONALLY when hasBackend or hasDatabase detected.

API Dev 519 5mo ago

ln-404-test-executor

by levnikolaevich

Executes Story Finalizer test tasks (label "tests") from Todo -> To Review. Enforces risk-based limits and priority.

Automation 519 5mo ago