Productivity

trkbt10/indexion-agent-orient

github.com

Generate and use a pre-edit structure brief so coding agents learn likely owners, consumer surfaces, and unsafe edit locations before implementing.

$ npx skills add trkbt10/indexion-skills
檢視技能

jwynia/web-search-tavily

github.com

Search the web using Tavily API for high-quality, AI-optimized results with advanced filtering options. Use when you need structured search results, domain filtering, relevance scores, or AI-generated answer summaries. Requires TAVILY_API_KEY. Keywords: tavily, advanced search, filtered search, domain filtering, relevance scoring.

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

mckruz/comfyui-api

github.com

Connect to a running ComfyUI instance, queue workflows, monitor execution, and retrieve results. Supports both online (REST API) and offline (JSON export) modes. Use when executing ComfyUI workflows or checking server status.

$ npx skills add mckruz/comfyui-expert
檢視技能

aws/connecting-to-data-source

996github.com

Create and troubleshoot AWS Glue connections to JDBC databases (Oracle, SQL Server, PostgreSQL, MySQL, RDS), Redshift, Snowflake, and BigQuery. Gathers connection hints from user, discovers existing connections and RDS/Redshift candidates, registers credentials in Secrets Manager or IAM DB auth, configures VPC, and tests. Triggers on: connect to database, set up Glue connection, register data source, connect to Snowflake/BigQuery/RDS, connection timeout, test connection, troubleshoot connection. Do NOT use for moving data (use ingesting-into-data-lake), creating tables (use creating-data-lake-table), queries (use querying-data-lake), catalog exploration (use exploring-data-catalog), or SaaS (Salesforce, ServiceNow, SAP, MongoDB, Kafka).

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

trkbt10/indexion-wiki

github.com

Project wiki lifecycle — create pages, track source changes with ingest, update stale pages, lint structural integrity, detect code-to-doc drift with reconcile, and manage search indexes. A runbook for navigating and maintaining the wiki as an agent.

$ npx skills add trkbt10/indexion-skills
檢視技能

cognitedata/integrate-fusion-agent

5github.com

Integrates a Flows/Dune app with the Fusion built-in PAIA agent panel using @cognite/app-sdk. Use this skill whenever a developer wants to: open the agent panel from their app, send the agent a contextual message, let the agent read app state (resources), or let the agent call actions in the app. Triggers: "fusion agent", "PAIA", "agent panel", "sendAgentMessage", "sendAgentLayoutMode", "agent server", "registerAgentServer", "connectToHostApp", "agent integration", "agent sidebar", "app-sdk agent". Always use this skill instead of manually writing agent integration code — it sets up the correct lifecycle, graceful fallback, and recommended file structure.

$ npx skills add cognitedata/builder-skills
檢視技能

aj-geddes/ansible-automation

github.com

Infrastructure automation and configuration management using Ansible playbooks, roles, and inventory. Use for deploying applications, patching, and managing servers.

$ npx skills add aj-geddes/useful-ai-prompts
檢視技能

elastic/kibana-agent-builder

533github.com

Create and manage Agent Builder agents and custom tools in Kibana. Use when asked to create, update, delete, test, or inspect agents or tools in Agent Builder.

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

jezweb/responsiveness-check

926github.com

Test website responsiveness across viewport widths using browser automation. Resizes a single session through breakpoints, screenshots each width, and detects layout transitions (column changes, nav switches, overflow). Produces comparison reports showing exactly where layouts break. Trigger with 'responsiveness check', 'check responsive', 'breakpoint test', 'viewport test', 'responsive sweep', 'check breakpoints', or 'test at mobile'.

$ npx skills add jezweb/claude-skills
檢視技能

giuseppe-trisciuoglio/spring-boot-saga-pattern

306github.com

Provides distributed transaction patterns using the Saga Pattern for Spring Boot microservices. Use when implementing distributed transactions across services, handling compensating transactions, ensuring eventual consistency, or building choreography or orchestration-based sagas with Kafka, RabbitMQ, or Axon Framework.

$ npx skills add giuseppe-trisciuoglio/developer-kit
檢視技能

yaklang/api-sec

github.com

Entry P1 category router for API security. Use when choosing between API recon, authorization, token abuse, and hidden-parameter workflows before any deeper API topic skill.

$ npx skills add yaklang/hack-skills
檢視技能

elastic/elasticsearch-authn

533github.com

Authenticate to Elasticsearch using native, file-based, LDAP/AD, SAML, OIDC, Kerberos, JWT, or certificate realms. Use when connecting with credentials, choosing a realm, or managing API keys. Assumes the target realms are already configured.

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

getsentry/sentry-cloudflare-sdk

225github.com

Full Sentry SDK setup for Cloudflare Workers and Pages. Use when asked to "add Sentry to Cloudflare Workers", "install @sentry/cloudflare", or configure error monitoring, tracing, logging, crons, or AI monitoring for Cloudflare Workers, Pages, Durable Objects, Queues, Workflows, or Hono on Cloudflare.

$ npx skills add getsentry/sentry-for-ai
檢視技能

affaan-m/agentic-os

230.4kgithub.com

Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases.

$ npx skills add affaan-m/everything-claude-code
檢視技能

am-will/swarm-planner

995github.com

[EXPLICIT INVOCATION ONLY] Creates dependency-aware implementation plans optimized for parallel multi-agent execution.

$ npx skills add am-will/codex-skills
檢視技能

affaan-m/skill-stocktake

230.4kgithub.com

Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

$ npx skills add affaan-m/everything-claude-code
檢視技能

redwoodjs/agent-ci

github.com

Run GitHub Actions CI locally with Agent CI to validate changes before pushing. Use when testing, running checks, or validating code changes.

$ npx skills add redwoodjs/agent-ci
檢視技能

mem0ai/mem0

59.0kgithub.com

Mem0 Platform SDK for adding persistent memory to AI applications. TRIGGER when: user mentions "mem0", "MemoryClient", "memory layer", "remember user preferences", "persistent context", "personalization", or needs to add long-term memory to chatbots, agents, or AI apps. Covers Python SDK (mem0ai), TypeScript SDK (mem0ai), and framework integrations (LangChain, CrewAI, OpenAI Agents SDK, Pipecat, LlamaIndex, AutoGen, LangGraph). Also covers the open-source self-hosted Memory class. This is the DEFAULT mem0 skill for ambiguous queries. DO NOT TRIGGER when: user asks about CLI commands, terminal usage, or shell scripts (use mem0-cli), or Vercel AI SDK / @mem0/vercel-ai-provider / createMem0 (use mem0-vercel-ai-sdk).

$ npx skills add mem0ai/mem0
檢視技能

giuseppe-trisciuoglio/spring-ai-mcp-server-patterns

306github.com

Provides Spring Boot MCP server patterns that create Model Context Protocol servers with Spring AI by defining tool handlers, exposing resources, configuring prompt templates, and setting up transports for AI function calling and tool calling. Use when building MCP servers to extend AI capabilities with Spring's official AI framework, implementing AI tools, custom function calling, or MCP client integration.

$ npx skills add giuseppe-trisciuoglio/developer-kit
檢視技能

deanpeters/skill-authoring-workflow

5.8kgithub.com

skill-authoring-workflow — an installable skill for AI agents.

$ npx skills add deanpeters/product-manager-skills
檢視技能

giuseppe-trisciuoglio/langchain4j-testing-strategies

306github.com

Provides unit test, integration test, and mock AI patterns for LangChain4j applications. Creates mock LLM responses, tests retrieval chains, validates RAG workflows, and implements Testcontainers-based integration tests for Java AI services. Use when unit testing AI services, integration testing LangChain4j components, mocking AI models, or testing LLM-based Java applications.

$ npx skills add giuseppe-trisciuoglio/developer-kit
檢視技能

affaan-m/gget

230.4kgithub.com

gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics evidence logs.

$ npx skills add affaan-m/everything-claude-code
檢視技能

apollographql/rover

97github.com

Guide for using Apollo Rover CLI to manage GraphQL schemas and federation. Use this skill when: (1) publishing or fetching subgraph/graph schemas, (2) composing supergraph schemas locally or via GraphOS, (3) running local supergraph development with rover dev, (4) validating schemas with check and lint commands, (5) configuring Rover authentication and environment, (6) exploring or searching a graph's schema for agent-driven discovery (rover schema describe / rover schema search).

$ npx skills add apollographql/skills
檢視技能

giuseppe-trisciuoglio/langchain4j-mcp-server-patterns

306github.com

Provides LangChain4j patterns for implementing MCP (Model Context Protocol) servers, creating Java AI tools, exposing tool calling capabilities, and integrating MCP clients with AI services. Use when building a Java MCP server, implementing tool calling in Java, connecting LangChain4j to external MCP servers, or securing tool exposure for agent workflows.

$ npx skills add giuseppe-trisciuoglio/developer-kit
檢視技能