Skip to main content

ratacat/claude-skills

SkillsMP has collected 77 skills from ratacat/claude-skills. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
77
GitHub stars
49
GitHub forks
9

Showing 40 of 77 collected skills.

occupation
Software Quality Assurance Analysts & Testers
description

Run comprehensive agent-native architecture review with scored principles

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use this agent when reviewing code to ensure features are agent-native - that any action a user can take, an agent can also take, and anything a user can see, an agent can see. This enforces the principle that agents should have parity with users in…

updated
occupation
Technical Writers
description

Use this agent when you need to create or update README files following the Ankane-style template for Ruby gems. This includes writing concise documentation with imperative voice, keeping sentences under 15 words, organizing sections in the standard order…

updated
occupation
Software Developers
description

Use this agent when you need to analyze code changes from an architectural perspective, evaluate system design decisions, or ensure that modifications align with established architectural patterns. This includes reviewing pull requests for architectural…

updated
occupation
Software Developers
description

Use this agent when you need to research and gather external best practices, documentation, and examples for any technology, framework, or development practice. This includes finding official documentation, community standards, well-regarded examples from…

updated
occupation
Marketing Managers
description

This skill should be used before implementing features, building components, or making changes. It guides exploring user intent, approaches, and design decisions before planning. Triggers on "let's brainstorm", "help me think through", "what should we build",…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use this agent when you receive a bug report or issue description and need to verify whether the reported behavior is actually a bug. This agent will attempt to reproduce the issue systematically, validate the steps to reproduce, and confirm whether the…

updated
occupation
Software Developers
description

Create engaging changelogs for recent merges to main branch

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use this agent when you need a final review pass to ensure code changes are as simple and minimal as possible. This agent should be invoked after implementation is complete but before finalizing changes, to identify opportunities for simplification, remove…

updated
occupation
Software Developers
description

Capture solved problems as categorized documentation with YAML frontmatter for fast lookup

updated
occupation
Software Developers
description

Create or edit Claude Code skills with expert guidance on structure and best practices

updated
occupation
Database Administrators
description

Use this agent when you need to review database migrations, data models, or any code that manipulates persistent data. This includes checking migration safety, validating data constraints, ensuring transaction boundaries are correct, and verifying that…

updated
occupation
Database Administrators
description

Use this agent when reviewing PRs that touch database migrations, data backfills, or any code that transforms production data. This agent validates ID mappings against production reality, checks for swapped values, verifies rollback safety, and ensures data…

updated
occupation
Computer & Information Systems Managers
description

Enhance a plan with parallel research agents for each section to add depth, best practices, and implementation details

updated
occupation
Software Developers
description

Validate and prepare documentation for GitHub Pages deployment

updated
occupation
Network & Computer Systems Administrators
description

Use this agent when a PR touches production data, migrations, or any behavior that could silently discard or duplicate records. Produces a concrete pre/post-deploy checklist with SQL verification queries, rollback procedures, and monitoring plans. Essential…

updated
occupation
Graphic Designers
description

Use this agent when you need to verify that a UI implementation matches its Figma design specifications. This agent should be called after code has been written to implement a design, particularly after HTML/CSS/React components have been created or modified.…

updated
occupation
Graphic Designers
description

Use this agent PROACTIVELY when design work isn't coming together on the first attempt. If you've made 1-2 design changes and the result still feels off, suggest using this agent with 5x or 10x iterations for deeper refinement. This agent takes screenshots,…

updated
occupation
Software Developers
description

Use this agent when you need a brutally honest Rails code review from the perspective of David Heinemeier Hansson. This agent excels at identifying anti-patterns, JavaScript framework contamination in Rails codebases, and violations of Rails conventions.…

updated
occupation
Editors
description

Use this agent when you need to review and edit text content to conform to Every's specific style guide. This includes reviewing articles, blog posts, newsletters, documentation, or any written content that needs to follow Every's editorial standards. The…

updated
occupation
Software Developers
description

Record a video walkthrough of a feature and add it to the PR description

updated
occupation
Graphic Designers
description

Use this agent when you need to synchronize a web implementation with its Figma design by automatically detecting and fixing visual differences. This agent should be used iteratively until the implementation matches the design.\n\n<example>\nContext: User has…

updated
occupation
Software Developers
description

Use this agent when you need to gather comprehensive documentation and best practices for frameworks, libraries, or dependencies in your project. This includes fetching official documentation, exploring source code, identifying version-specific constraints,…

updated
occupation
Software Developers
description

Create a new custom slash command following conventions and best practices

updated
occupation
Software Developers
description

Use this agent when you need to understand the historical context and evolution of code changes, trace the origins of specific code patterns, identify key contributors and their expertise areas, or analyze patterns in commit history. This agent excels at…

updated
occupation
Software Developers
description

Fix incorrect SKILL.md files when a skill has wrong instructions or outdated API references

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use this agent when you need to review JavaScript or Stimulus frontend code changes with a special eye for race conditions. The agent should be invoked after implementing JavaScript features, modifying existing JavaScript code, or when creating or modifying…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use this agent when you need to review Python code changes with an extremely high quality bar. This agent should be invoked after implementing features, modifying existing code, or creating new Python modules. The agent applies Kieran's strict Python…

updated
occupation
Software Developers
description

Use this agent when you need to review Rails code changes with an extremely high quality bar. This agent should be invoked after implementing features, modifying existing code, or creating new Rails components. The agent applies Kieran's strict Rails…

updated
occupation
Software Developers
description

Use this agent when you need to review TypeScript code changes with an extremely high quality bar. This agent should be invoked after implementing features, modifying existing code, or creating new TypeScript components. The agent applies Kieran's strict…

updated
occupation
Computer Systems Analysts
description

Use this agent when you need to search institutional learnings in docs/solutions/ for relevant past solutions before implementing a new feature or fixing a problem. This agent efficiently filters documented solutions by frontmatter metadata (tags, category,…

updated
occupation
Software Developers
description

Full autonomous engineering workflow

updated
occupation
Software Developers
description

Use this agent when you need to analyze code for design patterns, anti-patterns, naming conventions, and code duplication. This agent excels at identifying architectural patterns, detecting code smells, and ensuring consistency across the codebase.…

updated
occupation
Software Developers
description

Use this agent when you need to analyze code for performance issues, optimize algorithms, identify bottlenecks, or ensure scalability. This includes reviewing database queries, memory usage, caching strategies, and overall system performance. The agent should…

updated
occupation
Software Developers
description

Have multiple specialized agents review a plan in parallel

updated
occupation
Software Developers
description

Use this agent when you need to address comments on pull requests or code reviews by making the requested changes and reporting back on the resolution. This agent handles the full workflow of understanding the comment, implementing the fix, and providing a…

updated
occupation
Technical Writers
description

Build and update the documentation site with current plugin components

updated
occupation
Computer Systems Analysts
description

Use this agent when you need to conduct thorough research on a repository's structure, documentation, and patterns. This includes analyzing architecture files, examining GitHub issues for patterns, reviewing contribution guidelines, checking for templates,…

updated
occupation
Software DevelopersComputer Occupations, All Other
description

Report a bug in the compound-engineering plugin

updated
occupation
Software Quality Assurance Analysts & Testers
description

Reproduce and investigate a bug using logs, console inspection, and browser screenshots

updated
Showing 40 of 77 collected skills.