Browse Skills
44358 skills found
prpm-json-best-practices.md
72
1
export
prpm-json-best-practices
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Best practices for structuring prpm.json package manifests with required fields, tags, organization, multi-package management, enhanced file format, eager/lazy activation, and conversion hints
2026-01-15
integrating-stripe-webhooks.md
72
1
export
integrating-stripe-webhooks
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when implementing Stripe webhook endpoints and getting 'Raw body not available' or signature verification errors - provides raw body parsing solutions and subscription period field fixes across frameworks
2026-01-15
transcribe.md
72
1
export
transcribe
2
from
"badlogic/pi-skills"
from
"badlogic/pi-skills"
3
Speech-to-text transcription using Groq Whisper API. Supports m4a, mp3, wav, ogg, flac, webm.
2026-01-15
global-validation.md
72
1
export
global-validation
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Implement comprehensive validation with server-side enforcement, client-side UX feedback, early failure, specific error messages, allowlists over blocklists, type checking, input sanitization, and consistent validation across all entry points. Use this skill when implementing validation logic in forms, API endpoints, data models, user inputs, or any data processing. Apply when validating form inputs, API request parameters, database model fields, implementing client-side validation for user experience, enforcing server-side validation for security, sanitizing user input to prevent injection attacks, checking data types and formats, validating business rules, or providing field-specific error messages. Use for any task involving input validation, data integrity checks, security validation, or user input processing.
2026-01-16
ci-test-codex-skill.md
72
1
export
ci-test-codex-skill
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
CI Test Codex Skill
2026-01-15
github-actions-testing.md
72
1
export
github-actions-testing
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Expert guidance for testing and validating GitHub Actions workflows before deployment - catches cache errors, path issues, monorepo dependencies, and service container problems that local testing misses
2026-01-15
frontend-responsive.md
72
1
export
frontend-responsive
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Build responsive, mobile-first layouts using fluid containers, flexible units, media queries, and touch-friendly design that works across all screen sizes. Use this skill when creating or modifying UI layouts, responsive grids, breakpoint styles, mobile navigation, or any interface that needs to adapt to different screen sizes. Apply when working with responsive CSS, media queries, viewport settings, flexbox/grid layouts, mobile-first styling, breakpoint definitions (mobile, tablet, desktop), touch target sizing, relative units (rem, em, %), image optimization for different screens, or testing layouts across multiple devices. Use for any task involving multi-device support, responsive design patterns, or adaptive layouts.
2026-01-16
creating-kiro-agents.md
72
1
export
creating-kiro-agents
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when building custom Kiro AI agents or when user asks for agent configurations - provides JSON structure, tool configuration, prompt patterns, and security best practices for specialized development assistants
2026-01-15
testing-test-writing.md
72
1
export
testing-test-writing
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Write focused tests for core user flows and critical paths with clear test names, behavior-focused assertions, mocked external dependencies, and fast execution, deferring edge case testing until explicitly required. Use this skill when creating or modifying test files, writing unit tests, integration tests, or test cases for any feature. Apply when writing test files (test/, __tests__/, spec/, .test.js, .spec.ts, test_*.py), implementing tests for core user workflows, testing critical business logic, mocking external dependencies (databases, APIs, file systems), writing descriptive test names, creating fast-running unit tests, or adding tests at logical completion points of feature development. Use for any task involving test creation, test coverage, test strategy, or test-driven development.
2026-01-16
brave-search.md
72
1
export
brave-search
2
from
"badlogic/pi-skills"
from
"badlogic/pi-skills"
3
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
2026-01-15
npm-publisher.md
71
1
export
npm-publisher
2
from
"klaudworks/universal-skills"
from
"klaudworks/universal-skills"
3
This skill must be loaded via the skill tool when the user mentions anything related to publishing or release an npm package. It contains essential knowledge about the complete release workflow. Things a user might say are Publish the npm package,Release a new version,Deploy to npm,Create a new release,Bump the version and publish
2026-01-15
gem-port.md
71
1
export
gem-port
2
from
"mbrock/filnix"
from
"mbrock/filnix"
3
Port Ruby gems with native C extensions to Fil-C. Use when fixing gem compilation errors, VALUE/int type mismatches, rb_attr/rb_protect issues, or using ast-grep for Ruby C extensions.
2026-01-12
sync-noridocs.md
70
1
export
sync-noridocs
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Sync all local docs.md files to server-side noridocs system.
2026-01-15
updating-noridocs.md
70
1
export
updating-noridocs
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use this when you have finished making code changes and you are ready to update the documentation based on those changes.
2026-01-15
webapp-testing.md
70
1
export
webapp-testing
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use this skill to build features or debug anything that uses a webapp frontend.
2026-01-15
read-noridoc.md
70
1
export
read-noridoc
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Read documentation from the server-side noridocs system by file path.
2026-01-15
handle-large-tasks.md
70
1
export
handle-large-tasks
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use this skill to split large plans into smaller chunks. This skill manages your context window for large tasks. Use it when a task will take a long time and cause context issues.
2026-01-15
creating-skills.md
70
1
export
creating-skills
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use when you need to create a new custom skill for a profile - guides through gathering requirements, creating directory structure, writing SKILL.md, and optionally adding bundled scripts
2026-01-15
pg-data.md
70
1
export
pg-data
2
from
"tyrchen/geektime-bootcamp-ai"
from
"tyrchen/geektime-bootcamp-ai"
3
Generate safe, read-only PostgreSQL queries from natural language. Use when users need to query blog_small, ecommerce_medium, or saas_crm_large databases. Supports query generation, execution, and result analysis with confidence scoring.
2026-01-15
building-uiux.md
70
1
export
building-uiux
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use when implementing user interfaces or user experiences - guides through exploration of design variations, frontend setup, iteration, and proper integration
2026-01-15
write-noridoc.md
70
1
export
write-noridoc
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Write or update documentation in the server-side noridocs system.
2026-01-15
finishing-a-development-branch.md
70
1
export
finishing-a-development-branch
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR.
2026-01-15
taking-and-analyzing-screenshots.md
70
1
export
taking-and-analyzing-screenshots
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use this to capture screen context.
2026-01-15
interaction-latency.md
70
1
export
interaction-latency
2
from
"nexus-labs-automation/mobile-observability"
from
"nexus-labs-automation/mobile-observability"
3
Measure time from user tap to action completion. Use when tracking button response times, form submissions, add-to-cart, or any tap-triggered operation.
2026-01-15