Skip to content

mateonunez/agentfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agentfiles

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/).

Quick Start

# Clone
git clone https://github.com/mateonunez/agentfiles.git

# Sync to Claude Code
./scripts/sync-skills.sh

Skills

Generic (cross-project)

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

Project-specific

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

Agents

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

Docs

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

Adding Skills

From agentskill.sh

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

Manually

  1. Create skills/<name>/SKILL.md with YAML frontmatter (name, description)
  2. Add reference docs in skills/<name>/references/
  3. Run ./scripts/sync-skills.sh to deploy

Structure

agentfiles/
├── skills/          # Knowledge packs (SKILL.md + references/)
├── agents/          # Agent definitions (flat structure)
├── docs/            # Operational documentation
└── scripts/         # Helper scripts

License

MIT — Mateo Nunez

About

Personal AI knowledge base — structured skill packs, agent definitions, and operational docs for Claude Code and compatible AI tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages