Browse Skills

20307 skills found

performance-profiling.md
0
1 export performance-profiling
2 ricardoroche from "ricardoroche/ricardos-claude-code"
3 Automatically applies when profiling Python performance. Ensures proper use of profiling tools, async profiling, benchmarking, memory analysis, and optimization strategies.
2026-01-05
mova-code-exec-task-basic-wrapper.md
0
1 export mova-code-exec-task-basic-wrapper
2 Leryk1981 from "Leryk1981/mova_wf_cycle"
3 Standardize how a single CLI command is executed in a repo: working dir, argv, timeout, env overrides – and capture exit code, logs, and a short human-readable summary.
2026-01-05
fpkit-developer.md
0
1 export fpkit-developer
2 shawn-sandy from "shawn-sandy/acss"
3 Guide for building applications with @fpkit/acss components. This skill should be used when composing custom React components from fpkit primitives, validating CSS variable naming conventions, extending fpkit components with custom behavior, or ensuring accessibility compliance in fpkit-based applications. Use when the user needs help with component composition patterns, CSS customization, or accessibility testing. Not for developing the @fpkit/acss library itself.
2026-01-05
create-flowchart.md
0
1 export create-flowchart
2 MichelKerkmeester from "MichelKerkmeester/AI-Systems"
3 This skill creates comprehensive ASCII flowcharts in markdown for visualizing complex workflows, user journeys, system architectures, and decision trees. This skill should be used when documenting processes with multi-path flows, parallel execution, approval gates, and nested processes with clear visual hierarchy.
2026-01-05
enforcing-python-dunders.md
0
1 export enforcing-python-dunders
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Ensure Python classes include appropriate, developer-friendly dunder methods—especially __repr__ and __str__. Use when: (1) Writing or modifying Python class definitions in .py files, (2) Refactoring existing Python classes, (3) Adding or improving __repr__, __str__, or natural arithmetic/comparison/container dunders. Do NOT use for: tests, fixtures, mocks, stubs, non-Python files (YAML, JSON, TOML), auto-generated code vendor libraries, or when user explicitly asks not to modify dunders. Ignored paths: tests/, *_test.py, test_*.py, .venv/, build/, dist/, migrations/, __init__.py.
2026-01-05
kumo-assistant.md
0
1 export kumo-assistant
2 kumokuenchan from "kumokuenchan/Kumo"
3 Kumo development assistant for MySQL database management tool. Use when working on Kumo features, understanding architecture, writing tests, or navigating the codebase. Helps with React components, API endpoints, database features, and Electron app development.
2026-01-05
brainstorming.md
0
1 export brainstorming
2 Ramblurr from "Ramblurr/nix-devenv"
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-05
rust-pragmatist.md
0
1 export rust-pragmatist
2 ccustine from "ccustine/airjedi-desktop"
3 Automatically review Rust code after edits to .rs files, providing pragmatic suggestions for idiomatic patterns, performance, safety, and code organization. Activate when Rust source files are modified or when explicitly requested.
2026-01-05
deploy-guide.md
0
1 export deploy-guide
2 JHaugaard from "JHaugaard/refine-workflow-skills"
3 Guide user through actual deployment steps for their application. This skill should be used when a project is ready to deploy to production. Walks through pre-deployment checks, deployment execution, and post-deployment verification. Supports VPS/Docker, Cloudflare Pages, fly.io, and Hostinger Shared Hosting.
2026-01-05
insightpulse-superset-api-ops.md
0
1 export insightpulse-superset-api-ops
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use Superset-style APIs to manage workspaces, users, datasets, charts, and dashboards as code for the InsightPulseAI Data Lab platform.
2026-01-05
reverse-engineering-apis.md
0
1 export reverse-engineering-apis
2 CodeTonight-SA from "CodeTonight-SA/cips"
3 Systematically reverse engineer authenticated web APIs from browser DevTools captures. Use when user provides network request details or invokes /reverse-api. Legal when using own credentials.
2026-01-05
tuimorphic.md
0
1 export tuimorphic
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Teach agents to design TUIs in the tuimorphic style (Bagels/Calcure/Claude Code/Droid-inspired).
2026-01-05
braiins-api-mapper.md
0
1 export braiins-api-mapper
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Maps Braiins Pool API endpoints to MCP tool implementations with properauthentication, rate limiting, retry logic, and error handling patterns.
2026-01-05
plan-with-research.md
0
1 export plan-with-research
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build step-by-step plans grounded in evidence and research. Use when the user asks for a plan, roadmap, steps, or strategy for code, data, or pipeline work.
2026-01-05
frontend-expert.md
0
1 export frontend-expert
2 ljchg12-hue from "ljchg12-hue/windows-dotfiles"
3 Expert frontend development with React, Vue, Next.js, state management, and modern UI/UX patterns
2026-01-05
rust-metrics.md
0
1 export rust-metrics
2 gar-ai from "gar-ai/mallorn"
3 Expose Prometheus metrics with counters, gauges, and histograms. Use for production monitoring and alerting.
2026-01-05
symbols.md
0
1 export symbols
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Token-efficient codebase navigation through intelligent symbol loading and querying. Use this skill when implementing new features (find existing patterns), exploring codebase structure, searching for components/functions/types, or understanding architectural layers. Reduces token usage by 60-95% compared to loading full files. Layer split enables 50-80% additional backend efficiency.
2026-01-05
phi-mapper.md
0
1 export phi-mapper
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate PROJECT-MAP.auto.scm by extracting structure from codebases. Invoke when user requests project mapping, structure extraction, or needs to create/update .phi maps.
2026-01-05
express-nodejs.md
0
1 export express-nodejs
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-machine-learning"
3 Advanced Express.js patterns, middleware, routing, and production deployment.
2026-01-05
toon-format.md
0
1 export toon-format
2 majiayu000 from "majiayu000/claude-skill-registry"
3 When working with JSON data in LLM prompts (especially large arrays or tabular data), consider the token-efficient TOON (Token-Oriented Object Notation) format which reduces tokens by 30-70% while maintaining lossless JSON representation and structural validation. Use for reading/writing .toon files, converting JSON↔TOON, or optimizing structured data for LLM consumption with guardrails like [N] counts and {field} headers.
2026-01-05
command-creator.md
0
1 export command-creator
2 jbabin91 from "jbabin91/super-claude"
3 Create custom slash commands for Claude Code with proper markdown structure and YAML frontmatter.Use when: creating commands, generating slash commands, making workflow automations.Activates for: "create command", "generate command", "new command", "slash command", "make command"
2026-01-05
ba.md
0
1 export ba
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Business analysis methodologies, requirements engineering, RACI matrices, user stories for Pulse Radar.
2026-01-05
notification-agent.md
0
1 export notification-agent
2 psh355q-ui from "psh355q-ui/szdi57465yt"
3 Multi-channel notification dispatcher. Sends trading alerts, reports, and system notifications via Telegram, Slack, Email, and WebSocket. Supports urgency-based routing and custom formatting.
2026-01-05
file-analysis.md
0
1 export file-analysis
2 athola from "athola/sanctum"
3 Structured file enumeration and content analysis for understanding codebase structure before reviews or refactoring.
2026-01-05