Productivity

triggerdotdev/trigger-tasks

github.com

Build AI agents, workflows and durable background tasks with Trigger.dev. Use when creating tasks, triggering jobs, handling retries, scheduling cron jobs, or implementing queues and concurrency control.

$ npx skills add triggerdotdev/skills
Ver habilidad

wordpress/wp-block-development

github.com

Use when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata), attributes/serialization, supports, dynamic rendering (render.php/render_callback), deprecations/migrations, viewScript vs viewScriptModule, and @wordpress/scripts/@wordpress/create-block build and test workflows.

$ npx skills add wordpress/agent-skills
Ver habilidad

schpet/release

github.com

This skill should be used when the user asks to "make a release", "create a release", "cut a release", "release a new version", "publish a release", or mentions preparing for release. Provides comprehensive workflow for reviewing changes, updating changelog, determining semver bump, and publishing.

$ npx skills add schpet/linear-cli
Ver habilidad

muratcankoylan/context-engineering-collection

github.com

A comprehensive collection of Agent Skills for context engineering, harness engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, evaluating, or debugging agent systems that require effective context management and reliable operating loops.

$ npx skills add muratcankoylan/agent-skills-for-context-engineering
Ver habilidad

freee/freee-api-skill

github.com

freee-mcp / freee-sign-mcp と連携するスキル。会計・人事労務・請求書・工数管理・販売・IT管理・サイン(電子契約)の詳細APIリファレンスと使い方ガイドを提供。freee の経費申請・取引登録・勤怠打刻・給与明細・見積書・試算表・仕訳・従業員管理・工数登録・売上管理・SaaSアカウント管理・備品管理・電子契約の文書管理などの操作やAPI仕様を調べたいときに使う。ユーザーが freee のデータ操作、会計処理、人事労務管理、請求・見積、プロジェクト工数管理、販売管理、IT管理、電子契約について質問や操作を依頼してきた場合は、明示的に freee と言及していなくても、このスキルの利用を検討すること。サインは別途 freee-sign-mcp の設定が必要。

$ npx skills add freee/freee-mcp
Ver habilidad

browserbase/browser-trace

github.com

Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page summaries back into an agent loop so its next iteration learns from the last one.

$ npx skills add browserbase/skills
Ver habilidad

wordpress/wp-performance

github.com

Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification.

$ npx skills add wordpress/agent-skills
Ver habilidad

coinbase/query-onchain-data

github.com

Query onchain data on Base using the CDP SQL API via x402. Use when you or your user want to view onchain information about decoded blocks, transactions, and events.

$ npx skills add coinbase/agentic-wallet-skills
Ver habilidad

paulrberg/code-simplify

67github.com

Use for simplifying recently changed code: clean up, refactor for clarity, reduce complexity, improve readability, or maintainability.

$ npx skills add paulrberg/agent-skills
Ver habilidad

stablyai/agent-slack

github.com

Slack CLI for agents: read URLs/threads/history/unreads/later/canvases/workflows, search messages/files, download attachments, lookup users, list/create/invite channels, open DMs, draft messages, schedule sends, and explicit sends/edits/deletes/reactions/mark-read/uploads.

$ npx skills add stablyai/agent-slack
Ver habilidad

hoodini/owasp-security

github.com

Implement secure coding practices following OWASP Top 10. Use when preventing security vulnerabilities, implementing authentication, securing APIs, or conducting security reviews. Triggers on OWASP, security, XSS, SQL injection, CSRF, authentication security, secure coding, vulnerability.

$ npx skills add hoodini/ai-agents-skills
Ver habilidad

rohitg00/handoff

23.9kgithub.com

Resume the most recent agent session for the current working directory, leading with any unanswered question. Use when the user says "where were we", "resume", "handoff", "pick up where I left off", or starts a session with no fresh context.

$ npx skills add rohitg00/agentmemory
Ver habilidad

rohitg00/commit-history

23.9kgithub.com

List recent git commits linked to agent sessions, optionally filtered by branch or repo. Use when the user asks "show agent commits", "what has the agent shipped", "list linked commits", or wants commits with their session context.

$ npx skills add rohitg00/agentmemory
Ver habilidad

boshu2/council

410github.com

Run multi-judge consensus. Use when: an irreversible or high-stakes decision needs independent judges before committing — architecture forks, one-way doors, scoring options.

$ npx skills add boshu2/agentops
Ver habilidad

microsoft/playwright-dev

github.com

Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.

$ npx skills add microsoft/playwright
Ver habilidad

rohitg00/recap

23.9kgithub.com

Summarize the last N agent sessions for the current project, grouped by date, with highlight observations per session. Use when the user asks "recap", "what have we been doing", "today", "this week", or wants a rollup of recent work.

$ npx skills add rohitg00/agentmemory
Ver habilidad

zaddy6/agent-email-cli

github.com

Operate the agent-email CLI to create disposable inboxes, poll for new mail, retrieve full message details, and manage local mailbox profiles. Use when the user needs terminal-based email inbox access for LLM or agent automation workflows.

$ npx skills add zaddy6/agent-email-skill
Ver habilidad

rohitg00/commit-context

23.9kgithub.com

Trace a file, function, or line back to the agent session that produced its current commit. Use when the user asks "why is this code here", "what was the agent doing when this changed", "who wrote this", or wants context on a specific location in the codebase.

$ npx skills add rohitg00/agentmemory
Ver habilidad

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
Ver habilidad

aradotso/claude-hud-statusline

63github.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
Ver habilidad

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
Ver habilidad

juxt/allium

github.com

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

$ npx skills add juxt/allium
Ver habilidad

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
Ver habilidad

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
Ver habilidad