Composes and publishes announcements to GitHub Discussions. Use when sharing releases, updates, or news with the community.
236
AI 92
ln-013-config-syncer
levnikolaevich3/21/2026
Syncs skills, MCP settings, and hooks from Claude Code to Gemini CLI and Codex CLI via symlinks and config conversion. Use when agent configs need alignment.
236
AI 90
ln-781-build-verifier
levnikolaevich3/21/2026
Builds all detected projects and verifies successful compilation
236
AI 87
ln-161-skill-creator
levnikolaevich3/21/2026
Creates .claude/commands from procedural doc sections. Use when transforming documentation prose into executable skill files.
236
AI 83
ln-627-observability-auditor
levnikolaevich3/21/2026
Checks structured logging, health checks, metrics collection, request tracing, log levels. Use when auditing observability.
236
AI 83
ln-780-bootstrap-verifier
levnikolaevich3/21/2026
Orchestrates final verification - build, test, and container health checks
236
AI 83
ln-113-backend-docs-creator
levnikolaevich3/21/2026
Creates 2 backend docs (api_spec.md, database_schema.md). L3 Worker invoked CONDITIONALLY when hasBackend or hasDatabase detected.
236
AI 82
ln-740-quality-setup
levnikolaevich3/21/2026
Sets up linters, pre-commit hooks, and test infrastructure. Use when adding code quality tooling to a project.
Fixes tasks in To Rework and returns them to To Review. Applies reviewer feedback only for the selected task.
236
AI 75
ln-115-devops-docs-creator
levnikolaevich3/21/2026
Creates runbook.md for DevOps setup. L3 Worker invoked CONDITIONALLY when hasDocker detected.
236
ln-730-devops-setup
levnikolaevich3/21/2026
Coordinates Docker, CI/CD, and environment configuration setup via auto-detection
236
ln-130-tasks-docs-creator
levnikolaevich3/18/2026
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.
225
AI 78
ln-630-test-auditor
levnikolaevich3/18/2026
Test suite audit coordinator (L2). Delegates to 5 workers (Business Logic, E2E, Value, Coverage, Isolation). Aggregates results, creates Linear task in Epic 0.
225
ln-400-story-executor
levnikolaevich3/16/2026
Orchestrates Story tasks. Prioritizes To Review -> To Rework -> Todo, delegates to ln-401/402/403/404. Sets Story to To Review when all tasks Done. Metadata-only loading.