Check Existing banner
0xGF 0xGF

Check Existing

Security community

Description

--- name: check-existing description: Audit existing components, styles, packages, and utilities in the codebase --- Run a quick audit of what's already available in this codebase. ## Check these areas: 1. **Components** - List all components in `src/components/` and `src/components/ui/` 2. **Styles** - Review `tailwind.config.js`/`tailwind.config.ts` for custom tokens, and `globals.css` for custom styles 3. **Packages** - Review `package.json` dependencies for available libraries 4. **Uti

Installation

Installs to ~/.claude/commands/0xgf-solana-fullstack-webapp-skills-check-existing.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xGF/solana-fullstack-webapp-skills/HEAD/.claude/commands/check-existing.md -o ~/.claude/commands/0xgf-solana-fullstack-webapp-skills-check-existing.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository