Productivity

am-will/llm-council

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

affaan-m/agent-architecture-audit

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

aradotso/fabro-workflow-factory

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

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

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

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

aradotso/openhanako-personal-ai-agent

63github.com

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

$ npx skills add aradotso/trending-skills
查看技能

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

affaan-m/netmiko-ssh-automation

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

affaan-m/flox-environments

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

api/agent-memory

github.com

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

$ npx skills add api/git
查看技能

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

aradotso/aracli-deploy-management

63github.com

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

$ npx skills add aradotso/trending-skills
查看技能

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

deanpeters/user-story-mapping-workshop

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

sickn33/github-workflow-automation

43.4kgithub.com

Patterns for automating GitHub workflows with AI assistance, inspired by [Gemini CLI](https://github.com/google-gemini/gemini-cli) and modern DevOps practices.

$ npx skills add sickn33/antigravity-awesome-skills
查看技能

posthog/implementing-agent-modes

github.com

Guidelines to create/update a new mode for PostHog AI agent. Modes are a way to limit what tools, prompts, and prompt injections are applied and under what conditions. Achieve better results using your plan mode.

$ npx skills add posthog/posthog
查看技能

aws/aws-sdk-js-v3-usage

996github.com

AWS SDK for JavaScript v3 development patterns. Use when writing JavaScript or TypeScript code that uses AWS services via @aws-sdk/* packages (aws-sdk-js-v3), or when asked about schemas, runtime validation, serialization, or code generation in the context of the JS/TS AWS SDK.

$ npx skills add aws/agent-toolkit-for-aws
查看技能

aradotso/keyid-agent-kit-mcp

63github.com

Give AI agents (Claude, Cursor) a real email address with 27 MCP tools for inbox, send, reply, contacts, search, and more via KeyID.ai

$ npx skills add aradotso/trending-skills
查看技能

am-will/openai-docs-skill

995github.com

Query the OpenAI developer documentation via the OpenAI Docs MCP server using CLI (curl/jq). Use whenever a task involves the OpenAI API (Responses, Chat Completions, Realtime, etc.), OpenAI SDKs, ChatGPT Apps SDK, Codex, MCP integrations, endpoint schemas, parameters, limits, or migrations and you need up-to-date official guidance.

$ npx skills add am-will/codex-skills
查看技能

mongodb/mongodb-search-and-ai

github.com

Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG applications), or combined approaches. Also use when users need text containment, substring matching ('contains', 'includes', 'appears in'), case-insensitive or multi-field text search, or filtering across many fields with variable combinations. Provides workflows for selecting the right search type, creating indexes, constructing queries, and optimizing performance using the MongoDB MCP server.

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

deanpeters/context-engineering-advisor

5.8kgithub.com

Diagnose context stuffing vs. context engineering. Use when an AI workflow feels bloated, brittle, or hard to steer reliably.

$ npx skills add deanpeters/product-manager-skills
查看技能

waynesutton/convex-agents

402github.com

Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration

$ npx skills add waynesutton/convexskills
查看技能

am-will/agent-browser

995github.com

A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.

$ npx skills add am-will/codex-skills
查看技能

callstackincubator/react-devtools

github.com

Inspect and profile React Native component trees from agent-device. Use for React Native performance, profiling, props, state, hooks, render causes, slow components, excessive rerenders, or questions like why a component rerendered.

$ npx skills add callstackincubator/agent-device
查看技能