Skip to main content

ratacat/claude-skills

SkillsMP ha recopilado 77 skills de ratacat/claude-skills. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
77
Estrellas en GitHub
49
Forks en GitHub
9

Mostrando 40 de 77 skills recopiladas.

ocupación
Analistas de garantía de calidad de software y probadores
descripción

Run comprehensive agent-native architecture review with scored principles

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Gerentes de marketing
descripción

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",…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Create engaging changelogs for recent merges to main branch

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Administradores de bases de datos
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de bases de datos
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Gerentes de sistemas informáticos y de información
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Validate and prepare documentation for GitHub Pages deployment

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Diseñadores gráficos
descripción

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.…

Idioma del texto original: inglés

actualizado
ocupación
Diseñadores gráficos
descripción

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,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.…

Idioma del texto original: inglés

actualizado
ocupación
Editores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Diseñadores gráficos
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Create a new custom slash command following conventions and best practices

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de sistemas informáticos
descripción

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,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Full autonomous engineering workflow

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Have multiple specialized agents review a plan in parallel

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

Build and update the documentation site with current plugin components

Idioma del texto original: inglés

actualizado
ocupación
Analistas de sistemas informáticos
descripción

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,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de softwareOtras ocupaciones informáticas
descripción

Report a bug in the compound-engineering plugin

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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

Idioma del texto original: inglés

actualizado
Mostrando 40 de 77 skills recopiladas.