clawmart
/ catalog

Catalog

Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.

1,223 results · page 3 / 51
Skillq 0.45

create-adr

Record an Architecture Decision Record (ADR) — a 1–3 sentence note capturing what was decided and why. Use when user says "create an ADR", "record this decision", "/create-adr", or just decided something architecturally significant. Don't use for forward-looking specs (use hb:prd

skillsource-helderbertoskill-create-adr+12
free
Skillq 0.45

coverage

Check test coverage for unstaged changes. Use when user asks to "check coverage", "/coverage", or wants to see which unstaged changes lack test coverage. Don't use for projects without lcov coverage output, running the full test suite without coverage, or checking coverage of alr

skillsource-helderbertoskill-coverage+12
free
Skillq 0.45

context-engineer

Optimize what loads into the agent's context — what to include, what to drop, how to recover when output quality degrades. Use when starting a new session on a complex task, when agent output starts inventing APIs or diverging from conventions, when switching between tasks, or wh

skillsource-helderbertoskill-context-engineer+12
free
Skillq 0.45

commit

Create git commits following repository style. Use when user asks to "create a commit", "commit changes", "/commit", or requests committing code to git. Don't use for pushing code, creating pull requests, or reviewing changes.

skillsource-helderbertoskill-commit+12
free
Skillq 0.45

code-review

Review a GitHub Pull Request for bugs, security, performance, and code quality. Use when user asks to review a PR or wants pull request feedback. Don't use for reviewing local uncommitted changes, creating new PRs, or merging branches.

skillsource-helderbertoskill-code-review+12
free
Skillq 0.45

ci-cd

Set up or modify CI/CD pipelines for automated quality gates and deployment. Use when scaffolding a new project's pipeline, adding checks (lint, types, tests, build, audit), configuring deployment, or debugging CI failures. Don't use for local pre-commit hooks (use `setup-pre-com

skillsource-helderbertoskill-ci-cd+12
free
Skillq 0.45

check

Verify implementation against plan. Shows progress and finds blockers. Use after implementing a plan.

skillsource-helderbertoskill-check+12
free
Skillq 0.45

caveman

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

skillsource-helderbertoskill-caveman+12
free
Skillq 0.45

build

Implement one phase of a plan. Reads plan, finds next incomplete phase, implements it, runs feedback loops, marks checkboxes, offers commit. One phase per invocation. Use when the user wants to implement, code, build, or work on the next phase of a plan.

skillsource-helderbertoskill-build+12
free
Skillq 0.45

brief

Session briefing — shows active features, progress, and suggested focus. Use at the start of a session, when asking what to work on, or when checking active features.

skillsource-helderbertoskill-brief+12
free
Skillq 0.45

atomic-commits

Group unstaged changes into atomic commits by concern, then push. Use when user asks to "atomic commits", "commit by group", "group commits", or wants to split changes into related commits before pushing.

skillsource-helderbertoskill-atomic-commits+12
free
Skillq 0.45

architecture-audit

Explore a codebase to surface architectural friction and propose refactors toward deep modules (simple interface, large implementation) as GitHub issue RFCs. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make

skillsource-helderbertoskill-architecture-audit+12
free
Skillq 0.45

a11y-audit

Audit accessibility compliance in frontend code. Use when user asks to "check accessibility", "/a11y-audit", "audit a11y", "check WCAG", or wants to find accessibility issues. Don't use for backend code, non-UI files, or projects without HTML/JSX output.

skillsource-helderbertoskill-a11y-audit+12
free
Skillq 0.45

production-grade

Principle-engineering posture for production-grade code. Problem-classification (A/B/C) before implementing, plans before code, simplest-correct-solution-first, math-first (closed-form before loop), concrete-before-generic, ACM-grade algorithms (simplest that meets the bound), EX

skillsource-a-tokyoskill-production-grade+8
free
Skillq 0.46

supabase

Run Supabase Management API SQL for persistent data tasks such as querying records, applying schema changes, managing policies, and handling storage metadata. Use when requests involve Supabase database CRUD, migrations, or production-like data inspection.

skillsource-jawwadfirdousiskill-supabase+10
free
Skillq 0.46

read-only-postgres

Execute read-only SQL queries against PostgreSQL databases. Use when: (1) querying PostgreSQL data, (2) exploring schemas/tables, (3) running SELECT queries for analysis, (4) checking database contents. Supports multiple database connections with descriptions for auto-selection.

skillsource-jawwadfirdousiskill-read-only-postgres+10
free
Skillq 0.46

read-only-gh-pr-review

Review backend pull requests for correctness, security, performance, maintainability, and test coverage using GitHub CLI plus local repository inspection. Use when asked to review service-layer/API/database changes, audit backend branch diffs, summarize backend risk, or produce a

skillsource-jawwadfirdousiskill-read-only-gh-pr-review+10
free
Skillq 0.46

prompt-template-wizard

Rigorously collects and validates all fields needed to produce a complete, unambiguous prompt template for features and bug fixes. The skill asks targeted questions until the template is fully filled, consistent, and ready to paste into a Codex/GPT-5.2 coding session.

skillsource-jawwadfirdousiskill-prompt-template-wizard+10
free
Skillq 0.47

laravel-queues

Laravel 13 queue and job patterns — driver choice, job design (idempotency, ShouldQueue, model serialisation), retry and failure handling, worker scaling, Bus batching and chaining, Horizon when warranted, queue testing. Use when designing async jobs, scheduling background work,

skillsource-asyrafhussinskill-laravel-queues+12
free
Skillq 0.47

web-design-guidelines

UI/UX best practices and accessibility audit. Use when reviewing UI code, checking accessibility, running accessibility audits, auditing forms, or ensuring web interface best practices. Triggers on "audit accessibility", "check WCAG", "review UI", "check accessibility", "audit de

skillsource-asyrafhussinskill-web-design-guidelines+12
free
Skillq 0.47

typescript-react-patterns

TypeScript best practices for React development. Use when writing typed React components, hooks, events, refs, or generic components. Triggers on tasks involving TypeScript errors, type definitions, props typing, or type-safe React patterns.

skillsource-asyrafhussinskill-typescript-react-patterns+12
free
Skillq 0.47

testing-best-practices

Unit testing, integration testing, and test-driven development principles. Use when writing tests, reviewing test code, improving test coverage, or setting up testing strategy. Triggers on "write tests", "review tests", "testing best practices", or "TDD".

skillsource-asyrafhussinskill-testing-best-practices+12
free
Skillq 0.47

technical-debt

Technical debt inventory, prioritization, and audit for PHP/Laravel (MySQL) and Node/TypeScript/React projects. Use when assessing code health, identifying refactoring candidates, planning debt paydown, or auditing a codebase for accumulated debt. Triggers on "audit technical deb

skillsource-asyrafhussinskill-technical-debt+12
free
Skillq 0.47

tailwind-best-practices

Tailwind CSS patterns and conventions. Use when writing responsive designs, implementing dark mode, creating reusable component styles, configuring Tailwind, or migrating from v3 to v4. Triggers on tasks involving Tailwind classes, responsive design, dark mode, CSS styling, or "m

skillsource-asyrafhussinskill-tailwind-best-practices+12
free