Browse Skills
44358 skills found
ci-test-claude-skill.md
72
1
export
ci-test-claude-skill
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
CI Test Claude Skill
2026-01-15
creating-agents-md.md
72
1
export
creating-agents-md
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating agents.md files - provides plain markdown format with NO frontmatter, free-form structure, and project context guidelines for AI coding assistants
2026-01-15
gdcli.md
72
1
export
gdcli
2
from
"badlogic/pi-skills"
from
"badlogic/pi-skills"
3
Google Drive CLI for listing, searching, uploading, downloading, and sharing files and folders.
2026-01-15
testing-anti-patterns.md
72
1
export
testing-anti-patterns
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Prevent common testing anti-patterns that undermine test effectiveness and code quality by ensuring tests verify real behavior rather than mock behavior, keeping production code free from test-only pollution, and enforcing thoughtful mocking strategies. Use this skill when writing or modifying any test files (.test.ts, .test.js, .spec.ts, _test.py, test_*.py, *_test.go, *_spec.rb), when adding mock objects, stubs, spies, or test doubles to test suites, when considering adding methods or properties to production classes that are only called from test code, when setting up complex test fixtures or test data, when tests are failing and you're tempted to adjust mocks to make them pass, when deciding how to isolate code under test from external dependencies, when implementing dependency injection or test seams, during code reviews when reviewing test implementation and mocking strategies, when refactoring tests that have become brittle or hard to maintain, when test setup code is becoming longer than the actual te
2026-01-16
testing-debugging.md
72
1
export
testing-debugging
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Apply systematic four-phase debugging methodology (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures thorough understanding before attempting solutions, preventing random fixes and reducing debugging time from hours to minutes. Use this skill when encountering any test failures in test suites (Jest, pytest, RSpec, JUnit, Go testing), when production bugs are reported or discovered, when code produces unexpected output or behavior different from requirements, when experiencing build failures or compilation errors, when integration tests fail due to component interaction issues, when performance problems or slowdowns are detected, when encountering race conditions, timing issues, or intermittent failures, when error messages or stack traces appear in logs or console output, when refactoring causes existing tests to fail, when you've already attempted one or more fixes that didn't resolve the issue, when deployment or CI/CD pipelines fail, when you're tempted to make a
2026-01-16
frontend-css.md
72
1
export
frontend-css
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Write consistent, maintainable CSS following the project's methodology (Tailwind, BEM, utility classes, CSS modules) with design system adherence and performance optimization. Use this skill when writing or modifying styles, CSS files, utility classes, CSS-in-JS, styled components, or any styling code. Apply when working with .css, .scss, .module.css files, Tailwind utility classes, styled-components, CSS modules, design tokens (colors, spacing, typography), framework-specific styling approaches, optimizing CSS for production, implementing CSS purging or tree-shaking, or avoiding style overrides. Use for any task involving visual styling, layout styling, design system implementation, or CSS organization.
2026-01-16
creating-opencode-agents.md
72
1
export
creating-opencode-agents
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating OpenCode agents - provides markdown format with YAML frontmatter, mode/tools/permission configuration, and best practices for specialized AI assistants
2026-01-15
documentation-standards.md
72
1
export
documentation-standards
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Standards and guidelines for organizing, structuring, and maintaining documentation in the PRPM repository - ensures consistency across user docs, development docs, and internal references
2026-01-15
beanstalk-deploy.md
72
1
export
beanstalk-deploy
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Robust deployment patterns for Elastic Beanstalk with GitHub Actions, Pulumi, and edge case handling
2026-01-15
backend-migrations.md
72
1
export
backend-migrations
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Create and manage database migrations with reversible changes, proper naming conventions, and zero-downtime deployment strategies. Use this skill when creating database migration files, modifying schema, adding or removing tables/columns, managing indexes, or handling data migrations. Apply when working with migration files (e.g., db/migrate/, migrations/, alembic/, sequelize migrations), schema changes, database versioning, rollback implementations, or when you need to ensure backwards compatibility during deployments. Use for any task involving database structure changes, index creation, constraint modifications, or data transformation scripts.
2026-01-16
self-improving.md
72
1
export
self-improving
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when starting infrastructure, testing, deployment, or framework-specific tasks - automatically searches PRPM registry for relevant expertise packages and suggests installation to enhance capabilities for the current task
2026-01-15
Litdb Expert Skill.md
72
1
export
Litdb Expert Skill
2
from
"jkitchin/litdb"
from
"jkitchin/litdb"
3
Expert assistant for using litdb - a literature and document database for scientific research
2025-12-16
backend-api.md
72
1
export
backend-api
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, and resource-based URLs. Use this skill when creating or modifying API endpoints, route handlers, controllers, or API configuration files. Apply when working on REST API design, endpoint implementations, API versioning, request/response handling, HTTP method routing (GET, POST, PUT, PATCH, DELETE), query parameter filtering, API rate limiting, or any file that defines API routes such as routes.py, api.js, controllers/, endpoints/, or API documentation files.
2026-01-16
testing-prpm-cli.md
72
1
export
testing-prpm-cli
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when testing PRPM CLI commands locally - provides build, environment setup, execution workflow, contract testing to verify documented behavior matches implementation, and comprehensive cross-format conversion testing against local registry
2026-01-15
backend-queries.md
72
1
export
backend-queries
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Write secure, optimized database queries using parameterized queries, eager loading to prevent N+1 problems, and strategic indexing for performance. Use this skill when writing SQL queries, ORM queries, database interactions, or optimizing data fetching logic. Apply when working with query files, repository patterns, data access layers, SQL statements, ORM methods (ActiveRecord, Sequelize, Prisma queries), JOIN operations, WHERE clauses, preventing SQL injection, implementing eager loading or includes, adding query timeouts, wrapping operations in transactions, or caching expensive queries. Use for any task involving database reads, writes, complex queries, query optimization, or data fetching performance.
2026-01-16
creating-claude-hooks.md
72
1
export
creating-claude-hooks
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating or publishing Claude Code hooks - covers executable format, event types, JSON I/O, exit codes, security requirements, and PRPM package structure
2026-01-15
agent-builder.md
72
1
export
agent-builder
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating, improving, or troubleshooting Claude Code subagents. Expert guidance on agent design, system prompts, tool access, model selection, and best practices for building specialized AI assistants.
2026-01-15
youtube-transcript.md
72
1
export
youtube-transcript
2
from
"badlogic/pi-skills"
from
"badlogic/pi-skills"
3
Fetch transcripts from YouTube videos for summarization and analysis.
2026-01-15
gccli.md
72
1
export
gccli
2
from
"badlogic/pi-skills"
from
"badlogic/pi-skills"
3
Google Calendar CLI for listing calendars, viewing/creating/updating events, and checking availability.
2026-01-15
claude-hook-writer.md
72
1
export
claude-hook-writer
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Expert guidance for writing secure, reliable, and performant Claude Code hooks - validates design decisions, enforces best practices, and prevents common pitfalls
2026-01-15
global-commenting.md
72
1
export
global-commenting
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Write self-documenting code with clear structure and naming, adding minimal, helpful, evergreen comments only for large sections of complex logic, avoiding comments about recent changes or temporary fixes. Use this skill when writing or reviewing code in any file where comments or code documentation are involved. Apply when deciding whether to add comments, when refactoring code to be more self-explanatory through better naming and structure, when reviewing existing comments for relevance and evergreen quality, when removing outdated or change-related comments, or when adding concise explanatory comments for complex logic sections. Use for any task involving code documentation strategy, comment quality assessment, or improving code readability through structure rather than comments.
2026-01-16
aws-beanstalk-expert.md
72
1
export
aws-beanstalk-expert
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Expert knowledge for deploying, managing, and troubleshooting AWS Elastic Beanstalk applications with production best practices
2026-01-15
creating-cursor-rules-skill.md
72
1
export
creating-cursor-rules-skill
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Expert guidance for creating effective Cursor IDE rules with best practices, patterns, and examples
2026-01-15
human-writing.md
72
1
export
human-writing
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Write content that sounds natural, conversational, and authentically human - avoiding AI-generated patterns, corporate speak, and generic phrasing
2026-01-15