Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 12, 2026·2 min de lectura

Awesome Agent Skills — Copy-Paste Toolpacks for Agents

Directory of agent skills plus installer scripts for Cursor and Claude Code. Includes interactive install/uninstall/list flows and manual install links.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 66/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Manual
Confianza
Confianza: Established
Entrada
curl -sL https://raw.githubusercontent.com/JackyST0/awesome-agent-skills/main/install.sh | bash
Comando CLI universal
npx tokrepo install 52d60666-edc9-5d15-8d00-95fd026b5464
Introducción

Awesome Agent Skills is both a directory and a bootstrapper: it collects skill references and ships an installer that can place bundled example skills into your agent environment. Use it to standardize a team’s baseline skill set across tools.

Best for: teams that want a quick baseline of agent skills installed consistently across Cursor/Claude Code

Works with: bash/PowerShell, agent skill directories, Cursor/Claude Code skill loaders

Setup time: 2–10 minutes

Key facts (verified)

  • README notes the installer installs bundled example skills from examples/ (not every third-party project).
  • Includes both bash and PowerShell installers for cross-platform setups.
  • GitHub: 500 stars · 63 forks; pushed 2026-05-12 (GitHub API verified).

Main

Use this repo as a skills bootstrap layer:

  • Install the bundled examples first.
  • Replace/extend with your team’s audited skills.
  • Keep skill sources pinned (git commit/versions) for reproducible agent behavior.

If you manage multiple agent clients, document where each client expects its skills so the installer output is predictable.

README excerpt (verbatim)

Awesome Agent Skills

Awesome Agent Skills

PRs Welcome GitHub Stars

🔍 Search Skills Online

Modular instruction packages that give AI coding assistants on-demand capabilities for specific tasks, working across Cursor, Claude Code, GitHub Copilot, and more.

English | 简体中文

Contents

What Are Agent Skills

Agent Skills are instruction sets, scripts, and resources that AI agents can discover and use to perform specific tasks. Each skill contains a SKILL.md file that tells the AI how to use it.

Skills work across multiple platforms:

Platform Global Directory Project Directory

FAQ

Q: Does it install every linked project? A: No—README says the installer installs the bundled examples under examples/.

Q: Can I uninstall? A: Yes—README describes interactive install/uninstall/list flows.

Q: How do I keep it safe? A: Treat skills as code: audit sources, pin versions, and review updates before rollout.

🙏

Fuente y agradecimientos

Source: https://github.com/JackyST0/awesome-agent-skills > License: CC0-1.0 > GitHub stars: 500 · forks: 63

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados