{
  "markdown": "# Custom Skills Repository\n\nThis 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.\n\n## Overview\n\nSkills are domain-specific guides that teach AI agents how to work with particular libraries, frameworks, or tools. Each skill contains:\n\n- **Structured documentation** (SKILL.md with frontmatter metadata)\n- **API references** (detailed function/component documentation)\n- **Code examples** (practical, copy-pasteable snippets)\n- **Best practices** (patterns, anti-patterns, and optimization guides)\n\n## Repository Structure\n\n```\n.\n├── AGENTS.md              # Rules for future AI agents working in this repo\n├── README.md              # This file\n└── skills/                # All custom skills live here\n    ├── skill-name-1/      # Individual skill directory\n    │   ├── SKILL.md\n    │   └── references/\n    └── skill-name-2/\n        └── ...\n```\n\n## Installing Skills with Vercel Skills CLI\n\nThis repository is designed to work with the Vercel Skills CLI, giving you fine-grained control over:\n\n- **Where** skills are installed (specific directories or projects)\n- **Which agents** have access to each skill, such as OpenCode or Cursor.\n\n### Local Development Workflow\n\nI 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.\n\n## How I created the skills\n\nUsually, 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. \n\n## Available Skills\n\n| Skill | Description | Status |\n|-------|-------------|--------|\n| `recharts` | React charting library with comprehensive examples and best practices | ✅ Complete |\n",
  "bytes": 2011,
  "sha": "5f5588c99816702d984f5d456300f7b40aa565525b2bd8227f264d1953d8ef14",
  "repo_slug": "andy-spike/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_andy_spike_skills_recharts_f2d19ae3/readme"
}