clawmart
/ catalog

Catalog

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

39,994 results · page 26 / 1,667
Skillq 0.45

review-reliability

Perform a reliability review covering graceful shutdown, gRPC production patterns, stability patterns (timeouts, circuit breakers, bulkheads), and stability anti-patterns. Use when the user asks for a reliability review, production readiness assessment, stability analysis, or gra

skillsource-paultyngskill-review-reliability+5
free
Skillq 0.45

review-plan

Use when the user asks to review the plan, sanity-check the plan, vet the plan, evaluate the plan, "is this plan ready", feasibility check on a plan, "review-plan PATH", or when another skill (like implement-plan) requests pre-flight plan evaluation before execution. Do NOT use w

skillsource-paultyngskill-review-plan+5
free
Skillq 0.45

review-performance

Use when the user explicitly asks for a performance review, benchmark review, profiling review, perf audit, pprof analysis, allocation review, latency regression check, hot-path review, throughput review, "is this fast enough", or "review perf". This skill is opt-in only — never

skillsource-paultyngskill-review-performance+5
free
Skillq 0.45

review-observability

Use when the user asks for an observability review, telemetry review, logging review, metrics review, tracing review, OpenTelemetry review, OTel review, Prometheus review, "are we observable", logging audit, structured logging audit, trace coverage check, span coverage check, met

skillsource-paultyngskill-review-observability+5
free
Skillq 0.45

review-infrastructure

Use when the user asks for an infrastructure review, IaC review, Terraform review, Kubernetes manifest review, Dockerfile review, Helm chart review, container review, gateway review (Envoy / Ingress / Gateway API), service mesh review (Linkerd / Istio), east-west traffic review,

skillsource-paultyngskill-review-infrastructure+5
free
Skillq 0.45

review-documentation

Review documentation quality and sync with implementation across Go doc comments, proto comments, OpenAPI specs, markdown files, and example tests. Use when the user asks for a documentation review, doc audit, or wants to check that docs are in sync with code.

skillsource-paultyngskill-review-documentation+5
free
Skillq 0.45

review-database

Review database usage for migration safety, query performance, connection/transaction management, and schema design. Covers PostgreSQL and MySQL. Runs squawk for PostgreSQL migration linting if available. Use when the user asks for a database review, SQL review, migration review,

skillsource-paultyngskill-review-database+5
free
Skillq 0.45

review-coverage

Use when the user asks for a coverage review, test coverage analysis, coverage gap analysis, uncovered code review, or wants to know what new/changed Go code is missing tests. Runs `go test -coverprofile` against the resolved scope and reports uncovered functions in changed Go fi

skillsource-paultyngskill-review-coverage+5
free
Skillq 0.45

review-code

Review code architecture (SOLID, design patterns, package design, coupling, testability), Go best practices, and protobuf/API design using manual analysis and static analysis tools (gocyclo, staticcheck, buf). Use when the user asks for a code review, architecture review, Go revi

skillsource-paultyngskill-review-code+5
free
Skillq 0.45

review-ci

Use when the user asks for a CI review, CI/CD review, GitHub Actions review, workflow review, pipeline review, build pipeline audit, "review the workflows", "review the actions", action pinning audit, workflow permissions audit, or supply-chain review of CI configuration.

skillsource-paultyngskill-review-ci+5
free
Skillq 0.45

review-api-compat

Use when the user asks for an API compatibility review, breaking change review, proto breaking change review, buf breaking review, OpenAPI compatibility check, gRPC backwards compatibility audit, "are these API changes breaking", "did we break the wire", contract evolution review

skillsource-paultyngskill-review-api-compat+5
free
Skillq 0.45

review-all

Use when the user asks for a deep review, full review, comprehensive review, production readiness assessment, full audit, multi-domain audit, "security and reliability and code review", or "review everything". Also use when the user explicitly requests performance review alongsid

skillsource-paultyngskill-review-all+5
free
Skillq 0.45

rebase-pr-chain

Rebase a chain of dependent pull requests sequentially, fixing conflicts along the way. Use when the user asks to rebase a PR chain, fix conflicts on multiple chained PRs, or mentions sequential/stacked PRs that need updating.

skillsource-paultyngskill-rebase-pr-chain+5
free
Skillq 0.45

push-and-watch

Push local commits to the remote, ensure a draft PR exists, and monitor the GitHub Actions run until completion. Use when the user says "push and watch", "push it", or asks to push and monitor CI.

skillsource-paultyngskill-push-and-watch+5
free
Skillq 0.45

implement-plan

Use when the user wants to execute an approved implementation plan and says any of "do it" (with a plan in scope), "lets do it" / "let's do it", "confirmed" (as approval to proceed on a plan), "implement the plan", "implement this", "execute the plan", "start implementing", "work

skillsource-paultyngskill-implement-plan+5
free
Skillq 0.45

fix-pr-conflict

Resolve merge conflicts on a pull request by rebasing onto the base branch. Use when a PR is not mergeable, has merge conflicts, or the user asks to fix conflicts on a PR.

skillsource-paultyngskill-fix-pr-conflict+5
free
Skillq 0.45

evaluate-dependency

Use when adding or evaluating a project dependency in any language, phrases like "should I use X library", "evaluate <package>", "what library for Y", or when reviewing a PR that touches a manifest (go.mod, package.json, requirements.txt, pyproject.toml, Cargo.toml, Gemfile, mix.

skillsource-paultyngskill-evaluate-dependency+5
free
Skillq 0.45

discover-patterns

>-

skillsource-paultyngskill-discover-patterns+5
free
Skillq 0.45

create-skill

Use when creating, writing, or authoring a new Cursor agent skill, or when asking about skill structure, SKILL.md format, or skill best practices.

skillsource-paultyngskill-create-skill+5
free
Skillq 0.45

create-rule

Use when creating, writing, or updating a Claude Code rule file (.claude/rules/*.md or ~/.claude/rules/*.md), or when asking about rule format, path scoping, or rule best practices.

skillsource-paultyngskill-create-rule+5
free
Skillq 0.45

create-pr

Use when creating a new GitHub pull request, opening a PR for the current branch, or when another skill (like ship-it) needs a PR created for a branch that does not have one yet.

skillsource-paultyngskill-create-pr+5
free
Skillq 0.45

create-jira-item

Create Jira issues (stories, epics, initiatives) with custom field introspection to fill org-specific fields correctly. Use when the user asks to create a Jira ticket, story, epic, initiative, or task.

skillsource-paultyngskill-create-jira-item+5
free
Skillq 0.45

create-decision-document

Create or update a Notion decision document with a structured options/pros/cons/recommendation template. Use when the user asks to create a decision doc, design doc, evaluation doc, or comparison in Notion.

skillsource-paultyngskill-create-decision-document+5
free
Skillq 0.45

ci-debug-loop

Watch a GitHub Actions CI run, diagnose failures from logs, apply fixes, re-push, and repeat until green or escalate. Use when CI is failing and the user wants to debug and fix it iteratively, or says "fix CI", "debug the build", or similar.

skillsource-paultyngskill-ci-debug-loop+5
free