davila7

117 mods across 3 repositories, 31k stars between them.

frontend-only-lint

97

davila7/claude-with-skills

Skill Claude CodeCodex

Apply frontend code quality rules for React and TypeScript components. Auto-activates when editing component files.

11 3mo ago A 26 tokens original MIT

deep-analysis

98

davila7/claude-with-skills

Skill Claude CodeCodex

Perform a deep architectural analysis or security review requiring extended reasoning. Use for complex architecture decisions, security audits, or when standard analysis is not finding the root cause.

11 3mo ago A 35 tokens original MIT

on-edit-formatter

99

davila7/claude-with-skills

Skill Claude CodeCodex

Apply code formatting rules after file edits in the source directory. Use when asked to format code or after making changes to source files.

11 3mo ago A 31 tokens original MIT

safe-deploy

100

davila7/claude-with-skills

Skill Claude CodeCodex

Deploy to a target environment after running pre-flight checks. Only invoke manually.

11 3mo ago A 19 tokens original MIT

quality-reporter

101

davila7/claude-with-skills

Agent Claude Code

Format code quality findings into a GitHub PR comment and post it. Use when code quality checks have completed and the results need to be posted to a PR.

11 3mo ago A 36 tokens original MIT

code-quality-gate

102

davila7/claude-with-skills

Skill Claude CodeCodex

Run all code quality checks (security, complexity, test coverage) on the current PR and post a combined report as a GitHub PR comment. Use before merging a PR, during code review, or when asked to check code quality.

11 3mo ago A 52 tokens original MIT

complexity-check

103

davila7/claude-with-skills

Skill Claude CodeCodex

Find overly complex code: files over 300 lines, functions over 50 lines, deeply nested conditions (4+ levels), and magic numbers. Use for code quality reviews, pre-release checks, or when asked to assess code maintainability.

11 3mo ago A 52 tokens original MIT

security-scan

104

davila7/claude-with-skills

Skill Claude CodeCodex

Scan the codebase for common security issues: hardcoded secrets, SQL injection vectors, XSS, unvalidated inputs, and insecure defaults. Use before deploying, as part of code quality review, or when asked to check for security issues.

11 3mo ago A 52 tokens original MIT

test-coverage-check

105

davila7/claude-with-skills

Skill Claude CodeCodex

Check whether changed source files have corresponding test files. Use for code quality review before merging a PR, or when asked whether new code has tests.

11 3mo ago A 34 tokens original MIT

pdf-toolkit

106

davila7/claude-with-skills

Skill Claude CodeCodex

Extract text and tables from PDFs, fill PDF form fields programmatically, and merge multiple PDF files into one. Use when working with PDF documents, form filling, document extraction, splitting, or any PDF manipulation task.

11 3mo ago A 47 tokens original MIT

codebase-visualizer

107

davila7/claude-with-skills

Skill Claude CodeCodex

Generate an interactive HTML tree visualization of the current project's file structure, with file sizes, color-coded file types, and a sidebar summary. Use when exploring a new repository, understanding project layout, identifying large files, or getting an overview of a codebase.

11 3mo ago A 57 tokens original MIT

deep-research

108

davila7/claude-with-skills

Skill Claude CodeCodex

Research a technical topic thoroughly by exploring the codebase and summarizing findings. Use when asked to investigate how something works, research an area of the codebase, trace a data flow, or understand a component in depth.

11 3mo ago A 48 tokens original MIT

parallel-investigator

109

davila7/claude-with-skills

Skill Claude CodeCodex

Investigate two separate areas of the codebase simultaneously and combine findings into a comparison report. Use when you need research on two independent topics at once, want to compare two subsystems, or need to understand how two components relate to each other.

11 3mo ago A 53 tokens original MIT

api-developer

110

davila7/claude-with-skills

Agent Claude Code

Implement REST API endpoints following team conventions. Use proactively when adding or modifying API routes, request handlers, response formatting, or HTTP clients.

11 3mo ago A 31 tokens original MIT

api-conventions

111

davila7/claude-with-skills

Skill Claude CodeCodex

REST API design conventions for this codebase. Use when writing or reviewing API endpoints, route definitions, response formatting, or client code that calls the API.

11 3mo ago A 35 tokens original MIT

error-handling

112

davila7/claude-with-skills

Skill Claude CodeCodex

Error handling patterns for API endpoints. Use when implementing error handling, writing middleware, or reviewing how errors are caught and formatted in API code.

11 3mo ago A 32 tokens original MIT

publish

113

davila7/claude-with-skills

Skill Claude CodeCodex

Push the current branch and all tags to origin, then create a GitHub release using the latest tag and its CHANGELOG.md entry. Use after tag-version to complete a release.

11 3mo ago A 38 tokens original MIT

release

114

davila7/claude-with-skills

Skill Claude CodeCodex

Run the complete release workflow: changelog entry, version bump, git tag, and GitHub release. Invokes changelog-entry, tag-version, and publish in sequence. Use when releasing a new version of the project.

11 3mo ago A 47 tokens original MIT

tag-version

115

davila7/claude-with-skills

Skill Claude CodeCodex

Bump the package version and create an annotated git tag. Accepts a semantic version number (1.2.0) or a bump type (patch, minor, major). Does not push — use the publish skill to push. Use as part of a release workflow.

11 3mo ago A 58 tokens original MIT

code-quality-audit

116

davila7/claude-with-skills

Skill Claude CodeCodex

Run a comprehensive code quality audit covering security, performance, and maintainability. Use for quarterly audits, pre-release reviews, or when onboarding to a large codebase.

11 3mo ago A 38 tokens original MIT

auto-format-on-edit

117

davila7/claude-with-skills

Skill Claude CodeCodex

Automatically format code files after every edit using Prettier and ESLint. Active in the background whenever Claude edits a file. Formatting is silent — no prompts, no output unless a formatter fails. Use when you want consistent formatting enforced automatically during a coding session.

11 3mo ago A 57 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: