Productivity

affaan-m/gget

221.2kgithub.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
Ver habilidade

apollographql/rover

github.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
Ver habilidade

giuseppe-trisciuoglio/langchain4j-mcp-server-patterns

github.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
Ver habilidade

giuseppe-trisciuoglio/langchain4j-ai-services-patterns

github.com

Provides patterns to build declarative AI Services with LangChain4j for LLM integration, chatbot development, AI agent implementation, and conversational AI in Java. Generates type-safe AI services using interface-based patterns, annotations, memory management, and tools integration. Use when creating AI-powered Java applications with minimal boilerplate, implementing conversational AI with memory, or building AI agents with function calling.

$ npx skills add giuseppe-trisciuoglio/developer-kit
Ver habilidade

hashicorp/provider-test-patterns

github.com

Terraform provider acceptance test patterns using terraform-plugin-testing with the Plugin Framework. Covers test structure, TestCase/TestStep fields, ConfigStateChecks with custom statecheck.StateCheck implementations, plan checks, CompareValue for cross-step assertions, config helpers, import testing with ImportStateKind, sweepers, and scenario patterns (basic, update, disappears, validation, regression), and ephemeral resource testing with the echoprovider package. Use when writing, reviewing, or debugging provider acceptance tests, including questions about statecheck, plancheck, TestCheckFunc, CheckDestroy, ExpectError, import state verification, ephemeral resources, or how to structure test files.

$ npx skills add hashicorp/agent-skills
Ver habilidade

elastic/observability-logs-search

github.com

Search and filter Observability logs using ES|QL. Use when investigating log spikes, errors, or anomalies; getting volume and trends; or drilling into services or containers during incidents.

$ npx skills add elastic/agent-skills
Ver habilidade

giuseppe-trisciuoglio/spring-boot-crud-patterns

github.com

Provides and generates complete CRUD workflows for Spring Boot 3 services. Creates feature-focused architecture with Spring Data JPA aggregates, repositories, DTOs, controllers, and REST APIs. Validates domain invariants and transaction boundaries. Use when modeling Java backend services, REST API endpoints, database operations, web service patterns, or JPA entities for Spring Boot applications.

$ npx skills add giuseppe-trisciuoglio/developer-kit
Ver habilidade

am-will/role-creator

955github.com

Create and update Codex custom agents using standalone custom-agent TOML files.

$ npx skills add am-will/codex-skills
Ver habilidade

auth0/auth0-react

github.com

Use when adding authentication to React applications (login, logout, user sessions, protected routes) - integrates @auth0/auth0-react SDK for SPAs with Vite or Create React App

$ npx skills add auth0/agent-skills
Ver habilidade

mapbox/mapbox-web-performance-patterns

github.com

Performance optimization patterns for Mapbox GL JS web applications. Covers initialization waterfalls, bundle size, rendering performance, memory management, and web optimization. Prioritized by impact on user experience.

$ npx skills add mapbox/mapbox-agent-skills
Ver habilidade

am-will/llm-council

955github.com

Orchestrate a configurable, multi-member CLI planning council (Codex, Claude Code, Gemini, OpenCode, or custom) to produce independent implementation plans, anonymize and randomize them, then judge and merge into one final plan. Use when you need a robust, bias-resistant planning workflow, structured JSON outputs, retries, and failure handling across multiple CLI agents.

$ npx skills add am-will/codex-skills
Ver habilidade

affaan-m/agent-architecture-audit

221.2kgithub.com

Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature.

$ npx skills add affaan-m/everything-claude-code
Ver habilidade

aradotso/fabro-workflow-factory

48github.com

Skill for using Fabro, the open source AI coding workflow orchestrator that lets you define agent pipelines as Graphviz DOT graphs with human gates, multi-model routing, and cloud sandboxes.

$ npx skills add aradotso/trending-skills
Ver habilidade

giuseppe-trisciuoglio/langchain4j-tool-function-calling-patterns

github.com

Provides and generates LangChain4j tool and function calling patterns: annotates methods as tools with @Tool, configures tool executors, registers tools with AiServices, validates tool parameters, and handles tool execution errors. Use when building AI agents that call tools, define function specifications, manage tool responses, or integrate external APIs with LLM-driven applications.

$ npx skills add giuseppe-trisciuoglio/developer-kit
Ver habilidade

sbroenne/excel-mcp

github.com

Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode. Triggers: Excel, spreadsheet, workbook, xlsx, xlsm, Power Query, DAX, PivotTable, chart, dashboard, VBA, MCP.

$ npx skills add sbroenne/mcp-server-excel
Ver habilidade

aradotso/openhanako-personal-ai-agent

48github.com

Build and configure personal AI agents with memory, personality, and autonomy using OpenHanako on Electron.

$ npx skills add aradotso/trending-skills
Ver habilidade

jaganpro/sf-ai-agentforce-testing

github.com

Agentforce agent testing with dual-track workflow and 100-point scoring. TRIGGER when: user tests Agentforce agents, runs sf agent test commands, creates test specs, validates topic routing, or analyzes agent test coverage. DO NOT TRIGGER when: Apex unit tests (use sf-testing), building agents (use sf-ai-agentforce), or Agent Script DSL (use sf-ai-agentscript).

$ npx skills add jaganpro/sf-skills
Ver habilidade

affaan-m/netmiko-ssh-automation

221.2kgithub.com

Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and network automation error handling.

$ npx skills add affaan-m/everything-claude-code
Ver habilidade

affaan-m/flox-environments

221.2kgithub.com

Create reproducible, cross-platform (macOS/Linux) development environments with Flox, a declarative Nix-based environment manager. Use when setting up project toolchains for any language, installing system-level dependencies (compilers, databases, native libs like openssl/BLAS), pinning exact package versions for a team, running local services (PostgreSQL, Redis, Kafka), onboarding developers with one command, or solving 'works on my machine' problems — including agent/vibe-coding setups that need project-scoped tools without sudo. Also use when the user mentions .flox/, manifest.toml, flox activate, or FloxHub.

$ npx skills add affaan-m/everything-claude-code
Ver habilidade

api/agent-memory

github.com

Agent skill "agent-memory" from api/git.

$ npx skills add api/git
Ver habilidade

waynesutton/avoid-feature-creep

402github.com

Prevent feature creep when building software, apps, and AI-powered products. Use this skill when planning features, reviewing scope, building MVPs, managing backlogs, or when a user says "just one more feature." Helps developers and AI agents stay focused, ship faster, and avoid bloated products.

$ npx skills add waynesutton/convexskills
Ver habilidade

aradotso/aracli-deploy-management

48github.com

Guide to deploying and managing OpenClaw-compatible AI agent systems across cloud, bare metal, and hybrid infrastructure.

$ npx skills add aradotso/trending-skills
Ver habilidade

botpress/adk

github.com

a set of guidelines to build with Botpress's Agent Development Kit (ADK) - use these whenever you're tasked with building a feature using the ADK

$ npx skills add botpress/skills
Ver habilidade

deanpeters/user-story-mapping-workshop

github.com

Run a user story mapping workshop with adaptive questions and a structured map output. Use when you need backbone activities, tasks, and release slices for a workflow.

$ npx skills add deanpeters/product-manager-skills
Ver habilidade