Productivity

softaworks/lesson-learned

github.com

Analyze recent code changes via git history and extract software engineering lessons. Use when the user asks 'what is the lesson here?', 'what can I learn from this?', 'engineering takeaway', 'what did I just learn?', 'reflect on this code', or wants to extract principles from recent work.

$ npx skills add softaworks/agent-toolkit
스킬 보기

aradotso/claude-hud-statusline

48github.com

A Claude Code plugin that displays a real-time HUD showing context usage, active tools, running agents, and todo progress in your terminal statusline.

$ npx skills add aradotso/trending-skills
스킬 보기

getsentry/sentry-workflow

225github.com

Fix production issues and review code with Sentry context. Use when asked to fix Sentry errors, debug issues, triage exceptions, review PR comments from Sentry, or resolve bugs.

$ npx skills add getsentry/sentry-for-ai
스킬 보기

juxt/allium

github.com

Give your AI agents something more useful than a prompt. Velocity through clarity.

$ npx skills add juxt/allium
스킬 보기

browserbase/browserbase-cli

github.com

Use the Browserbase CLI (`browse`) for Browserbase Functions and platform API workflows. Use when the user asks to run `browse`, deploy or invoke functions, manage sessions, projects, contexts, or extensions, fetch a page through the Browserbase Fetch API, search the web through the Browserbase Search API, or scaffold starter templates. Prefer the Browser skill for interactive browsing; use the top-level `browse` driver commands (`browse open`, `browse get`, etc.) only when the user explicitly wants the CLI path.

$ npx skills add browserbase/skills
스킬 보기

medusajs/storefront-best-practices

github.com

ALWAYS use this skill when working on ecommerce storefronts, online stores, shopping sites. Use for ANY storefront component including checkout pages, cart, payment flows, product pages, product listings, navigation, homepage, or ANY page/component in a storefront. CRITICAL for adding checkout, implementing cart, integrating Medusa backend, or building any ecommerce functionality. Framework-agnostic (Next.js, SvelteKit, TanStack Start, React, Vue). Provides patterns, decision frameworks, backend integration guidance.

$ npx skills add medusajs/medusa-agent-skills
스킬 보기

github/gh-stack

github.com

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

$ npx skills add github/gh-stack
스킬 보기

shawnpana/smux

github.com

Control tmux panes and communicate between AI agents. Use this skill whenever the user mentions tmux panes, cross-pane communication, sending messages to other agents, reading other panes, managing tmux sessions, or interacting with processes running in tmux. Includes tmux-bridge CLI for agent-to-agent messaging and raw tmux commands for direct session control.

$ npx skills add shawnpana/smux
스킬 보기

mvanhorn/printing-press-output-review

github.com

Internal sub-skill: agentic review of a printed CLI's sampled command output for plausibility issues that rule-based checks can't encode (substring-match relevance, format bugs, silent source drops, ranking failures). Invoked via the Skill tool by main printing-press SKILL.md (Phase 4.85) and printing-press-polish SKILL.md during the diagnostic loop. Not for direct user invocation — its actionable wrappers are /printing-press and /printing-press-polish.

$ npx skills add mvanhorn/cli-printing-press
스킬 보기

withgraphite/graphite

github.com

Work with Graphite (gt) for stacked PRs - creating, navigating, and managing PR stacks.

$ npx skills add withgraphite/agent-skills
스킬 보기

rohitg00/session-history

23.9kgithub.com

Show what happened in recent past sessions on this project as a clean timeline. Use when the user asks "what did we do last time", "session history", "past sessions", or wants an overview of previous work.

$ npx skills add rohitg00/agentmemory
스킬 보기

rohitg00/forget

23.9kgithub.com

Delete specific observations or sessions from agentmemory. Use when user says "forget this", "delete memory", or wants to remove specific data for privacy.

$ npx skills add rohitg00/agentmemory
스킬 보기

markdown-viewer/bpmn

3.0kgithub.com

Create business process diagrams using PlantUML syntax with BPMN, EIP, and Lean Mapping stencil icons. Best for workflow automation, approval chains, message-based integration patterns, and value stream mapping.

$ npx skills add markdown-viewer/skills
스킬 보기

rohitg00/recall

23.9kgithub.com

Search agentmemory for past observations, sessions, and learnings about a topic using hybrid BM25 plus vector plus graph search. Use when the user says "recall", "what did we do about", "did we ever", "have we seen", or needs context from past sessions.

$ npx skills add rohitg00/agentmemory
스킬 보기

thedotmack/knowledge-agent

github.com

Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused "brains" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.

$ npx skills add thedotmack/claude-mem
스킬 보기

wshobson/signed-audit-trails-recipe

37.0kgithub.com

Step-by-step cookbook for setting up cryptographically signed audit trails on Claude Code tool calls. Use when explaining, evaluating, or demonstrating the pattern before committing to the protect-mcp runtime hooks. Covers Cedar policy, Ed25519 receipts, offline verification, tamper detection, CI/CD integration, and SLSA composition.

$ npx skills add wshobson/agents
스킬 보기

rohitg00/remember

23.9kgithub.com

Save an insight, decision, or learning to agentmemory's long-term storage with searchable concept tags. Use when the user says "remember this", "save this", "note that", "don't forget", or wants to preserve knowledge for future sessions.

$ npx skills add rohitg00/agentmemory
스킬 보기

ar9av/wiki-history-ingest

github.com

Unified wiki-history-ingest entrypoint for conversation/session sources. Use this when the user says "/wiki-history-ingest claude", "/wiki-history-ingest copilot", "/wiki-history-ingest codex", "/wiki-history-ingest pi", or asks to ingest agent history without naming the underlying skill. This router dispatches to the specialized history skill.

$ npx skills add ar9av/obsidian-wiki
스킬 보기

aradotso/inkos-multi-agent-novel-writing

48github.com

Multi-agent CLI system for autonomous novel writing, auditing, and revision with human review gates

$ npx skills add aradotso/trending-skills
스킬 보기

langchain-ai/langsmith-evaluator

133github.com

INVOKE THIS SKILL when building evaluation pipelines for LangSmith. Covers three core components: (1) Creating Evaluators - LLM-as-Judge, custom code; (2) Defining Run Functions - how to capture outputs and trajectories from your agent; (3) Running Evaluations - locally with evaluate() or auto-run via LangSmith. Uses the langsmith CLI tool.

$ npx skills add langchain-ai/langsmith-skills
스킬 보기

wordpress/wp-rest-api

github.com

Use when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument validation, permission_callback/authentication, response shaping, register_rest_field/register_meta, or exposing CPTs/taxonomies via show_in_rest.

$ npx skills add wordpress/agent-skills
스킬 보기

ctsstc/gsd

github.com

Get Shit Done (GSD) - A comprehensive project management system for solo developers using Claude agents

$ npx skills add ctsstc/get-shit-done-skills
스킬 보기

gokapso/integrate-whatsapp

github.com

Connect WhatsApp to your product with Kapso: onboard customers with setup links, detect connections, receive events via webhooks, and send messages/templates/media. Also manage WhatsApp Flows (create/update/publish, data endpoints, encryption). Use when integrating WhatsApp end-to-end.

$ npx skills add gokapso/agent-skills
스킬 보기

coinbase/x402

github.com

Search for new services and make paid API requests using the x402 payment protocol. Use when you don't have a clear tool to choose, search the bazaar. You can also use this tool if you or the user want to call an x402 endpoint, discover payment requirements, browse the bazaar, or search for paid services.

$ npx skills add coinbase/agentic-wallet-skills
스킬 보기