Productivity

forcedotcom/testing-agentforce

github.com

Write, run, and analyze structured test suites for Agentforce agents. TRIGGER when: user writes or modifies test spec YAML (AiEvaluationDefinition); runs sf agent test create, run, run-eval, or results commands; asks about test coverage strategy, metric selection, or custom evaluations; interprets test results or diagnoses test failures; asks about batch testing, regression suites, or CI/CD test integration. DO NOT TRIGGER when: user creates, modifies, previews, or debugs .agent files (use developing-agentforce); deploys or publishes agents; writes Agent Script code; uses sf agent preview for development iteration; analyzes production session traces (use observing-agentforce).

$ npx skills add forcedotcom/sf-skills
View skill

isala404/forge-idiomatic-engineer

github.com

Forge-focused engineering workflow for Rust applications with generated frontend bindings. Activate this skill for repositories containing a `forge.toml` file, Forge macros, or code generated by the Forge CLI.

$ npx skills add isala404/forge
View skill

elastic/cloud-manage-project

533github.com

Manages existing Elastic Cloud Serverless projects: list, get, update, delete, reset credentials, resume, and load saved credentials. Connects to existing projects by resolving endpoints and acquiring scoped Elasticsearch API keys. Use when performing day-2 operations on serverless projects, connecting to an existing project, loading or resetting project credentials, or looking up project details.

$ npx skills add elastic/agent-skills
View skill

elastic/observability-edot-dotnet-migrate

533github.com

Migrate a .NET application from the classic Elastic APM .NET agent to the EDOT .NET SDK. Use when switching from Elastic.Apm.* packages to Elastic.OpenTelemetry.

$ npx skills add elastic/agent-skills
View skill

elastic/observability-edot-java-migrate

533github.com

Migrate a Java application from the classic Elastic APM Java agent to the EDOT Java agent. Use when switching from elastic-apm-agent.jar to elastic-otel-javaagent.jar.

$ npx skills add elastic/agent-skills
View skill

sickn33/langgraph

43.4kgithub.com

Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles and branches, persistence with checkpointers, human-in-the-loop patterns, and the ReAct agent pattern.

$ npx skills add sickn33/antigravity-awesome-skills
View skill

davila7/jira

29.6kgithub.com

Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.

$ npx skills add davila7/claude-code-templates
View skill

rstackjs/rsbuild-best-practices

82github.com

Rsbuild best practices for config, CLI workflow, type checking, bundle optimization, assets, and debugging. Use when writing, reviewing, or troubleshooting Rsbuild projects.

$ npx skills add rstackjs/agent-skills
View skill

elastic/observability-edot-dotnet-instrument

533github.com

Instrument a .NET application with the Elastic Distribution of OpenTelemetry (EDOT) .NET SDK for automatic tracing, metrics, and logs. Use when adding observability to a .NET service that has no existing APM agent.

$ npx skills add elastic/agent-skills
View skill

agentmail-to/agentmail-cli

github.com

Send and receive emails programmatically using the AgentMail CLI. Use when agents need to manage inboxes, send/receive emails, handle threads, drafts, webhooks, and domains via command line.

$ npx skills add agentmail-to/agentmail-skills
View skill

giuseppe-trisciuoglio/github-issue-workflow

306github.com

Provides a structured 8-phase workflow for resolving GitHub issues in Claude Code. Covers fetching issue details, analyzing requirements, implementing solutions, verifying correctness, performing code review, committing changes, and creating pull requests. Use when user asks to resolve, implement, work on, fix, or close a GitHub issue, or references an issue URL or number for implementation.

$ npx skills add giuseppe-trisciuoglio/developer-kit
View skill

equinor/fusion-mcp

github.com

Explain what Fusion MCP is and guide users through setting it up when they need Fusion-aware MCP capabilities in Copilot workflows.

$ npx skills add equinor/fusion-skills
View skill

elastic/observability-edot-java-instrument

533github.com

Instrument a Java application with the Elastic Distribution of OpenTelemetry (EDOT) Java agent for automatic tracing, metrics, and logs. Use when adding observability to a Java service that has no existing APM agent.

$ npx skills add elastic/agent-skills
View skill

aws/enabling-lambda-vpc-internet-access

996github.com

Enables internet access for AWS Lambda functions deployed in VPC subnets by creating NAT Gateway infrastructure, configuring public/private subnet routing, and updating security groups. Use when a VPC-attached Lambda function cannot reach the internet.

$ npx skills add aws/agent-toolkit-for-aws
View skill

aj-geddes/jenkins-pipeline

github.com

Build Jenkins declarative and scripted pipelines with stages, agents, parameters, and plugins. Implement multi-branch pipelines and deployment automation.

$ npx skills add aj-geddes/useful-ai-prompts
View skill

elastic/cloud-network-security

533github.com

Manage Serverless network security (traffic filters): create, update, and delete IP filters and AWS PrivateLink VPC filters. Use when restricting network access or configuring private connectivity.

$ npx skills add elastic/agent-skills
View skill

wshobson/scan

38.0kgithub.com

Scans the codebase to generate project-doc.md and AGENTS.md. Use when bootstrapping a new agent-driven repo, refreshing project documentation after architectural changes, or running a delta scan to detect drift. Runs a full scan on first use and a smart delta scan on subsequent runs. Uses understand-anything + context-mode when available, falls back to native tools otherwise. Only updates AGENTS.md on detected architectural changes with human confirmation.

$ npx skills add wshobson/agents
View skill

lobehub/version-release

79.0kgithub.com

Version release workflow — release process and GitHub Release notes (not docs/changelog pages).

$ npx skills add lobehub/lobehub
View skill

sickn33/inngest

43.4kgithub.com

Inngest expert for serverless-first background jobs, event-driven workflows, and durable execution without managing queues or workers.

$ npx skills add sickn33/antigravity-awesome-skills
View skill

october-academy/sync

github.com

Quick remote sync shortcut. Use when user says "/sync", "동기화", "pull", "git pull", or wants to pull latest changes from remote. Defaults to pulling from origin main.

$ npx skills add october-academy/agent-plugins
View skill

elastic/observability-edot-python-instrument

533github.com

Instrument a Python application with the Elastic Distribution of OpenTelemetry (EDOT) Python agent for automatic tracing, metrics, and logs. Use when adding observability to a Python service that has no existing APM agent.

$ npx skills add elastic/agent-skills
View skill

aws/setting-up-cloudwatch-alarm-notifications

996github.com

Sets up notification channels for CloudWatch alarms using SNS topics and subscriptions. Always use this skill when configuring alarm notifications — it creates encrypted SNS topics, configures topic policies for CloudWatch access, sets up email/SMS/webhook subscriptions, and links alarms to notification actions with proper security controls.

$ npx skills add aws/agent-toolkit-for-aws
View skill

microsoft/agent-sessions-layout

github.com

Agents workbench layout — covers the fixed layout structure, grid configuration, part visibility, editor modal, titlebar, sidebar footer, and implementation requirements. Use when implementing features or fixing issues in the Agents workbench layout.

$ npx skills add microsoft/vscode
View skill

elastic/cloud-setup

533github.com

Configures Elastic Cloud authentication and environment defaults. Use when setting up EC_API_KEY, configuring Cloud API access, or when another cloud skill requires credentials.

$ npx skills add elastic/agent-skills
View skill