Find the perfect skill
Install Anthropic official skills
Development
Command to automatically install skills from the official Anthropic marketplace. Uses Claude Code's native installer.
Check PR/MR/CL
Development
Check a GitHub, GitLab, or Perforce PR/MR/CL for review comments, failing checks, and body gaps. Use to inspect, fix, or prepare a change for submission.
Design System Analysis
Development
Analyzes theme-aware design systems by extracting CSS variables (tokens) from globals.css, mapping mock color values to theme tokens using OKLCH similarity, and identifying gaps between mocks and existing tokens. Useful when working with NextSpark themes that have different light/dark mode token sets and need to convert design specs to theme-compatible code.
Deploy Google Apps Script with Clasp
DevOps
Deploy a Google Apps Script web app using clasp, covering deployment ID hygiene, /exec vs /dev, archiving stale deployments, and authentication traps.
USPTO Patent & Trademark Data Workflow
Data & AI
Workflow for retrieving official USPTO patent and trademark records via APIs like PatentSearch and TSDR, supporting reproducible IP research.
Check a PR/MR/CL
Development
Analyze a pull request, merge request, or changelist for review comments, status checks, and description completeness, then help fix any issues.
Review a Skill
Documentation
Review a skill for clarity, trigger quality, and maintainability, then propose edits.
Full Website SEO Audit
Data & AI
Automated full website SEO audit with up to 15 specialist subagents, crawling up to 500 pages and producing an SEO health score and prioritized action plan.
Writing Fragments
Content
Mine raw writing fragments through a relentless interview, without imposing structure. Capture ideas, quotes, and leading words for later use.
Anti-Reversing Techniques
Security
Analysis of software protections and anti-debugging techniques for authorized security work. For education or authorized pentests with explicit permission.
Sharding Strategies
Development
Horizontal scaling patterns for multi-tenant databases. Covers shard key selection, consistent hashing, and shard management.
Restrict edits to a directory
Development
Blocks file edits outside an allowed directory for the session. Useful to prevent modifying unrelated code.