Labsco

Agent Skills

Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.

obra logo

dispatching-parallel-agents

245,900

by obra

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
obra logo

verification-before-completion

245,900

by obra

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
anthropics logo

Internal Comms

158,000

by Anthropic

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.). license: Complete terms in LICENSE.txt

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

setup-pre-commit

156,200

by mattpocock

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

migrate-to-shoehorn

156,200

by mattpocock

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.

🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

codebase-design

156,200

by mattpocock

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

implement

156,200

by mattpocock

Implement a piece of work based on a PRD or set of issues.

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

writing-fragments

156,200

by mattpocock

Grilling session that mines the user for fragments — heterogeneous nuggets of writing (claims, vignettes, sharp sentences, half-thoughts) — and appends them to a single document as raw material for a future article. Use when the user wants to develop ideas before imposing structure, or mentions "fragments", "ideate", or "raw material" for writing.

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

writing-beats

156,200

by mattpocock

Shape an article as a journey of beats, choose-your-own-adventure style. The user picks a starting beat from the raw material, you write only that beat, then offer options for where to pivot next, beat by beat, until the article reaches a natural end. Use when the user has raw material and wants to assemble it as a narrative rather than an argument.

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

writing-shape

156,200

by mattpocock

Take a markdown file of raw material and shape it into an article through a conversational session — drafting candidate openings, growing the piece paragraph by paragraph, arguing about format (lists, tables, callouts, quotes) at each step. Use when the user has a pile of notes, fragments, or a rough draft and wants help turning it into something publishable.

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

scaffold-exercises

156,200

by mattpocock

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

improve-codebase-architecture

156,200

by mattpocock

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

grilling

156,200

by mattpocock

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

domain-modeling

156,200

by mattpocock

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

diagnosing-bugs

156,200

by mattpocock

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

resolving-merge-conflicts

156,200

by mattpocock

Use when you need to resolve an in-progress git merge/rebase conflict.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

ubiquitous-language

155,900

by mattpocock

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

grill-me

155,900

by mattpocock

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

teach

155,900

by mattpocock

Teach the user a new skill or concept, within this workspace.

🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

grill-with-docs

155,900

by mattpocock

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

to-prd

155,900

by mattpocock

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

qa

155,900

by mattpocock

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

improve-codebase-architecture

155,900

by mattpocock

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

handoff

155,900

by mattpocock

Compact the current conversation into a handoff document for another agent to pick up.

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

to-issues

155,900

by mattpocock

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

setup-matt-pocock-skills

155,900

by mattpocock

Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.

🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

design-an-interface

155,900

by mattpocock

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

request-refactor-plan

155,900

by mattpocock

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

obsidian-vault

155,900

by mattpocock

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

git-guardrails-claude-code

155,900

by mattpocock

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
Page 1 of 22Next →