Personal AI knowledge base — structured skill packs, agent definitions, and operational docs for Claude Code and compatible AI tools.
Follows the Agent Skills open standard (SKILL.md + references/).
# Clone
git clone https://github.com/mateonunez/agentfiles.git
# Sync to Claude Code
./scripts/sync-skills.sh| Skill | Description |
|---|---|
| biome | Biome formatter/linter conventions for TypeScript projects |
| pnpm-monorepo | pnpm workspace patterns for monorepo management |
| dotfiles | Dev environment — Colemak layout, Neovim, Tmux, Zsh |
| Skill | Description | Source |
|---|---|---|
| website | Next.js 16 personal site — MDX, Spotify/GitHub integrations, SEO | mateonunez.co |
| ait | AI platform — monorepo, RAG pipeline, OAuth connectors | private |
| fastify-orama | Fastify + Orama full-text search plugin | GitHub |
| Agent | Focus |
|---|---|
| fullstack-developer | Frontend + backend web development |
| ui-ux-designer | UI components, accessibility, responsive design |
| test-engineer | Testing, API validation, performance profiling |
| devops-engineer | Docker, CI/CD, Vercel, infrastructure |
| rapid-prototyper | Fast feature scaffolding, MVPs |
| code-reviewer | Code quality, security, maintainability reviews |
| Doc | Purpose |
|---|---|
| dev-setup | Development environment setup |
| git-conventions | Commit conventions, branch naming |
| deployment | Vercel + Docker deployment patterns |
| colemak-reference | Colemak navigation across all tools |
skills.sh is a public directory of 40,000+ agent skills.
# Install /learn command (Claude Code)
/plugin marketplace add https://agentskill.sh/marketplace.json
/plugin install learn@agentskill-sh
# Search and install skills
/learn fastify
/learn @vercel-labs/vercel-react-best-practices- Create
skills/<name>/SKILL.mdwith YAML frontmatter (name,description) - Add reference docs in
skills/<name>/references/ - Run
./scripts/sync-skills.shto deploy
agentfiles/
├── skills/ # Knowledge packs (SKILL.md + references/)
├── agents/ # Agent definitions (flat structure)
├── docs/ # Operational documentation
└── scripts/ # Helper scripts
MIT — Mateo Nunez