npx skills add https://github.com/ansanabria/skills --skill rechartsInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
This repository stores custom AI skills designed to extend the capabilities of AI agents. All skills listed here will be installed using the Vercel Skills CLI.
Skills are domain-specific guides that teach AI agents how to work with particular libraries, frameworks, or tools. Each skill contains:
.
├── AGENTS.md # Rules for future AI agents working in this repo
├── README.md # This file
└── skills/ # All custom skills live here
├── skill-name-1/ # Individual skill directory
│ ├── SKILL.md
│ └── references/
└── skill-name-2/
└── ...
This repository is designed to work with the Vercel Skills CLI, giving you fine-grained control over:
I have a workflow for skills installation. If it is a skill that I might use in most projects, I'll put them in the global installation directory (normally ~/.agents/). If it is a skill very specific to the project at hand, I'll install it in the project's root directory.
Usually, I'll use a model like Claude Opus 4.6 and point it to the docs of the tool I intend the agent to use. I also have the skill-creator skill by Anthropic to properly create the skills and then structure the best patterns for the tool.
| Skill | Description | Status |
|---|---|---|
recharts |
React charting library with comprehensive examples and best practices | ✅ Complete |