All authors
levnikolaevich avatar

Claude Skills by levnikolaevich

github.com/levnikolaevich
34 skillsA× 340 installs264 views
Ln 100 Documents PipelineA

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.

developmentgobash
0
11
Ln 110 Project Docs CoordinatorA

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

developmentgosql
0
11
Ln 111 Root Docs CreatorA

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

developmentdocumentation
0
11
Ln 112 Project Core CreatorA

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

developmentdatabasefrontend
0
11
Ln 113 Backend Docs CreatorA

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

developmentgosql
0
11
Ln 114 Frontend Docs CreatorA

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

developmentreactvue
0
11
Ln 115 Devops Docs CreatorA

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

developmentdockeraws
0
11
Ln 120 Reference Docs CreatorA

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.

developmentgosql
0
11
Ln 130 Tasks Docs CreatorA

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.

developmentapidocumentation
0
11
Ln 140 Test Docs CreatorA

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.

developmentpythongo
0
11
Ln 150 Presentation CreatorA

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.

developmentjavascriptgo
0
11
Ln 200 Scope DecomposerA

Orchestrates full decomposition (scope → Epics → Stories) by delegating ln-210 → ln-220. Sequential Story decomposition per Epic. Epic 0 for Infrastructure.

developmentrustsecurity
0
11
Ln 210 Epic CoordinatorA

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

developmentpythongo
0
11
Ln 220 Story CoordinatorA

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

developmentjavascriptgo
0
11
Ln 221 Standards ResearcherA

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

researchgofastapi
0
11
Ln 222 Story CreatorA

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.

developmentjavascriptgo
0
11
Ln 223 Story ReplannerA

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

developmentjavascriptgo
0
11
Ln 300 Story PipelineA

Orchestrates complete Story workflow from task planning to Done. Delegates to ln-310-story-decomposer, ln-320-story-validator, ln-330-story-executor for full automation.

developmentrusttesting
0
11
Ln 310 Story DecomposerA

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

developmentgorefactoring
0
11
Ln 311 Task CreatorA

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

developmentgotesting
0
11
Ln 312 Task ReplannerA

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

developmentgotesting
0
11
Ln 320 Story ValidatorA

Reviews Stories/Tasks against 2025 standards - CRITICAL PATH FIRST. Research via ln-321, decision point (CONTINUE/REPLAN), auto-fix if path correct. Tabular output. Auto-discovers team/config.

developmentgoexpress
0
11
Ln 321 Best Practices ResearcherA

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

developmentgoapi
0
11
Ln 330 Story ExecutorA

Orchestrates Story tasks. Prioritizes To Review -> To Rework -> Todo, delegates to ln-331/ln-333/ln-334, hands Story quality to ln-340. Metadata-only loading up front.

developmentrustgo
0
11
Ln 331 Task ExecutorA

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

developmentgo
0
11
Ln 332 Task ReviewerA

Reviews completed tasks (To Review) and moves them to Done or To Rework. Zero tolerance: all issues fixed now.

developmenttesting
0
11
Ln 333 Task ReworkA

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

development
0
11
Ln 334 Test ExecutorA

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

toolsgotesting
0
11
Ln 340 Story Quality GateA

Story-level quality orchestrator. Pass 1: code quality -> regression -> manual testing (fail fast). Pass 2: verify tests/coverage -> mark Story Done. Auto-discovers team/config.

developmenttesting
0
11
Ln 341 Code Quality CheckerA

Worker that checks DRY/KISS/YAGNI/architecture/guide compliance for Done implementation tasks. Reports issues; does not change statuses or create tasks.

developmentgoapi
0
11
Ln 342 Regression CheckerA

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

developmentgotesting
0
11
Ln 343 Manual TesterA

Performs manual testing of Story AC via executable bash scripts saved to tests/manual/. Creates reusable test suites per Story. Worker only.

toolsbashdocker
0
11
Ln 350 Story Test PlannerA

Plans Story test task by Risk-Based Testing after manual testing. Calculates priorities, selects E2E/Integration/Unit, delegates to ln-311-task-creator. Invoked by ln-340-story-quality-gate.

developmentgodocker
0
11
Ln 360 Codebase AuditorA

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 single Linear task in Epic 0.

developmentjavascripttypescript
0
11