home / skills / gohypergiant / agent-skills

gohypergiant/agent-skills

A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.

23 skills
GitHub

Sponsored

accelint-ts-best-practices

gohypergiant/agent-skills

6
This skill enforces TypeScript and JavaScript best practices to improve type safety, readability, and maintainability across codebases.
skill-template

gohypergiant/agent-skills

6
This skill automates shell workflows and optimizes command-line tasks to improve reliability and speed across development, testing, and deployment pipelines.
humanizer

gohypergiant/agent-skills

6
This skill helps you rewrite text to sound more natural and human, removing AI writing signs while preserving meaning and voice.
skill-judge

gohypergiant/agent-skills

6
This skill evaluates Agent Skills against official specifications and patterns, delivering multi-dimensional scores and actionable improvement guidance.
accelint-tanstack-query-best-practices

gohypergiant/agent-skills

6
This skill helps you configure TanStack Query best practices in Next.js apps, optimizing caching, keys, and mutations for reliable server-state management.
accelint-ts-testing

gohypergiant/agent-skills

6
This skill guides Vitest testing in TypeScript projects with AAA pattern, parameterized tests, async patterns, and property-based testing for robust coverage.
accelint-security-best-practices

gohypergiant/agent-skills

6
This skill performs comprehensive security auditing for JavaScript/TypeScript apps, identifying OWASP Top 10 vulnerabilities and guiding remediation.
ask-questions-if-underspecified

gohypergiant/agent-skills

6
Clarify requirements before implementing. Use when serious doubts arise.
accelint-nextjs-best-practices

gohypergiant/agent-skills

6
This skill helps you optimize Next.js apps by applying performance and best-practice patterns for server components, actions, and data fetching.
accelint-persona-review

gohypergiant/agent-skills

6
This skill critiques Figma designs from operator personas, aligning UX with their roles, tasks, and systems to reduce cognitive load.
accelint-react-best-practices

gohypergiant/agent-skills

6
This skill optimizes React components and hooks for performance using best-practices including memoization, effect dependencies, and SSR hydration fixes.
accelint-ts-documentation

gohypergiant/agent-skills

6
This skill audits and enhances JavaScript/TypeScript documentation, ensuring accurate JSDoc, clear comments, and consistent markers for public APIs.
accelint-ts-performance

gohypergiant/agent-skills

6
This skill performs systematic TypeScript performance audits and applies targeted optimizations to reduce runtime and memory usage.
accelint-ts-audit-all

gohypergiant/agent-skills

6
This skill audits TypeScript files across multiple guidelines in parallel, tracks progress, and coordinates interactive approvals to ensure safe, comprehensive
accelint-react-testing

gohypergiant/agent-skills

6
This skill helps you write, review, and refactor React tests with Testing Library, emphasizing accessible queries and user-centric interactions.
accelint-readme-writer

gohypergiant/agent-skills

6
This skill analyzes codebases to generate or update thorough README.md files with examples, API coverage, and install instructions.
bash-defensive-patterns

gohypergiant/agent-skills

6
This skill helps you write robust Bash scripts using strict mode, guarded error handling, and safe patterns for production reliability.
accelint-skill-manager

gohypergiant/agent-skills

6
This skill helps you create, refactor, or audit AI skills by guiding packaging, naming, and integration steps for reliable agent capabilities.
readme-writer

gohypergiant/agent-skills

3
Use when creating or editing a README.md file in any project or package. Recursively parses codebase from README location, suggests changes based on missing or changed functionality, and generates thorough, human-sounding documentation with copy-pasteable code blocks and practical examples.
react-best-practices

gohypergiant/agent-skills

3
React performance optimization and best practices. Use when writing React components, hooks, or JSX; refactoring React code; optimizing re-renders, memoization, or state management; reviewing React code for performance issues; fixing hydration mismatches; or implementing transitions, lazy initialization, or effect dependencies. Covers React 19+ features including useEffectEvent, Activity component, and ref props.
vitest-best-practices

gohypergiant/agent-skills

3
Comprehensive vitest testing patterns covering test structure, AAA pattern, parameterized tests, assertions, mocking, test doubles, error handling, async testing, and performance optimization. Use when writing, reviewing, or refactoring vitest tests, or when user mentions vitest, testing, TDD, test coverage, mocking, assertions, or test files (*.test.ts, *.spec.ts).
command-creator

gohypergiant/agent-skills

3
Guide for creating Claude Code commands with skill integration. Use when users want to create a new Claude Code command specification, whether skill-based or standalone. Assists with command definition, skill discovery, argument specification, and command generation.
js-ts-best-practices

gohypergiant/agent-skills

3
JavaScript and TypeScript best practices covering naming conventions, control flow, state management, TypeScript patterns (avoid any/enum, prefer type over interface), safety (input validation, assertions, error handling), performance optimization (reduce branching/looping, memoization, defer await, cache property access, storage API caching, avoid needless allocations, currying for hot paths), and documentation (JSDoc, comment markers). Use when writing JS/TS functions, refactoring code for performance, reviewing code quality, fixing type errors, optimizing loops or conditionals, adding validation, or improving error messages.