Instructions file
Claude Code instructions for nnkogift/personal-skills, covering claude.md, what this repo is, skill file format, skill content.. and key skills.
Instructions file
Claude Code instructions for nnkogift/personal-skills, covering claude.md, what this repo is, skill file format, skill content.. and key skills.
Skill Claude CodeCodex
Gift's personal coding standards, file structure conventions, and project setup rules. ALWAYS load this skill when starting a new project, scaffolding files, setting up a repo, writing new components, creating hooks, naming functions, structuring folders, composing UI, or any time code organization or architecture is…
Skill Claude CodeCodex
Gift's non-negotiable development tools and their correct configuration. ALWAYS load this skill when initializing a project, adding dependencies, configuring linting, formatting, testing, CI/CD, Docker, databases, auth, notifications, or email, or when any of these tools are mentioned: Bun, Biome, ESLint, Prettier…
Skill Claude CodeCodex
Rules and patterns for writing React forms. ALWAYS load this skill when building forms, handling form state, adding form validation, creating input components, or using react-hook-form, zod, Controller, FormProvider, useFormState, useController, useWatch, useFieldArray, or setError.