Skills Directory

Reusable coding rules & agent skills for Claude Code, Cursor, Copilot and more - copy, adapt, ship faster.

48 skills indexed across 13 categories

Results for “context” - 48 found

grill-with-docs

44,119

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, A

Docsby mattpocock/skills

improve-codebase-architecture

41,996

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user

Docsby mattpocock/skills

to-prd

38,631

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 c

Generalby mattpocock/skills

zoom-out

36,953

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need

Agentby mattpocock/skills

use-my-browser

25,820

Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugg

Generalby xixu-me/skills

paper-context-resolver

25,704

Rigor Paper Context helper for README-first deep learning repo reproduction. Use only when the README and repository files leave a narrow re

Docsby lllllllama/ai-paper-reproduction-skill

paper-context-resolver

15,935

Rigor Paper Context helper for README-first deep learning repo reproduction. Use only when the README and repository files leave a narrow re

Docsby lllllllama/rigorpilot-skills

shadcn

14,802

Manages shadcn components and projects - adding, searching, fixing, debugging, styling, and composing UI. Provides project context, componen

Frontendby shadcn/ui

adapt

8,078

Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targe

Designby pbakaus/impeccable

parallel-web-extract

6,435

URL content extraction. Use for fetching any URL - webpages, articles, PDFs, JavaScript-heavy sites. Token-efficient: runs in forked context

Generalby parallel-web/parallel-agent-skills

MCP Server Development Guide

5,661

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design

Backendby anthropics/skills

product-marketing-context

4,661

When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'market

Generalby coreyhaines31/marketingskills

Product Marketing Context

4,526

When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'market

Generalby coreyhaines31/marketingskills

GSAP with React

3,536

Official GSAP skill for React - useGSAP hook, refs, gsap.context(), cleanup. Use when the user wants animation in React or Next.js, or asks

Frontendby greensock/gsap-skills

expo-cicd-workflows

2,366

Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo

Devopsby expo/skills

Enhance Prompt for Stitch

2,120

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context,

Frontendby google-labs-code/stitch-skills

apify-actorization

659

Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (

Backendby apify/agent-skills

shopify-polaris-app-home

592

Build your app's primary user interface embedded in the Shopify admin. If the prompt just mentions `Polaris` and you can't tell based off of

Generalby shopify/shopify-ai-toolkit

security-requirement-extraction

590

Derive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating se

Securityby wshobson/agents

Strategic Compact Skill

581

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

Generalby affaan-m/everything-claude-code

data-storytelling

564

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakehold

Databy wshobson/agents

Iterative Retrieval Pattern

550

Pattern for progressively refining context retrieval to solve the subagent context problem

Agentby affaan-m/everything-claude-code

python-resource-management

547

Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing

Generalby wshobson/agents

go-concurrency-patterns

528

Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing wo

Generalby wshobson/agents