codebygarv

60 mods across 1 repository, 24 stars between them.

performance-auditor

26

codebygarv/Ai-skills

Skill Claude CodeCodex

Looks for performance bottlenecks across frontend rendering, backend logic, database access, and network usage. Use when something is slow or before it needs to scale.

24 12d ago A 37 tokens original MIT

pr-reviewer

27

codebygarv/Ai-skills

Skill Claude CodeCodex

Performs a pull-request-style review across an entire diff, organizing findings by severity and considering scope/intent, not just line-level code quality. Use when reviewing a full PR rather than a single function.

24 12d ago A 45 tokens original MIT

refactor-expert

28

codebygarv/Ai-skills

Skill Claude CodeCodex

Identifies unnecessarily complicated code and proposes cleaner implementations while preserving behavior. Use when code works but is harder to read or change than it should be.

24 12d ago A 34 tokens original MIT

security-auditor

30

codebygarv/Ai-skills

Skill Claude CodeCodex

Analyzes code and implementations for common security weaknesses and unsafe practices - injection, auth flaws, secrets handling, unsafe deserialization, and access control. Use before shipping anything handling user input, auth, or sensitive data.

24 12d ago A 48 tokens original MIT

sql-query-optimizer

31

codebygarv/Ai-skills

Skill Claude CodeCodex

Analyzes SQL queries, execution plans, index usage, and lock contention to optimize database operations.

24 12d ago A 24 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Designs deterministic Finite State Machines (FSMs) and statecharts for complex UI workflows and backend order lifecycles.

24 12d ago A 30 tokens original MIT

typescript-guardian

33

codebygarv/Ai-skills

Skill Claude CodeCodex

Focuses specifically on TypeScript type safety - any usage, unsound generics, interface design, and type narrowing. Use for a deep type-system review, not general code quality.

24 12d ago A 41 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Designs robust real-time bidirectional WebSocket/SSE protocols with heartbeat ping/pong, reconnect backoff, and auth.

24 12d ago A 32 tokens original MIT

adr-generator

35

codebygarv/Ai-skills

Skill Claude CodeCodex

Formats Architecture Decision Records (ADRs) capturing problem context, considered alternatives, and consequences.

24 12d ago A 21 tokens original MIT

changelog-generator

36

codebygarv/Ai-skills

Skill Claude CodeCodex

Converts commits or development updates into clean, categorized release notes and changelogs. Use when preparing a release and raw commit history needs to become human-readable notes.

24 12d ago A 37 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Extracts domain terminology, business acronyms, and entity definitions into an ubiquitous language dictionary.

24 12d ago A 25 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Generates consistent, meaningful Git commit messages based on a diff or description of changes. Use when writing or reviewing a commit message, especially to follow Conventional Commits or a project's existing convention.

24 12d ago A 43 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Creates clear, welcoming CONTRIBUTING.md files, PR templates, and local dev onboarding guides for open source projects.

24 12d ago A 28 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Creates structured technical documentation from code, requirements, or existing notes. Use when a feature, module, or system needs written docs and none exist yet, or existing ones are out of date.

24 12d ago A 42 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Distills dense technical postmortems, architecture RFCs, and quarterly engineering metrics into crisp C-suite briefs.

24 12d ago A 28 tokens original MIT

readme-builder

42

codebygarv/Ai-skills

Skill Claude CodeCodex

Creates professional README files for GitHub projects, covering purpose, installation, usage, and contribution info. Use when a repo has no README or an outdated/thin one.

24 12d ago A 38 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Converts git commits, PR summaries, and changelogs into engaging, user-facing product release notes.

24 12d ago B 27 tokens original MIT

rfc-proposal-writer

44

codebygarv/Ai-skills

Skill Claude CodeCodex

Drafts formal technical Requests for Comments (RFCs) complete with motivation, architecture design, and rollout plan.

24 12d ago A 29 tokens original MIT

runbook-generator

45

codebygarv/Ai-skills

Skill Claude CodeCodex

Generates structured, copy-pasteable operational runbooks and disaster recovery SOPs for on-call engineering teams.

24 12d ago A 26 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Crafts developer quickstart guides, language SDK installation snippets, and copy-pasteable curl/Python/TypeScript samples.

24 12d ago A 33 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Converts raw development notes into professional daily or weekly project status updates. Use when turning scattered notes/bullet points into a shareable update for a team or stakeholder.

24 12d ago A 38 tokens original MIT

codebygarv/Ai-skills

Skill Claude CodeCodex

Audits CI/CD workflows (GitHub Actions, GitLab CI) to implement caching, parallelization, and cut build durations.

24 12d ago A 34 tokens original MIT