All authors
QBall-Inc avatar

Claude Skills by QBall-Inc

github.com/QBall-Inc
45 skillsA× 39B× 3C× 2D× 10 installs11 views
create-skillA

Generates Claude Code skills from a description or requirements document using an adaptive interview, structural classification, and iterative validation.

developmentdebuggingsecurity
0
7
Anthropic ValidatorA

Validates Claude Code assets (skills, hooks, agents, commands, MCP servers, plugins) against official Anthropic standards. Fetches latest docs dynamically and produces structured validation reports.

developmentgobash
0
7
Assertion PatternsA

Real output verification vs mock calls. Use when transforming T1-T4 violating tests to verify observable behavior.

developmentjavascriptgo
0
7
Bug Magnet DataA

Curated edge case test data for boundary testing, verification scripts, and test generation. Provides pre-curated reference data organized by data type with context-specific loading guidance.

developmentjavascriptpython
0
7
Bulwark BrainstormA

Role-based brainstorming with dual modes: --scoped (sequential Task tool, 5 roles) and --exploratory (Agent Teams peer debate, 4 roles). Use for feasibility assessment and idea validation.

developmentgotesting
0
7
Bulwark ResearchA

Structured multi-viewpoint research using 5 parallel Sonnet sub-agents. Use when deep research is needed on a complex topic before implementation planning.

developmentgosql
0
7
Bulwark ScaffoldC

Initialize Bulwark infrastructure in a project: language-aware Justfile (8 langs), bun + eval-framework toolchain, logs/ subdirectories, and optional hooks.

developmentpythonrust
0
7
Bulwark StatuslineA

Configure the Bulwark status line for Claude Code. Supports init, preset switching, and customization.

developmentgobash
0
7
Bulwark VerifyC

Generate runnable verification scripts for components. Orchestrates assertion-patterns and component-patterns to produce executable scripts.

developmentpythonrust
0
7
Code ReviewA

Comprehensive code review with distinct aspect based sections. Use when reviewing code, checking for security issues, finding type safety problems, auditing code quality, or when user asks to review code, PRs or changes. Three-phase workflow runs static tools, LLM judgment, and writes diagnostic log.

developmentgosql
0
7
Component PatternsA

Per-component-type verification approaches. Use when generating verification scripts for different component types.

developmentpythongo
0
7
Continuous FeedbackA

Identifies improvement targets from accumulated session learnings and proposes concrete skill/agent modifications. General-purpose pipeline for any Claude Code project.

developmentgodebugging
0
7
Create SubagentA

Generates single-purpose Claude Code sub-agents for use via the Task tool. Use when creating dedicated sub-agents, scaffolding agent definitions, or generating agents with diagnostics and permissions setup.

developmentgobash
0
7
Fix BugA

Run the Fix Validation pipeline to investigate, fix, and validate a bug. Ensures deterministic pipeline execution with IssueAnalyzer, FixWriter, TestWriter (conditional), TestAudit (conditional), and FixValidator stages.

developmentgodebugging
0
7
Governance ProtocolA

Session governance protocol injected at startup via SessionStart hook

developmentgotesting
0
7
InitB

Initialize, verify, or update Bulwark governance in a project. Sets up CLAUDE.md, rules.md, and optional tooling (statusline, LSP, scaffold). --update reviews canonical template changes interactively per-section.

developmentjavascripttypescript
0
7
Issue DebuggingA

Systematic methodology for issue debugging including root cause analysis, impact mapping, tiered validation plans, and confidence assessment. Use when analyzing bugs, fixing issues, or validating fixes.

developmentrusttesting
0
7
Mock DetectionA

Deep mock appropriateness analysis for Test Audit pipeline

developmentjavascripttypescript
0
7
Pipeline TemplatesA

Pre-defined F# pipe workflows for multi-agent orchestration. Provides code review, fix validation, test audit, new feature, research & planning, and test execution pipelines. Triggered via PostToolUse hook after significant code changes.

developmentpythonrust
0
7
Plan CreationA

Create structured implementation plans via a 4-role scrum team (Product Owner, Architect, Eng/Delivery Lead, QA/Critic) with optional Agent Teams peer debate mode.

developmentgosql
0
7
Plan To TasksA

Transform a plan_creation plan_v{N}.md into a structured tasks.yaml + per-WP workpackages/*.yaml using parallel Sonnet sub-agents. Use after plan-creation finishes when you need execution-friendly task structure.

developmentgo
0
7
Product IdeationA

Evaluates product ideas through a six-agent research pipeline producing BUY/HOLD/SELL recommendations backed by market analysis, competitive intelligence, and segment targeting. Use when assessing product viability, researching markets for new ideas, or deciding whether to pursue a product concept.

developmentgodocumentation
0
7
Session HandoffA

Create consistent session handoff documents for context transfer between sessions. Use when closing a session, reaching 75% token consumption, or when user requests handoff. Ensures proper YAML headers for metrics collection, LF line endings, and complete documentation of progress, decisions, and next steps.

developmentgogit
0
7
Setup LspD

Configures Language Server Protocol integration for Claude Code projects. Use when setting up LSP servers, verifying post-restart initialization, or troubleshooting broken LSP configurations.

developmentjavascripttypescript
0
7
Spec Drift CheckA

Audits a WP brief for drift against current code — extracts claims, verifies each, emits PROCEED/STOP verdict. Use when starting a new WP, before consuming a spec as binding, or when a doc references paths/lines/functions.

developmentgobash
0
7
Subagent Output TemplatingA

Template for structured sub-agent output including YAML log format, task completion reports (WHY/WHAT/TRADE-OFFS/RISKS), and summary constraints. Use when defining how sub-agents should report results.

developmentgotesting
0
7
Subagent PromptingA

Template for structured sub-agent invocation using 4-part prompting (GOAL/CONSTRAINTS/CONTEXT/OUTPUT) and F# pipeline notation. Use when orchestrating sub-agents or designing multi-agent workflows.

developmentpythongo
0
7
Test AuditA

Audit test suites for T1-T4 violations using AST analysis, mock detection, and multi-stage synthesis. Invoke when user asks to audit tests, check test quality, find mock violations, review test effectiveness, or inspect test suites for over-mocking. Triggers automatic rewrites when quality gates fail.

developmentbashdebugging
0
7
Test ClassificationA

Prompt template for test classification stage in Test Audit pipeline

developmentgonode
0
7
Test Fixture CreationA

Guidelines for creating unbiased test fixtures that integrate with project infrastructure. Use when creating fixtures for manual testing, setting up E2E test scenarios, or building code samples with deliberate issues for LLM review. Ensures fixtures work with hook automation and pass Phase 1 checks.

developmenttypescriptgo
0
7
Cf DebugA

Run diagnostics on CLEAR state and optionally repair issues. Use when CLEAR state seems inconsistent or after manual edits to .clear/ files.

ai-agentsshellbash
0
3
Cf HandoffB

Generate a session handoff document. Use when ending a session, reaching token thresholds, or previewing handoff contents.

ai-agentsshellbash
0
3
Cf Help GuideA

Interactive guide for CLEAR Framework. Helps discover commands and construct syntax through conversation.

ai-agentsgoapi
0
3
Cf HelpA

Provides help and guidance for CLEAR Framework commands. Use when the user needs a reference, command syntax, or a guided walkthrough of CLEAR features.

ai-agentsgodebugging
0
3
Cf InitA

Initialize the CLEAR framework in the current project. Use when a user wants to set up CLEAR for the first time, reinitialize an existing project (destructive), or refresh meta files (CLAUDE.md + rules.md) from the latest CLEAR templates (non-destructive).

ai-agentsgoshell
0
3
Cf KnowledgeA

Manage the CLEAR knowledge base — search, view, capture, index, link, deprecate, and supersede entries. Use when the user asks about knowledge base entries, wants to capture a decision or lesson, search for patterns, or manage entry lifecycle.

ai-agentsgoshell
0
3
Cf PlanA

Manage and view the development plan — status, progress, blockers, phases, and next steps. Use when the user asks about plan status, needs next-step recommendations, wants to create or modify the plan, or asks about phases and milestones.

ai-agentsgoshell
0
3
Cf ReloadA

Reloads CLEAR context (knowledge, workpackage, plan) into the current session. Use when context is stale, files were manually edited, or recovering from context issues.

ai-agentsshellbash
0
3
Cf StatusA

Display CLEAR session status, token usage, and context health. Use when the user asks for session status, token consumption, or context integrity checks.

ai-agentsbashdebugging
0
3
Cf WorkpackageA

Manage workpackage lifecycle — view status, list, create, start, pause, track progress, validate, complete, or delete. Use when the user mentions workpackages, asks to start or pause work, wants progress updates, or needs to change workpackage state.

ai-agentsgoshell
0
3
Knowledge ManagementA

Use when PERFORMING knowledge actions: capturing decisions, searching the knowledge base, or creating knowledge entries.

ai-agentsgoshell
0
3
Plan ManagementB

Use when creating a new development plan from a topic or brief, importing an existing plan YAML, checking plan status, identifying blockers, or getting next-step recommendations.

ai-agentsgoshell
0
3
Session ManagementA

Use when PERFORMING session actions: checking token usage, preparing handoffs, or ending sessions early. Do NOT load for questions about past sessions or reading historical handoff documents.

ai-agentstypescriptshell
0
3
Skill CreatorA

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

ai-agentspythongo
0
3
Workpackage ManagementA

Use when performing workpackage actions: start, pause, complete, delete, defer, reorder, update progress, or check dependencies. Not for reading WP history or definitions.

ai-agentsgoshell
0
3