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

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