Instructions file
Claude Code instructions for Mattdgn/config_cc, covering development guidelines, stack, code standards and key commands.
Instructions file
Claude Code instructions for Mattdgn/config_cc, covering development guidelines, stack, code standards and key commands.
Command
You are an expert integration engineer. Your job is to integrate ForgeConnect into the current project — either as a fresh installation or as a migration from Privy. You MUST follow this document precisely.
Command
Run a comprehensive performance audit on the current codebase. Analyzes bundle size, rendering, API calls, database queries, caching, and generates a prioritized optimization report.
Command
Run a full QA audit — analyze test coverage, write missing unit/integration tests, fix broken tests, and set up or improve GitHub Actions CI/CD pipeline. Supports Next.js frontend and Hono backend. Generates a QAREPORT.md and commits test files.
Command
Run a comprehensive security audit on the current codebase. Scans for vulnerabilities, misconfigurations, exposed secrets, auth flaws, and generates a prioritized report.
Skill Claude CodeCodex
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Skill Claude CodeCodex
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…
Skill Claude CodeCodex
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling.
Skill Claude CodeCodex
Provides complete shadcn/ui component library patterns including installation, configuration, and implementation of accessible React components. Use when setting up shadcn/ui, installing components, building forms with React Hook Form and Zod, customizing themes with Tailwind CSS, or implementing UI patterns like…
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Skill Claude CodeCodex
End-to-end Solana development playbook (Jan 2026). Prefer Solana Foundation framework-kit (@solana/client + @solana/react-hooks) for React/Next.js UI. Prefer @solana/kit for all new client/RPC/transaction code. When legacy dependencies require web3.js, isolate it behind @solana/web3-compat (or @solana/web3.js as a…
Skill Claude CodeCodex
Autonomous sprint execution engine for documentation-first projects. Reads CLAUDE.md sprint definitions + SPRINTSTATUS.md → implements → quality gates → commits → handoff. Trigger on: "Sprint N", "execute sprint N", "next sprint", "continue", "resume", "next", "start building", "run sprint", "execute all remaining…
Skill Claude CodeCodex
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…