home / skills / gohypergiant

gohypergiant skills

Find 21 skills from 1 repo created by gohypergiant on GitHub.

1 repo
21 skills
GitHub

Sponsored

skill-template

gohypergiant/agent-skills

5
This skill automates shell workflows and optimizes command-line tasks to improve reliability and speed across development, testing, and deployment pipelines.
accelint-readme-writer

gohypergiant/agent-skills

5
This skill analyzes codebases to generate or update thorough README.md files with examples, API coverage, and install instructions.
accelint-ts-best-practices

gohypergiant/agent-skills

5
This skill enforces TypeScript and JavaScript best practices to improve type safety, readability, and maintainability across codebases.
ask-questions-if-underspecified

gohypergiant/agent-skills

5
Clarify requirements before implementing. Use when serious doubts arise.
accelint-ts-testing

gohypergiant/agent-skills

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

gohypergiant/agent-skills

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

gohypergiant/agent-skills

5
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

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

gohypergiant/agent-skills

5
This skill optimizes React components and hooks for performance using best-practices including memoization, effect dependencies, and SSR hydration fixes.
accelint-react-testing

gohypergiant/agent-skills

5
This skill helps you write, review, and refactor React tests with Testing Library, emphasizing accessible queries and user-centric interactions.
accelint-security-best-practices

gohypergiant/agent-skills

5
This skill performs comprehensive security auditing for JavaScript/TypeScript apps, identifying OWASP Top 10 vulnerabilities and guiding remediation.
accelint-skill-manager

gohypergiant/agent-skills

5
This skill helps you create, refactor, or audit AI skills by guiding packaging, naming, and integration steps for reliable agent capabilities.
accelint-ts-documentation

gohypergiant/agent-skills

5
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

5
This skill performs systematic TypeScript performance audits and applies targeted optimizations to reduce runtime and memory usage.
accelint-tanstack-query-best-practices

gohypergiant/agent-skills

5
This skill helps you configure TanStack Query best practices in Next.js apps, optimizing caching, keys, and mutations for reliable server-state management.
bash-defensive-patterns

gohypergiant/agent-skills

5
This skill helps you write robust Bash scripts using strict mode, guarded error handling, and safe patterns for production reliability.
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.
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.
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).