AIAny
AI Agent2026
Icon for item

agent-skills

A curated, security-first registry of verified, tested skills you can install into AI coding agents. Each skill is human-curated, scanned (Snyk/static analysis), and integrity-locked; delivered via a CLI and optional MCP server to multiple agents (Claude Code, Cursor, Copilot, etc.).

Introduction

Most public skill marketplaces let contributions flow in without strong supply-chain guarantees; a meaningful fraction include critical vulnerabilities. Agent Skills reframes the problem: treat skills as auditable, immutable packages that agents can safely install. The project combines human curation, CI/static analysis, Snyk scanning, lockfile-based integrity, and a delivery CLI + MCP server so teams can extend agents with confidence.

What Sets It Apart
  • Hardened publish pipeline: every skill is text-only, scanned in CI, and content-hashed so installations are reproducible and auditable — meaning fewer supply-chain surprises for production agents.
  • Multi-agent delivery: skills can be installed into a variety of coding agents (Claude Code, Cursor, GitHub Copilot, Antigravity, etc.), so teams manage one verified catalog rather than agent-specific ad-hoc integrations.
  • Security-first CLI & runtime guards: the installer uses sanitization, path isolation, symlink guards and an audit log; so developers get a safer local install flow compared with generic plugin marketplaces.
  • MCP server for progressive disclosure: the optional MCP server exposes catalog operations (search/list/read/fetch) so agent clients can query minimal data on-demand, reducing attack surface and latency.
Who it's for

Great fit if you run AI coding agents in team or enterprise environments and need a small, audited set of reusable capabilities that can be centrally governed. It also suits developers building MCP-enabled clients or integrating skills into CI/CD.

Look elsewhere if you need the largest possible marketplace of third-party plugins (this project favors curation and security over breadth), or if you require binary/native extensions — skills are text-first and designed for safe automation.

Where It Fits

Agent Skills sits between open marketplaces and bespoke agent plugins: it trades breadth for traceability and safety. Expect fewer, higher-quality skills with explicit attribution and licensing (MIT for engine, CC-BY-4.0 for maintained skills), a Node/TypeScript codebase, and CLI-first workflows for install/update/audit.

Quick signals
  • Maintainer: Tech Leads Club (GitHub org)
  • Created: 2026-01-19; stars indicate community interest (2k+ as of initial snapshot)
  • Good for: teams shipping agent-driven automation where supply-chain safety matters; integrates with existing agent CLIs via MCP.

More Items

GitHub
AI Agent2026

Runs a persistent, self-modifying AI agent locally with durable identity, memory, and versioned history across tasks. Provides native desktop and headless CLI runtimes, coordinated subagent swarms, configurable remote or local GGUF models, and reviewed self-evolution via Git.

GitHub
AI Coding2025

Parses multi-language repositories into a Memgraph knowledge graph and enables natural-language RAG querying, grounded source retrieval, and AI-driven AST edits. Key features include Tree-sitter parsing, LLM-to-Cypher generation, structural search-and-replace, and MCP server integration.

GitHub

Lets any LLM operate a ComfyUI instance: generate and iterate images/video/audio, manage models and custom nodes, and edit the live graph in natural language. Local-first control plane with a sidebar agent, multi-provider LLM support, and installer packs for ready workflows.