ArabelaTso/Skills-4-SE

A curated list of 180+ useful Claude Skills for Software Engineering and resources for customizing AI for SE workflows.

252Stars on the repository
188Mods indexed here, across every type
22d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

readme-generator

121

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Generate comprehensive, user-friendly README.md files for code repositories. Use when creating documentation for new projects, updating existing READMEs, or improving project onboarding. Produces READMEs with project introduction, prerequisites, environment setup, executable usage instructions, and repository…

not rated 252 +4 22d ago B SkillSpector: warn 69 tokens original Apache-2.0

reference-searcher

122

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Systematic external reference searching across documentation, open-source repositories, and web resources. Use when working with unfamiliar libraries, APIs, or when needing production-quality implementation examples.

not rated 252 +4 22d ago A SkillSpector: pass 37 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Generate systematic refinement steps from high-level specifications to concrete implementations in Isabelle/HOL or Coq, preserving correctness obligations at each step. Use when working with formal verification, program refinement, proof development, or when translating abstract specifications into executable code…

not rated 252 +4 22d ago A SkillSpector: pass 84 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Checks whether a new version of a repository preserves the behavior observed by tests on the old version. Use this skill when comparing two versions of code to detect regressions, verify refactoring safety, validate bug fixes don't break existing functionality, or ensure backward compatibility. Detects differences in…

not rated 252 +4 22d ago A SkillSpector: pass 130 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Locate root causes of failing regression tests by analyzing code changes, error messages, and test dependencies. Use when regression tests start failing after code changes, investigating test failures in CI/CD, debugging flaky tests, or understanding why previously passing tests now fail. Analyzes git diffs, stack…

not rated 252 +4 22d ago A SkillSpector: pass 109 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Compares HEAD with the latest published version to analyze real changes, group by type, and recommend version bumps. Use before publishing a release to understand what actually changed.

not rated 252 +4 22d ago A SkillSpector: pass 38 tokens original Apache-2.0

release-notes-writer

127

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Automatically generate user-facing release notes from git commits, pull requests, changelogs, and code changes. Use when preparing software releases, creating version announcements, documenting what changed between versions, or communicating updates to users. Analyzes commit messages, PR descriptions, and code diffs…

not rated 252 +4 22d ago A SkillSpector: pass 122 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Instruments programs to record execution information for deterministic replay debugging. Use when debugging hard-to-reproduce bugs (race conditions, timing issues, intermittent failures, heisenbugs), reproducing production failures, or analyzing complex execution sequences. Records non-deterministic events (I/O…

not rated 252 +4 22d ago A SkillSpector: pass 97 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Instruments programs to capture execution traces specifically for reproducing reported bugs, enabling consistent replay and diagnosis of failures. Use this skill when you need to reproduce a bug, capture execution traces for debugging, instrument code to record program behavior, generate replay scripts for bug…

not rated 252 +4 22d ago A SkillSpector: pass 103 tokens original Apache-2.0

req-to-test

130

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Generates comprehensive test scenarios from requirements including BDD/Gherkin scenarios, unit tests, integration tests, and end-to-end test cases. Use when converting requirements, user stories, or specifications into testable scenarios with full coverage including happy paths, error cases, edge cases, and boundary…

not rated 252 +4 22d ago A SkillSpector: pass 71 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Compares old and new requirement documents, analyzes code repository impact, and generates detailed modification plans. Use when Claude needs to: (1) Compare requirement versions and identify changes, (2) Map requirement changes to code components, (3) Identify components to modify, delete, or add, (4) Analyze…

not rated 252 +4 22d ago A SkillSpector: pass 108 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Verify that design documents, code implementations, and tests fully cover all specified requirements. Use this skill when validating requirement traceability, conducting design reviews, assessing implementation completeness, checking test coverage against requirements, performing compliance audits, or identifying…

not rated 252 +4 22d ago A SkillSpector: pass 71 tokens original Apache-2.0

requirement-enhancer

133

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Iteratively enhance user requirements into clear, complete, actionable specifications through analysis and clarification. Use when: (1) Users provide initial requirements that need refinement, (2) Requirements are vague, incomplete, or ambiguous, (3) Creating formal specifications from informal descriptions, (4)…

not rated 252 +4 22d ago A SkillSpector: warn 114 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Extract and summarize core features, constraints, and priorities from requirement documents. Use when analyzing PRDs, RFCs, business requirements, user stories, epics, or any requirement documentation to identify must-have features, technical constraints, priority levels (P0/P1/P2/MoSCoW), and key decision points.…

not rated 252 +4 22d ago A SkillSpector: warn 89 tokens original Apache-2.0

requirement-summary

135

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Generate concise, structured summaries of requirements for quick team understanding. Use when analyzing requirements from text documents (MD, TXT, DOCX) or technical specifications to create bullet-point summaries that highlight core functionality and dependencies/constraints. Ideal for sprint planning, stakeholder…

not rated 252 +4 22d ago A SkillSpector: pass 69 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Automatically derives TLA+ properties (invariants, safety, liveness) from natural-language requirements or structured requirement documents. Resolves ambiguities, asks clarifying questions for underspecified requirements, and outputs TLA+-compatible property definitions with semantic explanations. Use when translating…

not rated 252 +4 22d ago A SkillSpector: pass 85 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Suggests rollback strategies for failed deployments across different platforms and failure types. Use when deployments fail and need to be reverted, including application code rollbacks, database migration reversions, infrastructure changes, and configuration updates. Supports Docker/Docker Compose environments with…

not rated 252 +4 22d ago B SkillSpector: warn 67 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Hardware verification tool for checking functional equivalence between two RTL designs (Verilog). Use when users need to: (1) Verify if two RTL versions are functionally equivalent, (2) Compare original vs. refactored RTL code, (3) Validate design changes or optimizations, (4) Identify semantic vs. cosmetic…

not rated 252 +4 22d ago A SkillSpector: pass 126 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Automatically infer formal correctness properties from Verilog/SystemVerilog RTL code and generate SystemVerilog Assertions (SVA). Identifies control-flow invariants (mutual exclusion, valid-ready handshakes, pipeline ordering, safety properties), liveness expectations, and temporal properties. Use when working with…

not rated 252 +4 22d ago A SkillSpector: pass 97 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Check behavioral consistency between high-level hardware specifications and RTL implementations. Use when asked to check RTL consistency, verify RTL against spec, check hardware specification compliance, validate RTL implementation, find spec violations in RTL, check behavioral consistency, or when working with…

not rated 252 +4 22d ago A SkillSpector: pass 84 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Explains runtime errors and compilation failures with actionable debugging guidance. Use when Python or Java code throws runtime exceptions (NullPointerException, TypeError, AttributeError, etc.), compilation errors (syntax errors, type mismatches, import failures), or dependency issues. Analyzes error messages, stack…

not rated 252 +4 22d ago A SkillSpector: pass 98 tokens original Apache-2.0

scenario-generator

142

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Generate comprehensive test scenarios, user stories, and acceptance criteria from requirements and specifications. Use this skill when planning testing efforts, writing user stories, creating test cases, documenting acceptance criteria, exploring edge cases, designing test coverage, or translating requirements into…

not rated 252 +4 22d ago A SkillSpector: pass 78 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Proposes secure remediation strategies for detected security vulnerabilities including buffer overflows, injection risks, insecure deserialization, improper authentication, and unsafe cryptographic usage. Provides recommended security checks, safer API alternatives, design-level changes, code examples, trade-off…

not rated 252 +4 22d ago A SkillSpector: warn 70 tokens original Apache-2.0

ArabelaTso/Skills-4-SE

Skill Claude CodeCodex

Instruments authentication, authorization, and input-handling code paths to monitor security-relevant events and states at runtime. Use this skill when developers need to add security monitoring and logging to their code, including tracking authentication attempts (login/logout), authorization decisions (access…

not rated 252 +4 22d ago A SkillSpector: pass 125 tokens original Apache-2.0

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: