Browse Skills
44357 skills found
typescript-type-safety.md
72
1
export
typescript-type-safety
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when encountering TypeScript any types, type errors, or lax type checking - eliminates type holes and enforces strict type safety through proper interfaces, type guards, and module augmentation
2026-01-15
browser-tools.md
72
1
export
browser-tools
2
from
"badlogic/pi-skills"
from
"badlogic/pi-skills"
3
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
2026-01-15
testing-final-verification.md
72
1
export
testing-final-verification
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Enforce evidence-based completion verification by requiring fresh execution of verification commands and confirmation of output before making any success claims, ensuring work is genuinely complete rather than assumed complete. Use this skill when about to claim that work is complete, finished, or done, when about to state that tests are passing or a test suite succeeds, when preparing to commit changes to version control, when about to create pull requests or merge requests, when claiming that a bug has been fixed or resolved, when stating that build processes succeed or compile without errors, when reporting that linting, formatting, or code quality checks pass, when delegating work to agents and receiving success reports that need independent verification, when moving from one task to the next in a multi-step implementation, when about to use words like "should work", "probably works", "seems to", "looks correct", or other qualifying language that implies uncertainty, when feeling satisfied with work and r
2026-01-16
creating-zed-extensions.md
72
1
export
creating-zed-extensions
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating Zed extensions with custom slash commands, language support, themes, or MCP servers - provides Rust/WASM extension structure, slash command API (run_slash_command, SlashCommandOutput), and development workflow for compiled extensions
2026-01-15
creating-copilot-packages.md
72
1
export
creating-copilot-packages
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating GitHub Copilot instructions - provides repository-wide and path-specific formats, applyTo patterns, excludeAgent options, and natural language markdown style
2026-01-15
creating-windsurf-packages.md
72
1
export
creating-windsurf-packages
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating Windsurf rules - provides plain markdown format with NO frontmatter, 12,000 character limit, and single-file structure requirements
2026-01-15
creating-claude-rules.md
72
1
export
creating-claude-rules
2
from
"pr-pm/prpm"
from
"pr-pm/prpm"
3
Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply
2026-01-15
backend-models.md
72
1
export
backend-models
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Define database models with clear naming, appropriate data types, constraints, relationships, and validation at multiple layers. Use this skill when creating or modifying database model files, ORM classes, schema definitions, or data model relationships. Apply when working with model files (e.g., models.py, models/, ActiveRecord classes, Prisma schema, Sequelize models), defining table structures, setting up foreign keys and relationships, configuring cascade behaviors, implementing model validations, adding timestamps, or working with database constraints (NOT NULL, UNIQUE, foreign keys). Use for any task involving data integrity enforcement, relationship definitions, or model-level data validation.
2026-01-16
frontend-components.md
72
1
export
frontend-components
2
from
"maxritter/claude-codepro"
from
"maxritter/claude-codepro"
3
Design reusable, composable UI components following single responsibility principle with clear interfaces, encapsulation, and minimal props. Use this skill when creating or modifying frontend components in any framework (React, Vue, Svelte, web components) or component files. Apply when working with .jsx, .tsx, .vue, .svelte files in component directories (components/, src/components/, ui/, lib/), defining component props and interfaces, implementing component composition patterns, managing component-level state, creating reusable UI elements (buttons, forms, cards, modals), documenting component APIs, or refactoring components for better reusability and maintainability.
2026-01-16
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
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
crash-instrumentation.md
70
1
export
crash-instrumentation
2
from
"nexus-labs-automation/mobile-observability"
from
"nexus-labs-automation/mobile-observability"
3
Set up crash instrumentation with actionable context. Use when configuring crash capture, error boundaries, or breadcrumb strategies.
2026-01-15
test-driven-development-tdd.md
70
1
export
test-driven-development-tdd
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-15
root-cause-tracing.md
70
1
export
root-cause-tracing
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
2026-01-15
create-design-system-rules.md
70
1
export
create-design-system-rules
2
from
"figma/mcp-server-guide"
from
"figma/mcp-server-guide"
3
Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.
2026-01-16
using-git-worktrees.md
70
1
export
using-git-worktrees
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use this whenever you need to create an isolated workspace.
2026-01-15
symbolication-setup.md
70
1
export
symbolication-setup
2
from
"nexus-labs-automation/mobile-observability"
from
"nexus-labs-automation/mobile-observability"
3
Configure crash symbolication for readable stack traces. Use when setting up dSYMs (iOS), ProGuard/R8 mappings (Android), or source maps (React Native).
2026-01-15
brainstorming.md
70
1
export
brainstorming
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
IMMEDIATELY USE THIS SKILL when creating or develop anything and before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
2026-01-15
memorize.md
70
1
export
memorize
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Use this to save important implementation decisions, patterns, or context to the Nori knowledge base for future sessions.
2026-01-15
navigation-latency.md
70
1
export
navigation-latency
2
from
"nexus-labs-automation/mobile-observability"
from
"nexus-labs-automation/mobile-observability"
3
Measure time from navigation tap to screen fully loaded and interactive. Use when tracking screen transitions, deep links, or tab switches.
2026-01-15
implement-design.md
70
1
export
implement-design
2
from
"figma/mcp-server-guide"
from
"figma/mcp-server-guide"
3
Translates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma files, when user mentions "implement design", "generate code", "implement component", "build Figma design", provides Figma URLs, or asks to build components matching Figma specs. Requires Figma MCP server connection.
2026-01-16
network-tracing.md
70
1
export
network-tracing
2
from
"nexus-labs-automation/mobile-observability"
from
"nexus-labs-automation/mobile-observability"
3
Instrument API requests with spans and distributed tracing. Use when tracking request latency, correlating client-backend traces, or debugging API issues.
2026-01-15
getting-started-with-abilities.md
70
1
export
getting-started-with-abilities
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
Describes how to use abilities. Read before any conversation.
2026-01-15
code-connect-components.md
70
1
export
code-connect-components
2
from
"figma/mcp-server-guide"
from
"figma/mcp-server-guide"
3
Connects Figma design components to code components using Code Connect. Use when user says "code connect", "connect this component to code", "connect Figma to code", "map this component", "link component to code", "create code connect mapping", "add code connect", "connect design to code", or wants to establish mappings between Figma designs and code implementations. Requires Figma MCP server connection.
2026-01-16