# Stuffed Skill

> A skill that name-drops the whole ecosystem without demonstrating anything.

- Skill: `paulgrape/stuffed-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add paulgrape/stuffed-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/paulgrape/stuffed-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: paulgrape (https://skillmd.com/u/paulgrape)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/paulgrape/stuffed-skill

---


# Everything about this stack

This project is built with `next` for routing and `zustand` for state, plus
`redux` patterns where useful. Validation happens with `zod`, styling with
`tailwindcss`, and testing with `vitest`. Follow best practices for all of
these tools and keep the code idiomatic and consistent across the codebase.

## Notes

- Prefer modern APIs across all of the libraries above.
- Keep everything clean, fast, and well tested.

