Cross-tool AI assets: documentation-based skills for Copilot, Claude, Cursor, and other coding assistants
npx skills add https://github.com/itechmeat/llm-code --skill openspecInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
A collection of agent skills for AI coding tools.
npx add-skill itechmeat/llm-code
This installs all skills to your current project for the detected AI coding agent.
# List available skills
npx add-skill itechmeat/llm-code --list
# Install specific skills
npx add-skill itechmeat/llm-code --skill vite --skill fastapi
# Install for specific agents
npx add-skill itechmeat/llm-code -a claude-code -a github-copilot
# Non-interactive (CI/CD friendly)
npx add-skill itechmeat/llm-code -y
Each skill follows the agentskills.io specification.
| Skill | Description |
|---|---|
| base-ui | Base UI unstyled React components |
| beads | Beads distributed git-backed issue tracker |
| bun | Bun JavaScript/TypeScript runtime and toolkit |
| changelog | Keep a Changelog format |
| coderabbit | CodeRabbit AI code review |
| commits | Conventional Commits format |
| deps-dev | deps.dev API v3 package version lookup |
| fastapi | FastAPI web framework |
| github-stars-organizer | GitHub stars and lists organizer |
| inworld | Inworld TTS API |
| k8s-cluster-api | Kubernetes Cluster API v1.12 |
| makefile | GNU Make build automation |
| mantine-dev | Mantine UI components |
| open-meteo | Open-Meteo weather API |
| openclaw | OpenClaw local AI assistant stack |
| openapi | OpenAPI specification |
| openspec | OpenSpec workflow specification |
| perplexity | Perplexity AI search API |
| picoclaw | PicoClaw Go AI assistant runbook |
| pipecat | Pipecat realtime voice/multimodal bots |
| postgresql | PostgreSQL database |
| pgvector | pgvector Postgres extension |
| project-creator | Project documentation scaffolding |
| pydantic-ai | Pydantic AI agent framework |
| qdrant | Qdrant vector database |
| react-testing-library | React component testing |
| refine-dev | Refine admin framework |
| seaweedfs | SeaweedFS distributed storage |
| skill-master | Agent Skills authoring and evaluation |
| social-writer | Social media content creation |
| tavily | Tavily AI search API |
| telegram | Telegram Bot API (aiogram) |
| turso | Turso SQLite database |
| vibekanban | Vibe Kanban AI agent orchestration |
| vite | Vite build tool |
| vitest | Vitest testing framework |
| zvec | SQLite for vectors |
See skills/skill-master/ for the skill authoring guide.
MIT