Productivity

nomadamas/iros-registry-automation

5.8kgithub.com

인터넷등기소(IROS)에서 법인/부동산 등기부등본(등기사항증명서) 발급을 준비하고, 사용자가 직접 로그인·결제한 브라우저 흐름 안에서 장바구니·열람·저장을 안전하게 보조한다.

$ npx skills add nomadamas/k-skill
Ver habilidade

twillai/twill-cloud-coding-agent

github.com

Use Twill Cloud Coding Agent to manage Twill's public v1 API workflows. Create/list/update tasks, stream and cancel jobs, manage scheduled tasks, list repositories, and export Claude teleport sessions.

$ npx skills add twillai/skills
Ver habilidade

neondatabase/claimable-postgres

github.com

Provision instant temporary Postgres databases via Claimable Postgres by Neon (neon.new) with no login, signup, or credit card. Supports REST API, CLI, and SDK. Use when users ask for a quick Postgres environment, a throwaway DATABASE_URL for prototyping/tests, or "just give me a DB now". Triggers include: "quick postgres", "temporary postgres", "no signup database", "no credit card database", "instant DATABASE_URL", "npx neon-new", "neon.new", "neon.new API", "claimable postgres API".

$ npx skills add neondatabase/agent-skills
Ver habilidade

appwrite/appwrite-typescript

github.com

Appwrite TypeScript SDK skill. Use when building browser-based JavaScript/TypeScript apps, React Native mobile apps, or server-side Node.js/Deno backends with Appwrite. Covers client-side auth (email, OAuth, anonymous), database queries, file uploads, real-time subscriptions, and server-side admin via API keys for user management, database administration, storage, and functions.

$ npx skills add appwrite/agent-skills
Ver habilidade

sickn33/prompt-engineering

41.6kgithub.com

Expert guide on prompt engineering patterns, best practices, and optimization techniques. Use when user wants to improve prompts, learn prompting strategies, or debug agent behavior.

$ npx skills add sickn33/antigravity-awesome-skills
Ver habilidade

aws/creating-data-lake-table

996github.com

Create managed Iceberg tables using Amazon S3 Tables (s3tables API namespace) with automatic compaction and snapshot management. Sets up table bucket, namespace, table, schema, Glue catalog registration, partitioning, IAM access control. Triggers on: create table, data lake table, analytics table, structured data storage, S3 Tables, Iceberg, Athena table, partitioning strategy, access permissions. Do NOT use for: importing files (use ingesting-into-data-lake), vector storage (use storing-and-querying-vectors), querying existing tables (use querying-data-lake), or locating existing table (use finding-data-lake-assets).

$ npx skills add aws/agent-toolkit-for-aws
Ver habilidade

yaklang/llm-prompt-injection

github.com

LLM prompt injection playbook. Use when testing AI/LLM applications for direct injection, indirect injection via RAG/browsing, tool abuse, data exfiltration, MCP security risks, and defense bypass techniques.

$ npx skills add yaklang/hack-skills
Ver habilidade

rudrankriyam/asc-testflight-orchestration

github.com

Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.

$ npx skills add rudrankriyam/asc-skills
Ver habilidade

elastic/observability-service-health

github.com

Assess APM service health using SLOs, alerts, ML, throughput, latency, error rate, and dependencies. Use when checking service status, performance, or when the user asks about service health.

$ npx skills add elastic/agent-skills
Ver habilidade

aws/finding-data-lake-assets

996github.com

Resolve data lake and lakehouse asset references across Glue Data Catalog, S3, S3 Tables, and Redshift. Triggers on: find the table, where is our data, which table has, locate dataset, find data for, search catalog, what tables match, Redshift table, lakehouse table, data lake table, warehouse table, reverse lookup S3 path. Do NOT use for: full catalog audits (use exploring-data-catalog), running queries (use querying-data-lake), creating tables (use creating-data-lake-table).

$ npx skills add aws/agent-toolkit-for-aws
Ver habilidade

oimiragieo/gcloud-cli

github.com

Google Cloud CLI operations and resource management

$ npx skills add oimiragieo/agent-studio
Ver habilidade

manaflow-ai/cmux-settings

22.9kgithub.com

View and edit cmux settings in ~/.config/cmux/cmux.json. Use when the user wants to change cmux preferences (appearance, sidebar, notifications, automation, browser, shortcuts), set a value by JSON path, validate the file, open it in an editor, or look up which keys cmux recognizes. Triggers on '/cmux-settings', 'change cmux setting', 'set <something> in cmux', 'cmux config', 'cmux.json', or 'rebind a cmux shortcut'.

$ npx skills add manaflow-ai/cmux
Ver habilidade

aws/querying-data-lake

996github.com

Execute and manage Athena SQL queries across default and federated catalogs (Glue, S3 Tables, Redshift). Triggers on phrases like: query data, run SQL, athena query, analyze table, SQL query, workgroup status, profile table, query Redshift catalog, query S3 Tables. Do NOT use for finding specific data assets (use finding-data-lake-assets), full catalog audits (use exploring-data-catalog), importing data (use ingesting-into-data-lake).

$ npx skills add aws/agent-toolkit-for-aws
Ver habilidade

aws/storing-and-querying-vectors

996github.com

Store and query vector embeddings using Amazon S3 Vectors, a cost-effective long-term vector storage service with its own API namespace (s3vectors). Triggers on: create S3 vector bucket, vector index, store embeddings, semantic search, RAG vector storage, similarity search, vector database, migrate from other vector databases. Do NOT use for: querying tabular data (use querying-data-lake), S3 object storage, or hundreds/thousands of sustained QPS (use OpenSearch).

$ npx skills add aws/agent-toolkit-for-aws
Ver habilidade

aradotso/724-office-ai-agent

48github.com

Self-evolving AI agent system with 26 tools, three-layer memory, MCP plugins, and 24/7 self-repair in pure Python.

$ npx skills add aradotso/trending-skills
Ver habilidade

jezweb/mcp-builder

github.com

Build MCP servers in Python with FastMCP. Define tools / resources / prompts, build the server, test locally, deploy to FastMCP Cloud or Docker. Use whenever the user mentions building an MCP server, exposing tools to LLMs, FastMCP, building a Claude integration, or troubleshooting FastMCP module-level server, storage, lifespan, middleware, OAuth, or deployment errors.

$ npx skills add jezweb/claude-skills
Ver habilidade

aws/ingesting-into-data-lake

996github.com

Import data into the AWS data lake from S3 files, local uploads, JDBC databases (Oracle, SQL Server, PostgreSQL, MySQL, RDS, Aurora), Amazon Redshift, Snowflake, BigQuery, DynamoDB, or existing Glue catalog tables (migration). Default target is S3 Tables; standard Iceberg on a general purpose bucket is supported where S3 Tables is not adopted. Handles one-time loads, recurring pipelines, migrations. Triggers on: import data, load data, ingest, sync database, migrate table, move data to AWS, set up pipeline, ETL, pull from Snowflake, query BigQuery into S3, export DynamoDB, CTAS, convert to Iceberg. Do NOT use for setting up or troubleshooting Glue connections (use connecting-to-data-source), creating empty tables (use creating-data-lake-table), running queries (use querying-data-lake), finding tables by fuzzy name (use finding-data-lake-assets), catalog audit (use exploring-data-catalog), or SaaS platforms like Salesforce, ServiceNow, SAP, MongoDB, Kafka.

$ npx skills add aws/agent-toolkit-for-aws
Ver habilidade

hashicorp/provider-docs

github.com

Create, update, and review Terraform provider documentation for Terraform Registry using HashiCorp-recommended patterns, tfplugindocs templates, and schema descriptions. Use when adding or changing provider configuration, resources, data sources, ephemeral resources, list resources, functions, or guides; when validating generated docs; and when troubleshooting missing or incorrect Registry documentation.

$ npx skills add hashicorp/agent-skills
Ver habilidade

microsoft/markdown-token-optimizer

github.com

markdown-token-optimizer — an installable skill for AI agents.

$ npx skills add microsoft/azure-skills
Ver habilidade

aws/troubleshooting-s3-files

996github.com

Diagnoses and resolves Amazon S3 Files issues including mount failures, permission errors, synchronization problems, and performance issues. Use when the user has an S3 file system that is not mounting, returning access denied, not syncing changes to S3, showing files in lost+found, or performing slower than expected.

$ npx skills add aws/agent-toolkit-for-aws
Ver habilidade

sickn33/agent-memory-mcp

41.6kgithub.com

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

$ npx skills add sickn33/antigravity-awesome-skills
Ver habilidade

manaflow-ai/cmux-workspace

22.9kgithub.com

Work inside the current cmux workspace and terminal. Use for cmux workspace, current workspace, caller surface, panes, surfaces, socket targeting, and non-interfering cmux automation.

$ npx skills add manaflow-ai/cmux
Ver habilidade

elastic/observability-llm-obs

github.com

Monitor LLMs and agentic apps: performance, token/cost, response quality, and workflow orchestration. Use when the user asks about LLM monitoring, GenAI observability, or AI cost/quality.

$ npx skills add elastic/agent-skills
Ver habilidade

vince-winkintel/gitlab-cli-skills

github.com

Comprehensive GitLab CLI (glab) command reference and workflows for all GitLab operations via terminal. Use when user mentions GitLab CLI, glab commands, GitLab automation, MR/issue management via CLI, CI/CD pipeline commands, repo operations, authentication setup, or any GitLab terminal operations. Routes to specialized sub-skills for auth, CI, MRs, issues, releases, repos, and 30+ other glab commands. Triggers on glab, GitLab CLI, GitLab commands, GitLab terminal, GitLab automation.

$ npx skills add vince-winkintel/gitlab-cli-skills
Ver habilidade