A personal collection of coding agent skills reusable instruction sets that load via Claude's skill system to enforce consistent coding practices and tooling choices across projects.
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…
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…
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.