Labsco

Agent Skills

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

anthropics logo

PPTX

158,000

by Anthropic

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks" license: Proprietary. LICENSE.txt has complete terms

🔥🔥🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

Skill Creator

158,000

by Anthropic

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. license: Complete terms in LICENSE.txt

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

writing-great-skills

156,200

by mattpocock

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

🔥🔥🔥✓ 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

teach

156,200

by mattpocock

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

🔥🔥🔥✓ 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

wizard

156,200

by mattpocock

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets.

🔥🔥🔥🔥✓ 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

prototype

155,900

by mattpocock

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".

🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

teach

155,900

by mattpocock

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

🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

tdd

155,900

by mattpocock

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

🔥🔥🔥🔥✓ 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

triage

155,900

by mattpocock

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

🔥🔥🔥✓ 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
← PrevPage 2 of 98Next →