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.

21 skills
GitHub

Sponsored

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-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.
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-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.
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.
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.
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.
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.
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.
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.
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.