Productivity

nrwl/nx-run-tasks

github.com

Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.

$ npx skills add nrwl/nx-ai-agents-config
查看技能

auth0/auth0-quickstart

github.com

Use when adding authentication or login to any app - detects your stack (React, Next.js, Vue, Nuxt, Angular, Express, Fastify, FastAPI, ASP.NET Core, React Native, Expo, Android, Swift), sets up an Auth0 account if needed, and routes to the correct SDK setup workflow.

$ npx skills add auth0/agent-skills
查看技能

browserbase/functions

github.com

Deploy serverless browser automation as cloud functions using Browserbase. Use when the user wants to deploy browser automation to run on a schedule or cron, create a webhook endpoint for browser tasks, run automation in the cloud instead of locally, or asks about Browserbase Functions.

$ npx skills add browserbase/skills
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

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
查看技能

microsoft/playwright-dev

github.com

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

$ npx skills add microsoft/playwright
查看技能

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
查看技能

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
查看技能

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
查看技能

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

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
查看技能

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
查看技能