retype
Refactors TypeScript codebases with AST-aware rename, extract, and reference finding. Use for moving functions between files, renaming across codebase, or finding all usages of a symbol.
Browse curated skills with source links, package snapshots, README assets and install signals in one calm, searchable catalog.
Refactors TypeScript codebases with AST-aware rename, extract, and reference finding. Use for moving functions between files, renaming across codebase, or finding all usages of a symbol.
Responsible for handling requirements of the IDF (Information Display Frame) type. Read the specification directory structure, generate/review the design and implementation of the Query Side. Support …
Optimizes Claude Code memory files in 4 interactive steps: removes duplicates, migrates rules to CLAUDE.md/rules files, compresses remaining entries, validates with cleanup. Typical reduction: 30-50% …
-
Automate the GitHub/GitLab release process. Use cases: releasing new versions, creating version tags, updating the CHANGELOG. Automatically analyze Git commits, update CHANGELOG.md, determine semantic…
Use this skill when performing the actual vulnerability analysis AFTER a threat model has been established (see threat-model skill). Triggers when the user asks to find vulnerabilities, audit code for…
This skill SHOULD be used when the user asks to "review code", "find dead code", "check for duplication", "simplify the codebase", "find refactoring opportunities", "do code cleanup", "check naming co…
Modernize Python codebases - migrate pip to uv, upgrade syntax to Python 3.13+, replace deprecated patterns, and update tooling to current best practices.
Applies software engineering best practices, design principles, and avoids common anti-patterns. Use when designing systems, reviewing code quality, refactoring legacy code, making architectural decis…
Verify the integrity and consistency of the specification document, ensuring that all necessary specification elements are defined and conform to the standard format.
Adversarial bug finding using 3 isolated agents (Hunter, Skeptic, Referee) to find and verify real bugs with high fidelity. Based on bug-hunt by danpeg (https://github.com/danpeg/bug-hunt).
Monitor Clawdbot repo for updates and identify improvement opportunities for Geoffrey. Use when comparing Geoffrey to Clawdbot patterns, skills, or features.
Step-by-step PHP version upgrade playbook for PHP 8.0 through 8.4+ with automated tooling. Use when the user asks to upgrade PHP to a new version, check PHP compatibility, fix deprecation warnings, ru…
Distinguished Engineer-level code quality standards for writing, reviewing, and refactoring code. Use this skill when writing new code, reviewing pull requests, refactoring existing code, designing mo…
Scans codebases for security vulnerabilities, bugs, and code health issues. Creates structured work items for remediation. Triggers on "audit", "code review", "security scan", "find bugs", "tech debt"…
Configure ruff, mypy, and pyright for Python 3.13 projects. Use when setting up linters and type checkers in pyproject.toml and pyrightconfig.json.
Handle dependencies across Bounded Contexts. Triggered when requirements span multiple bounded contexts (such as permission management, payment, notifications), design Anti-Corruption Layer and Contex…
Reviews code for project standards compliance and finds duplicates. Use when - reviewing code quality, checking standards, finding duplicates, analyzing compliance. Trigger keywords - standards review…
Generate Spring Boot components following modern Java best practices and team conventions
Playwright async Python API patterns for 2026. Use this skill whenever writing browser automation code in Python — page navigation, element interaction, selectors, persistent context, storage state, a…
Expert-level security vulnerability analysis for source code auditing. Use this skill when reviewing code for security vulnerabilities, performing security audits, analyzing attack surfaces, hunting f…
Detect codebase conventions and generate pattern briefs for AI-guided planning. This skill SHOULD be used when the user asks to "analyze patterns", "detect conventions", "what patterns does this codeb…
Set up git pre-commit hooks to run ruff, mypy, and basedpyright before commits. Use when configuring automated quality checks in git workflow.
Manage pull requests — triage, staleness detection, label management, review requests, and merge workflow. Use when asked about PRs, pull requests, code review, or merge status.