Browse Skills
44358 skills found
creating-claude-agents.md
72
1
export
creating-claude-agents
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating or improving Claude Code agents. Expert guidance on agent file structure, frontmatter, persona definition, tool access, model selection, and validation against schema.
2026-01-15
creating-opencode-plugins.md
72
1
export
creating-opencode-plugins
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating OpenCode plugins that hook into command, file, LSP, message, permission, server, session, todo, tool, or TUI events - provides plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript event-driven modules
2026-01-15
thoroughness.md
72
1
export
thoroughness
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when implementing complex multi-step tasks, fixing critical bugs, or when quality and completeness matter more than speed - ensures comprehensive implementation without shortcuts through systematic analysis, implementation, and verification phases
2026-01-15
creating-cursor-commands.md
72
1
export
creating-cursor-commands
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Expert guidance for creating effective Cursor slash commands with best practices, format requirements, and schema validation
2026-01-15
global-conventions.md
72
1
export
global-conventions
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Follow consistent project structure, clear documentation, version control best practices, environment configuration, dependency management, code review processes, and feature flag usage for maintainable team development. Use this skill when organizing project files and directories, writing or updating documentation (README files, architecture docs, contribution guidelines), managing dependencies (package.json, requirements.txt, Gemfile), configuring environment variables, implementing feature flags, writing commit messages, creating pull/merge requests, or establishing team development workflows. Apply when setting up project structure, documenting setup instructions, managing configuration files, maintaining changelogs, or implementing development conventions. Use for any task involving project organization, team collaboration standards, or development workflow best practices.
2026-01-16
creating-kiro-packages.md
72
1
export
creating-kiro-packages
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating Kiro steering files or hooks - provides inclusion modes (always/fileMatch/manual), foundational files (product.md/tech.md/structure.md), and JSON hook configuration with event triggers
2026-01-15
prpm-development.md
72
1
export
prpm-development
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when developing PRPM (Prompt Package Manager) - comprehensive knowledge base covering architecture, format conversion, package types, collections, quality standards, testing, and deployment
2026-01-15
frontend-accessibility.md
72
1
export
frontend-accessibility
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Build accessible user interfaces using semantic HTML, proper ARIA attributes, keyboard navigation, color contrast, and screen reader compatibility. Use this skill when creating or modifying frontend components, HTML templates, React/Vue/Svelte components, forms, interactive elements, navigation menus, modals, or any UI elements. Apply when working with HTML files, JSX/TSX components, template files, ensuring keyboard accessibility, implementing focus management, adding alt text to images, creating form labels, testing with screen readers, managing ARIA attributes, maintaining color contrast ratios, or building heading hierarchies. Use for any task involving UI accessibility compliance, WCAG standards, or inclusive design patterns.
2026-01-16
testing-test-driven-development-tdd.md
72
1
export
testing-test-driven-development-tdd
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Apply rigorous test-driven development methodology following the Red-Green-Refactor cycle (write failing test, implement minimal code to pass, refactor while staying green) that ensures tests genuinely verify behavior by requiring observed failure before implementation, preventing untested code and false-positive tests. Use this skill when implementing any new feature or functionality in any programming language, when fixing bugs or resolving defects in existing code, when refactoring code to improve design while preserving behavior, when adding new methods, functions, classes, or modules to a codebase, when modifying existing behavior or business logic, when writing code in any file that will be executed in production environments, when creating API endpoints, service methods, or controller actions, when implementing data validation, transformation, or processing logic, when building user interface components with testable behavior, when writing algorithms, calculations, or business rules, when integrating w
2026-01-16
osgrep.md
72
1
export
osgrep
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Semantic search for local files. Backed by a background osgrep server with live indexing. Always use osgrep instead of grep/find.
2026-01-15
typescript-hook-writer.md
72
1
export
typescript-hook-writer
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Expert guidance for developing Claude Code hooks in TypeScript with shared utilities, esbuild compilation, and Vitest testing - distributes compiled JS while maintaining TypeScript development experience
2026-01-15
creating-continue-packages.md
72
1
export
creating-continue-packages
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating Continue rules - provides required name field, alwaysApply semantics, glob/regex patterns, and markdown format with optional frontmatter
2026-01-15
testing-code-reviewer.md
72
1
export
testing-code-reviewer
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Systematically review completed code implementations against original plans, requirements, and coding standards to ensure quality, plan alignment, and best practices adherence. Use this skill after completing any significant implementation work including features, refactorings, bug fixes, or architectural changes, when a numbered step or phase from a planning document has been finished, after implementing multiple related functions or components that form a logical unit, when finishing work that was specified in a technical specification or design document, after making substantial changes to existing code or architecture, before creating pull requests to validate implementation quality, when completing API endpoints, service layers, or data access implementations, after implementing test suites for new functionality, when refactoring code to ensure no behavior was inadvertently changed, after integrating with external systems or third-party services, when finishing user-facing features to verify requirements
2026-01-16
gmcli.md
72
1
export
gmcli
2
from
"badlogic/pi-skills"
from
"badlogic/pi-skills"
3
Gmail CLI for searching emails, reading threads, sending messages, managing drafts, and handling labels/attachments.
2026-01-15
pulumi-troubleshooting.md
72
1
export
pulumi-troubleshooting
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Comprehensive guide to troubleshooting Pulumi TypeScript errors, infrastructure issues, and best practices - covers common errors, Outputs handling, AWS Beanstalk deployment, and cost optimization
2026-01-15
slash-command-builder.md
72
1
export
slash-command-builder
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating, improving, or troubleshooting Claude Code slash commands. Expert guidance on command structure, arguments, frontmatter, tool permissions, and best practices for building effective custom commands.
2026-01-15
elastic-beanstalk-deployment.md
72
1
export
elastic-beanstalk-deployment
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when deploying Node.js applications to AWS Elastic Beanstalk or troubleshooting deployment issues - provides dependency installation strategies, monorepo handling, and deployment best practices
2026-01-15
npm-trusted-publishing.md
72
1
export
npm-trusted-publishing
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when setting up npm publishing with GitHub Actions - provides trusted publishing with OIDC, provenance attestations, and monorepo configuration
2026-01-15
global-coding-style.md
72
1
export
global-coding-style
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Write clean, consistent code following naming conventions, automated formatting, DRY principles, small focused functions, and meaningful variable names across all languages and files. Use this skill when writing or modifying any code file in any language or framework. Apply when naming variables, functions, classes, or files, when refactoring code to remove duplication, when breaking down large functions into smaller focused ones, when cleaning up dead code or unused imports, when ensuring consistent indentation and formatting, when choosing descriptive names over abbreviations, or when following the project's linting and formatting rules (ESLint, Prettier, RuboCop, Black, etc.). Use for any task involving code organization, readability, maintainability, or style consistency across the codebase.
2026-01-16
creating-claude-commands.md
72
1
export
creating-claude-commands
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Expert guidance for creating Claude Code slash commands with correct frontmatter, structure, and best practices
2026-01-15
creating-skills.md
72
1
export
creating-skills
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating new Claude Code skills or improving existing ones - ensures skills are discoverable, scannable, and effective through proper structure, CSO optimization, and real examples
2026-01-15
ci-test-droid-skill.md
72
1
export
ci-test-droid-skill
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
CI Test Factory Droid Skill
2026-01-15
adding-new-ai-format.md
72
1
export
adding-new-ai-format
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Step-by-step guide for adding support for a new AI editor format to PRPM - covers types, converters, schemas, CLI, webapp, and testing
2026-01-15
vscode.md
72
1
export
vscode
2
from
"badlogic/pi-skills"
from
"badlogic/pi-skills"
3
VS Code integration for viewing diffs and comparing files. Use when showing file differences to the user.
2026-01-15