All authors
boisenoise avatar

Claude Skills by boisenoise

github.com/boisenoise
331 skillsA× 320B× 9C× 20 installs401 views
Levn Ln 005 Agent ReviewerA

Universal context reviewer: delegates arbitrary context (plans, decisions, documents, architecture proposals) to external agents (Codex + Gemini) for independent review with debate protocol. Context always passed via files.

ai-agentsgo
0
9
Levn Ln 005 Environment ScannerA

Probes CLI agents (Codex, Gemini) and writes environment_state.json. Use when setting up a project or after installing/removing CLI agents.

toolsgobash
0
9
Levn Ln 005 Multi Agent Context ReviewA

Multi-agent context review: delegates plans, decisions, documents, architecture proposals to external agents (Codex + Gemini) for independent review with debate protocol. Works in Plan Mode.

developmenttypescriptpython
0
9
Levn Ln 010 Dev Environment SetupA

Installs agents, configures MCP servers, aligns marketplace plugins, creates and audits instructions. Use after setup or when agents/MCP/plugins need alignment.

ai-agentspythongo
0
9
Levn Ln 011 Agent InstallerB

Installs or updates Codex CLI and Claude Code. Use when CLI agents need installation or update.

ai-agentsgo
0
9
Levn Ln 012 Mcp ConfiguratorB

Use when installing MCP packages and configuring Claude-side MCP registration, hooks, permissions, IDE extension mode, and migrations.

developmentjavascripttypescript
0
9
Levn Ln 013 Config SyncerA

Use when installing or verifying this marketplace in Claude and Codex, aligning selected plugins, MCP settings, and Codex execution defaults.

businessgoshell
0
9
Levn Ln 015 Hex Line UninstallerA

Use when removing Claude-side hex-line integration surfaces such as MCP registration, permissions, hooks, and output style.

toolsgo
0
9
Levn Ln 030 Vps BootstrapA

Use when bootstrapping or managing VPS agent environments: fresh install, add project, hex-relay redeploy, diagnostics, or fleet plan/apply.

devopsgobash
0
9
Levn Ln 031 Vps Host RuntimeA

Use when installing, verifying, or updating the shared VPS host runtime for Claude Code, Codex, MCP, and marketplace plugins.

toolsrustgo
0
9
Levn Ln 032 Vps Project RuntimeA

Use when creating or verifying one project runtime on a prepared VPS, including god-session, provider credentials, and local dispatcher setup.

devopsgobash
0
9
Levn Ln 033 Hex Relay LifecycleA

Use when deploying, redeploying, verifying, migrating, or syncing users for the hex-relay Telegram/API control plane on a VPS.

documentationgobash
0
9
Levn Ln 034 Vps Environment DiagnosticsA

Use when inspecting health, drift, logs, auth, ports, systemd, tmux, or safe repair needs for one VPS project environment.

toolsgobash
0
9
Levn Ln 100 Documents PipelineA

Creates complete project documentation system (project docs, reference, tasks, tests). Use when bootstrapping docs from scratch or regenerating all.

businessgobash
0
9
Levn Ln 1000 Pipeline OrchestratorA

Drives a Story through full pipeline (tasks, validation, execution, quality). Use when executing a Story end-to-end from kanban board.

businessgoshell
0
9
Levn Ln 110 Project Docs CoordinatorB

Coordinates project documentation creation with single context gathering and project type detection. Use when generating project docs subset.

databasesgosql
0
9
Levn Ln 111 Root Docs CreatorA

Creates root documentation files (AGENTS.md, CLAUDE.md, docs/README.md, standards, principles). Use for initial project doc setup.

documentationpythongo
0
9
Levn Ln 112 Project Core CreatorA

Creates core project docs (requirements, architecture, tech stack, patterns catalog). Use for any project regardless of type.

developmentpythongo
0
9
Levn Ln 113 Backend Docs CreatorA

Creates backend docs (api_spec.md, database_schema.md). Use when project has backend API or database.

databasespythongo
0
9
Levn Ln 114 Frontend Docs CreatorA

Creates design_guidelines.md with WCAG 2.1 compliance and design system docs. Use when project has a frontend.

designgoreact
0
9
Levn Ln 115 Devops Docs CreatorA

Creates infrastructure.md and runbook.md (Docker-conditional). Use for DevOps documentation in any project.

devopspythongo
0
9
Levn Ln 120 Reference Docs CreatorA

Creates reference docs (ADRs, guides, manuals) for nontrivial tech stack choices. Use when project needs justified architecture decision records.

databasesgosql
0
9
Levn Ln 130 Tasks Docs CreatorA

Creates task management docs (kanban board, workflow rules) with Linear integration. Use when setting up task tracking for a project.

documentationgogit
0
9
Levn Ln 140 Test Docs CreatorA

Creates test documentation (testing-strategy.md, tests/README.md) with Risk-Based Testing philosophy. Use when setting up test strategy for a project.

testingpythongo
0
9
Levn Ln 150 Presentation CreatorA

Builds interactive HTML presentation from project docs with Mermaid diagrams. Use when sharing project overview with stakeholders.

devopsjavascriptgo
0
9
Levn Ln 160 Docs Skill ExtractorA

Extracts procedural content from project docs into slash commands. Use when docs contain deploy, test, or troubleshoot procedures.

documentationgoshell
0
9
Levn Ln 161 Skill CreatorA

Creates slash commands from procedural doc sections. Use when transforming documentation prose into executable commands.

documentationgoshell
0
9
Levn Ln 162 Skill ReviewerA

Reviews skills (D1-D11 + M1-M6 criteria) or .claude/commands for quality. Use when validating skill correctness before release.

documentationgoshell
0
9
Levn Ln 200 Scope DecomposerA

Decomposes scope into Epics, Stories, and RICE priorities. Use when user has project scope and wants full Agile breakdown.

code-qualityrustgo
0
9
Levn Ln 210 Epic CoordinatorA

Creates or replans 3-7 Epics from scope using Decompose-First pattern. Use when initiative needs Epic-level breakdown or Epic scope changed.

devopspythongo
0
9
Levn Ln 220 Story CoordinatorA

Creates, replans, or appends 5-10 Stories per Epic with standards research and multi-epic routing. Use when Epic needs Story decomposition.

toolsgonode
0
9
Levn Ln 221 Story CreatorA

Creates Story documents with 9-section structure and INVEST validation in Linear. Use when Epic has an IDEAL plan ready for Story generation.

businessgo
0
9
Levn Ln 222 Story ReplannerA

Replans Stories by comparing IDEAL vs existing (KEEP/UPDATE/OBSOLETE/CREATE). Use when Epic requirements changed and Stories need realignment.

businessgo
0
9
Levn Ln 230 Story PrioritizerA

RICE-scores Stories with market research and generates prioritization table. Use when Stories need business priority ranking for sprint planning.

businessgobash
0
9
Levn Ln 300 Task CoordinatorA

Analyzes Story and builds optimal task plan (1-8 tasks), then routes to create or replan. Use when Story needs task breakdown or replanning.

testinggobash
0
9
Levn Ln 301 Task CreatorA

Creates implementation, refactoring, and test tasks from templates. Use when an approved task plan needs tasks created in Linear and kanban.

code-qualitygorefactoring
0
9
Levn Ln 302 Task ReplannerA

Compares ideal plan vs existing tasks and applies KEEP/UPDATE/OBSOLETE/CREATE changes. Use when Story tasks need re-sync with updated requirements.

businessgo
0
9
Levn Ln 310 Multi Agent ValidatorA

Use when validating Stories, plans, or tasks through the evaluation platform with mandatory research, parallel evidence lanes, sequential merge, and bounded refinement. Modes: story | plan_review.

ai-agentsgobash
0
9
Levn Ln 310 Story ValidatorA

Validates Stories/Tasks: GO/NO-GO verdict, Readiness Score (1-10), Penalty Points (Before/After), Anti-Hallucination. Auto-fixes fixable violations, FLAGs unfixable. Delegates to ln-002 for docs.

businessgoexpress
0
9
Levn Ln 311 Agent ReviewerA

Runs parallel external agent reviews (Codex + Gemini) on Story/Tasks. Process-as-arrive, critical verification with debate. Returns filtered suggestions.

ai-agentsgogit
0
9
Levn Ln 312 Review Findings WorkerA

Use when an evaluation coordinator needs normalized findings from target artifacts and research evidence.

businessgo
0
9
Levn Ln 313 Review Docs WorkerA

Use when an evaluation run needs review-driven documentation updates and a structured documentation summary.

documentationgodocumentation
0
9
Levn Ln 314 Review Repair WorkerA

Use when accepted findings require bounded repair changes and a structured repair summary.

testinggo
0
9
Levn Ln 315 Review Merge WorkerA

Use when an evaluation run must merge research, findings, documentation, and repair outputs into one verified result.

businessgodocumentation
0
9
Levn Ln 316 Review Refinement WorkerA

Use when an evaluation run requires bounded iterative refinement with trace and cleanup evidence.

ai-agentsgonode
0
9
Levn Ln 400 Story ExecutorA

Executes Story tasks in priority order (To Review, To Rework, Todo). Use when Story has planned tasks ready for implementation.

testingjavascriptgo
0
9
Levn Ln 401 Task ExecutorA

Executes implementation tasks through Todo, In Progress, To Review. Use when task needs coding with KISS/YAGNI. Not for test tasks.

toolsgobash
0
9
Levn Ln 402 Task ReviewerA

Reviews task implementation for quality, code standards, and test coverage. Use when task is in To Review. Sets task Done or To Rework.

code-qualitygobash
0
9
Levn Ln 403 Task ReworkA

Fixes tasks in To Rework by applying reviewer feedback, then returns to To Review. Use when task was rejected during review.

toolsgobash
0
9
Levn Ln 404 Test ExecutorA

Executes test tasks (label 'tests') through Todo to To Review with risk-based limits. Use for test task execution. Not for implementation tasks.

toolsgobash
0
9