Productivity

aws/aws-sdk-swift-usage

996github.com

AWS SDK for Swift development patterns. Use when writing Swift code that uses AWS services via aws-sdk-swift package.

$ npx skills add aws/agent-toolkit-for-aws
檢視技能

seabbs/taskfile-automation

github.com

Expert guidance for using Task (taskfile.dev) automation tool to discover and execute project development commands

$ npx skills add seabbs/claude-code-config
檢視技能

boshu2/bug-hunt

410github.com

Investigate bugs and root causes.

$ npx skills add boshu2/agentops
檢視技能

jaganpro/sf-datacloud

github.com

Salesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase `sf data360` workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching sf-datacloud-* skill), the task is STDM/session tracing/parquet telemetry (use sf-ai-agentforce-observability), standard CRM SOQL (use sf-soql), or Apex implementation (use sf-apex).

$ npx skills add jaganpro/sf-skills
檢視技能

sickn33/context-compression

43.4kgithub.com

When agent sessions generate millions of tokens of conversation history, compression becomes mandatory. The naive approach is aggressive compression to minimize tokens per request.

$ npx skills add sickn33/antigravity-awesome-skills
檢視技能

github/arize-evaluator

36.7kgithub.com

Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.

$ npx skills add github/awesome-copilot
檢視技能

elastic/cloud-create-project

533github.com

Creates Elastic Cloud Serverless projects (Elasticsearch, Observability, or Security) via the REST API, saves credentials to file, and bootstraps a scoped Elasticsearch API key. Use when creating a new serverless project, provisioning a search or observability environment, or spinning up a new Elastic Cloud project.

$ npx skills add elastic/agent-skills
檢視技能

microsoft/file-test-bug

github.com

file-test-bug — an installable skill for AI agents.

$ npx skills add microsoft/azure-skills
檢視技能

elastic/observability-edot-python-migrate

533github.com

Migrate a Python application from the classic Elastic APM Python agent to the EDOT Python agent. Use when switching from elastic-apm to elastic-opentelemetry.

$ npx skills add elastic/agent-skills
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能

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
檢視技能