The public gallery of animated pet for Codex, Claude Code, OpenCode y Gemini CLI
Petdex is a community gallery and toolchain for animated pixel-art mascots ("pets") designed to run inside AI coding agents, primarily Codex and Claude Code. It has three components: a public web gallery at petdex.dev where users browse and submit pets, a CLI (`npx petdex install <slug>`) that downloads a pet's `pet.json` and spritesheet into `~/.codex/pets/` and wires hooks into supported agents, and a macOS desktop floater built in Zig that overlays the pet on screen and reacts to agent activity in real time. Each pet is a standardized package consisting of a `pet.json` metadata file and a spritesheet rendered as an 8x9 grid of 192x208 px frames. The web platform runs on Next.js, Drizzle ORM, Postgres, and Clerk for authentication, while the CLI authenticates via OAuth and PKCE. A public REST manifest at `petdex.dev/api/manifest` lets third-party tools consume the full catalog, and 21 projects already build on it. Developers, hobbyist pixel artists, and anyone who wants a visual companion tied to their coding agent workflow are the primary audience.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/crafter-station/petdexResumen de Tools
Lo que la gente pregunta sobre petdex
¿Qué es crafter-station/petdex?
+
crafter-station/petdex es tools para el ecosistema de Claude AI. The public gallery of animated pet for Codex, Claude Code, OpenCode y Gemini CLI Tiene 3k estrellas en GitHub y se actualizó por última vez yesterday.
¿Cómo se instala petdex?
+
Puedes instalar petdex clonando el repositorio (https://github.com/crafter-station/petdex) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar crafter-station/petdex?
+
Nuestro agente de seguridad ha analizado crafter-station/petdex y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene crafter-station/petdex?
+
crafter-station/petdex es mantenido por crafter-station. La última actividad registrada en GitHub es de yesterday, con 32 issues abiertos.
¿Hay alternativas a petdex?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega petdex en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/crafter-station-petdex)<a href="https://claudewave.com/repo/crafter-station-petdex"><img src="https://claudewave.com/api/badge/crafter-station-petdex" alt="Featured on ClaudeWave: crafter-station/petdex" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies