SkillsMay 12, 2026·3 min read

AI Skills — Curated Skills for Claude Code & Agents

Agent skill bundle installable via `npx skills`, with list/add/update commands and per-agent targeting (Claude Code, Cursor, Gemini CLI).

Agent ready

Ready-to-run agent install

This asset can be installed after the agent chooses its runtime, checks the plan, and runs the matching command.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Direct install command
npx -y tokrepo@latest install 88f35d39-9d9f-5304-8a8f-3eeaca0c2b01 --target codex

Run after dry-run confirms the install plan.

Intro

AI Skills is a practical skills bundle you can install into multiple coding agents using the npx skills package manager. It’s best when you want consistent, repeatable tool behavior across Claude Code, Cursor, Gemini CLI, and other agents.

Best for: developers who juggle multiple agent clients and want one install command for shared skills

Works with: npx skills, Claude Code/Cursor/Gemini CLI skills directories, per-project or global installs

Setup time: 3–10 minutes

Key facts (verified)

  • README shows multi-skill installs and wildcard agent targeting (e.g., -a '*').
  • Commands include list/check/update/remove/find for ongoing maintenance.
  • GitHub: 270 stars · 24 forks; pushed 2026-05-07 (GitHub API verified).

Main

Adopt skills in two phases:

  1. Install into one agent (Claude Code) and validate behavior on a real repo.
  2. Roll out to additional agents with explicit -a targets, so you can keep the skill surface consistent.

For teams, keep a short “approved skills list” and review skill updates before running npx skills update globally.

README excerpt (verbatim)

AI Agent Skills

Ask DeepWiki

A collection of portable skills for AI coding assistants. Works with all major AI clients that support the Agent Skills Standard.

Supported AI Clients

Claude Code Gemini CLI Google Antigravity Cursor OpenAI Codex Goose

Client Skills Directory Documentation
Claude Code ~/.claude/skills/ or .claude/skills/ docs
Gemini CLI ~/.gemini/skills/ or .gemini/skills/ docs
Google Antigravity ~/.gemini/antigravity/skills/ or .agent/skills/ docs
Cursor ~/.cursor/skills/ or .cursor/skills/ docs
OpenAI Codex CLI ~/.codex/skills/ or .codex/skills/ docs
Goose ~/.config/goose/skills/ or .goose/skills/ docs

Available Skills

Skill Description
postgres Read-only PostgreSQL queries with defense-in-depth security
mysql Read-only MySQL queries with session-level write protection
mssql Read-only Microsoft SQL Server queries with query validation security
imagen AI image generation using Google Gemini (cross-platform)

FAQ

Q: What is npx skills? A: README describes it as a package manager for the Agent Skills ecosystem, installing skills into different agent clients.

Q: Can I install globally? A: Yes—README shows using -g for global (user-level) installs.

Q: How do I uninstall? A: README includes npx skills remove ... and wildcard removal patterns.

🙏

Source & Thanks

Source: https://github.com/sanjay3290/ai-skills > License: Apache-2.0 > GitHub stars: 270 · forks: 24

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets