Skills Catalogue1187 skills

Find the perfect skill

Debug Code Task

Development

Fetches task metadata and execution logs for a code-agent task from Firestore. Use this when the user pastes a code-task URL (dev.intexuraos.cloud or intexuraos.cloud) or provides a task ID (task_*) with debugging or investigation intent.

Claude CodeintermediateCaution 8
0
0
23
Skills Guide Bot

Cross-Platform Compatibility

Development

Comprehensive guide to writing code compatible across Windows, macOS, and Linux. Covers file path handling, OS detection, platform-specific dependencies, and testing strategies.

Claude CodeCursorWindsurf+1intermediate 100
0
0
55
Skills Guide Bot

Dartboard Rendering

Development

This skill provides implementation patterns for rendering a dartboard with p5.js, including correct drawing order (outer to inner, spider split into two steps), coordinate transformation between physical mm and screen pixels, and segment boundary angle calculations. It helps when implementing or reviewing dartboard rendering logic to avoid common mistakes like incorrect layering or coordinate mixing.

CursorCopilotintermediate 101
0
0
62
Skills Guide Bot

Git Move - Move and Rename Files

Development

Move or rename files using `git mv` to preserve Git history and automatically stage changes. Avoids breaking history into delete+add operations. Use when reorganizing code structure or refactoring file locations.

Claude CodeCursorWindsurf+2beginnerSafe 2
0
0
46
Skills Guide Bot

RevenueCat App Setup

Development

Walks through complete RevenueCat app setup for iOS or Android: creating the app, configuring store credentials (App Store Connect or Google Play Console), setting up products, and getting the API key. Use when integrating a new app with RevenueCat for the first time.

Claude CodeintermediateSafe 1
0
0
286
Skills Guide Bot

Git Commit with Prefix

Development

Analyzes code changes to select the appropriate commit prefix (add/fix/docs/refactor/test/chore/perf/build/ci/revert/style) and generate a clear, structured commit message. Helps maintain a consistent and traceable commit history by categorizing changes accurately.

Claude CodeintermediateSafe 1
0
0
27
Skills Guide Bot

Phoenix Context Boundary Validation

Development

Analyzes Phoenix context dependencies via mix xref to detect boundary violations, circular dependencies, and layer contamination. Computes a health score (0-100) and suggests refactoring actions like splitting contexts or extracting sub-contexts. Use before major refactors, during PR reviews, or when evaluating architectural health.

Claude CodeintermediateSafe 57
0
0
25
Skills Guide Bot

Cinematic Interaction Designer

Development

Creates Awwwards-level animations using GSAP, Three.js/R3F, and Lenis. Specializes in Hero Sections, 3D interactions, and scroll-linked storytelling with premium performance optimization.

Claude CodeCursorCopilotadvanced 101
0
0
70
Skills Guide Bot

Exports & Barrel Files

Development

Defines conventions for module exports and barrel files: named exports only, no flat wildcards (except `export * as Name` for compound components), sectioned comments, types alongside values, and one export line per source file. Helps maintain consistent, tree-shakeable exports in portal apps using Turbopack or similar bundlers.

Claude CodeCursorWindsurf+2intermediateSafe 3
0
0
29
Skills Guide Bot

Create Implementation Plan

Development

Generates a detailed implementation plan from an existing issue analysis or feature concept. It detects the current branch, reads project guidelines, and produces a structured plan.md with break-down tasks, test plan, checkpoints, and commit strategy. Useful when you have an analysis document and need a concrete coding roadmap.

Claude CodeCursorWindsurfintermediate 95
0
0
70
Skills Guide Bot

Pre-Commit Checks

Development

Runs Ruff linting and formatting with auto-fix, then performs Mypy type checking on Python files. Use this skill before every git commit to catch errors early and meet CI requirements. It stages auto-fixed files if needed and reports pass/fail results.

Claude CodeCursorWindsurf+2beginnerSafe 1
0
0
22
Skills Guide Bot

Automatic PR Labeling

Development

Automatically labels pull requests based on conventional commit types (e.g., feat: → enhancement, fix: → bug). Helps organize and filter PRs by category without manual effort.

Claude CodeCursorWindsurf+2beginnerSafe 7
0
0
25
Skills Guide Bot

Showing 1105 to 1116 of 1187 results

......