nimadorostkar/Claude-Skills-collection

A curated library of 137 production-grade skills for Claude and other AI coding agents.

26Stars on the repository
138Mods indexed here, across every type
25d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

web-data-extraction

121

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when extracting data from web pages. Covers choosing between an API, static parsing, and a browser, handling JavaScript-rendered content, resilient selectors, rate limiting, and scraping responsibly.

not rated 26 25d ago A SkillSpector: pass 43 tokens original MIT

secrets-management

122

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when handling credentials, API keys, and certificates. Covers secret storage, rotation, injection into applications, detection of leaked secrets, and what to do when one is exposed.

not rated 26 25d ago A SkillSpector: pass 39 tokens original MIT

secure-coding

123

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when writing code that handles untrusted input, authentication, or sensitive data. Covers injection prevention, authentication and session handling, authorization, cryptography, and the defaults that make code safe by construction.

not rated 26 25d ago A SkillSpector: pass 44 tokens original MIT

security-review

124

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when auditing code or a change for vulnerabilities. Produces severity-ranked findings with exploit paths and fixes, covering the OWASP Top 10, authorization, secrets, and dependency risk.

not rated 26 25d ago A SkillSpector: warn 40 tokens original MIT

supply-chain

125

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when assessing dependency and build-pipeline risk. Covers dependency vetting, lockfiles, SBOMs, provenance and signing, pinning CI actions, and responding to a compromised package.

not rated 26 25d ago B 42 tokens original MIT

threat-modeling

126

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when designing a system and identifying what could go wrong. Applies STRIDE to a data-flow model, ranks threats by realistic risk, and produces mitigations that are actually built.

not rated 26 25d ago A SkillSpector: pass 41 tokens original MIT

e2e-playwright

127

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when writing end-to-end browser tests with Playwright. Covers resilient locators, auto-waiting, network interception, authentication reuse, parallelization, and eliminating flakiness.

not rated 26 25d ago A SkillSpector: pass 43 tokens original MIT

performance-testing

128

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when load testing a system. Covers workload modeling, ramp profiles, what to measure, finding the breaking point, and distinguishing a real bottleneck from a badly configured test.

not rated 26 25d ago A SkillSpector: pass 38 tokens original MIT

qa-review

129

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when reviewing a feature for release readiness. Covers acceptance-criteria verification, edge-case enumeration, regression risk assessment, and a release decision that is a judgment rather than a vibe.

not rated 26 25d ago A SkillSpector: pass 39 tokens original MIT

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when practicing TDD. Covers the red-green-refactor loop, choosing the next test, designing through tests, and when TDD is and is not the right approach.

not rated 26 25d ago A SkillSpector: pass 39 tokens original MIT

test-strategy

131

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when deciding what to test and at which level. Covers the test pyramid, what belongs in unit versus integration versus end-to-end tests, coverage as a signal rather than a target, and eliminating flakiness.

not rated 26 25d ago A SkillSpector: pass 47 tokens original MIT

web-app-testing

132

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when testing a web application interactively — verifying a feature, reproducing a bug, or checking a flow in a real browser. Covers systematic exploration, console and network inspection, and reporting what you find.

not rated 26 25d ago A SkillSpector: pass 46 tokens original MIT

changelog

133

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when writing a changelog or release notes. Covers what belongs in one, writing for users rather than for git, semantic versioning, and documenting breaking changes so nobody is surprised.

not rated 26 25d ago A SkillSpector: pass 40 tokens original MIT

editing

134

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when editing prose for clarity and force. Covers cutting, structural editing, the specific constructions that weaken writing, and editing someone else's work without destroying their voice.

not rated 26 25d ago A SkillSpector: pass 34 tokens original MIT

internal-comms

135

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when writing an announcement, update, or memo for colleagues. Covers leading with the point, matching the format to the audience, and writing something people actually read.

not rated 26 25d ago A SkillSpector: pass 37 tokens original MIT

long-form-content

136

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when writing a researched article, blog post, or long-form piece. Covers building an argument, researching and citing, structure, and writing something with a point rather than a survey.

not rated 26 25d ago A SkillSpector: pass 41 tokens original MIT

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when writing developer-facing documentation. Covers the four documentation types and choosing between them, writing a README, API reference, and tutorials that work.

not rated 26 25d ago A SkillSpector: pass 33 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: