Agent Skills Registry

Active
GitHub TypeScript NOASSERTION

Description

The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with verified skills and absolute confidence.

Key Features

  • Curated and audited skill marketplace - every skill is signed and validated to prevent supply-chain risk
  • Multi-agent compatible - works with Claude Code, Cursor, Copilot, Antigravity, Kiro out of the box
  • Centralized discovery - browse, search, and install skills from a unified registry
  • Version management - pinned versions, dependency constraints, and upgrade notifications
  • Tiered scopes - workspace-, user-, and organization-level skill permissions
  • Full audit trail - logs every skill install, execution, and modification

Use Cases

💡 Standardizing skill distribution for Claude Code and Cursor teams inside an enterprise
💡 Giving new engineers a vetted library of safe skills so they never install untrusted ones
💡 Reusing team-codified best-practice skills across multiple repositories
💡 Enforcing compliant skill versions in CI for regulated projects
💡 Auditing who installed which skill, when, and what it executed

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (5.2k stars)
  • Responsive to issues, low backlog

⚠️ Limitations

  • No clear open-source license

Quick Start

# Add the Agent Skills registry to Claude Code
npx skills add tech-leads-club/agent-skills

# List available skills
npx skills list

# Install a specific skill in the current project
npx skills install code-review-suite

# Verify signatures of all installed skills
npx skills verify --all

Related Projects

Pi

103.2k · TypeScript
Active A+

Pi is a full-stack AI agent toolkit featuring a coding agent CLI, unified LLM API, TUI and Web UI libraries, Slack bot, and vLLM inference pods.

coding-agentclillm +2
  • · Unified multi-provider LLM API — pi-ai package provides unified interface for OpenAI, Anthropic, Google, and other LLM providers
  • · Interactive coding agent CLI — pi-coding-agent provides command-line interactive coding agent with tool calling and state management
  • · Agent runtime — pi-agent-core provides agent runtime with tool calling and state management for multi-step task execution

gstack

132.2k · TypeScript
Active A+

Garry Tan's open-source skill pack turning Claude Code into a virtual engineering team of 23 specialist roles for product review, planning, code review, browser QA and security audits.

claude-codeskillsslash-commands +2
  • · Virtual engineering team — 23 specialist roles as slash commands covering CEO product review, eng review, design review, code review, QA and security
  • · End-to-end slash commands — /office-hours, /autoplan, /review, /qa and /ship chain planning, implementation, review and release
  • · Real-browser QA — /qa opens a real browser, clicks through flows, and finds and fixes bugs