Browse Skills

3205 skills found

learning-path-patterns.md
0
1 export learning-path-patterns
2 joaopelegrino from "joaopelegrino/app-controle"
3 Comprehensive guide to Learning Path patterns for the Plataforma B2B de treinamento técnico corporativo educational platform. This skill covers the conceptual difference between Study Areas (courses) and Proposed Paths (sequences of courses), data modeling, UI/UX patterns, and implementation guidelines.Learn how to structure Learning Paths correctly: a Proposed Path is NOT a container of loose flashcards, but a curated sequence of Study Areas (courses). Each path references existing courses with metadata like order, availability status, and estimated hours.Real-world examples are taken from the Hub MVP implementation (US-044), including caminhoExemploData.js, HubView.jsx, and LearningPathView.jsx. The skill demonstrates the reference pattern used for "Desenvolvedor Backend" path that sequences Bash, Linux, Docker, and DevOps courses.Key topics include data schema design (cursos array with ordem, areaId, disponivel flags), computed properties (getters for statistics), navigation patterns (path -> course
2026-01-05
specialize-workspace.md
0
1 export specialize-workspace
2 jamesrcounts from "jamesrcounts/conference-workspace"
3 Specialize the workspace for the current customer. Use when the user wants to migrate, customize, or update a devcontainer for a new customer. Handles cleaning up repository lists, updating customer references in devcontainer.json, README.md, and powershell scripts in the scripts folder.
2026-01-05
control-tester.md
0
1 export control-tester
2 ethanolivertroy from "ethanolivertroy/claude-grc-engineering"
3 Designs and documents control testing procedures. Creates test plans, executes walkthroughs, and documents results for audit workpapers.
2026-01-05
amcs-lyrics-generator.md
0
1 export amcs-lyrics-generator
2 miethe from "miethe/MeatyMusic"
3 Generate song lyrics with citations from pinned sources. Enforces rhyme scheme, meter, syllable counts, hook strategy, and profanity filter while retrieving from MCP sources with deterministic hash-based pinning. Use when creating lyrics with structural constraints, source attribution, and policy compliance.
2026-01-05
postgres-query-optimization.md
0
1 export postgres-query-optimization
2 francanete from "francanete/fran-marketplace"
3 PostgreSQL query optimization and performance tuning reference. Use when analyzing slow queries, interpreting EXPLAIN output, optimizing indexes, or troubleshooting database performance issues.
2026-01-05
veo-reference-video.md
0
1 export veo-reference-video
2 bluewaves-creations from "bluewaves-creations/bluewaves-skills"
3 Generate video with consistent subject appearance using reference images via fal.ai Veo 3.1. Use when the user wants to create a video featuring specific people, objects, or characters that should look consistent throughout. Supports multiple reference images for better subject consistency.
2026-01-05
systematic.md
0
1 export systematic
2 pproenca from "pproenca/dot-claude-old"
3 Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
nextjs-client-cookie-pattern.md
0
1 export nextjs-client-cookie-pattern
2 mcclowes from "mcclowes/vague-playground"
3 Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client component with user interaction (onClick, form submission) that calls a server action to modify cookies. Use when building features like authentication, preferences, or session management where client-side triggers need to set/modify server-side cookies.
2026-01-05
hypr-concierge.md
0
1 export hypr-concierge
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Personal theme concierge for Hyprland desktop environments. Use when user wants to (1) change desktop theme/colors, (2) apply preset themes (Catppuccin/Dracula/Nord/Gruvbox/Rose Pine/Kanagawa/Tokyo Night), (3) create custom themes from mood/aesthetic descriptions, (4) create themes inspired by movies/art/feelings, (5) get theme recommendations based on mood, (6) learn what themes look/feel like, (7) save/restore/switch themes, (8) manage which apps get themed, or (9) find/change wallpapers. Triggers: "change theme", "apply catppuccin", "I want something cozy", "create a Hackers theme", "describe the themes", "what feels like...", "save my theme", "find wallpapers", "change wallpaper", "theme concierge".
2026-01-05
tech-research-skill-builder.md
0
1 export tech-research-skill-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Research latest library documentation, industry best practices, and technical knowledge to automatically generate project-level skills. Use when asked to: (1) Research and create a skill for a library/framework, (2) Build a skill based on architectural patterns, (3) Generate skills from technical research, (4) Create domain-specific technical skills from web research, or (5) Any request combining research with skill creation.
2026-01-05
gemini-imagegen.md
0
1 export gemini-imagegen
2 unclecode from "unclecode/claude-code-tools"
3 Generate and edit images using the Gemini API (Nano Banana). Use this skill when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.
2026-01-05
error-troubleshooter.md
0
1 export error-troubleshooter
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically troubleshoot unexpected results OR command/script errors without user request. Triggers when: (1) unexpected behavior - command succeeded but expected effect didn't happen, missing expected errors, wrong output, silent failures; (2) explicit failures - stderr, exceptions, non-zero exit, SDK/API errors. Applies systematic diagnosis using error templates, hypothesis testing, and web research for any Stack Overflow-worthy issue.
2026-01-05
pygame-patterns.md
0
1 export pygame-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Codify reusable pygame patterns for entities, projectiles, movement, and sprite handling. Use when implementing pygame entities or systems that need frame-independent physics, collision detection, or sprite management. References verified patterns from project implementation.
2026-01-05
setup-memory.md
0
1 export setup-memory
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Configure Nexus memory with your role, goals, and preferences. Load when user wants to personalize the system or teach Nexus about themselves. Keywords: setup memory, personalize, configure, my goals, my role, about me, preferences. 8 min.
2026-01-05
code-review-preferences.md
0
1 export code-review-preferences
2 ChaiWithJai from "ChaiWithJai/claude-code-mastery"
3 Use when reviewing code, PRs, or discussing code quality standards. Applies team coding standards and review methodology.
2026-01-05
sdd-planning.md
0
1 export sdd-planning
2 kelleysd-apps from "kelleysd-apps/sdd-agentic-framework"
3 Generate comprehensive implementation plans using Specification-Driven Development (SDD)methodology. Use when creating technical design, implementation roadmap, or executingthe /plan command.This skill orchestrates the plan-template.md execution flow, generating research, datamodels, API contracts, and test scenarios. It validates constitutional compliance(Library-First, Test-First, Contract-First) and prepares for task generation.Triggered by: /plan command, user request for "implementation plan", "technical design","how to implement", or "design this feature".
2026-01-05
statistical-analysis.md
0
1 export statistical-analysis
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-ai-data-scientist"
3 Probability, distributions, hypothesis testing, and statistical inference. Use for A/B testing, experimental design, or statistical validation.
2026-01-05
primeicons.md
0
1 export primeicons
2 hnkatze from "hnkatze/BipBipBackOffice2.1"
3 Complete guide for using PrimeIcons in Angular with PrimeNG. Use when needing icon references, looking for specific icons by category (arrows, actions, social media, etc.), implementing icons in buttons/menus/UI elements, or needing examples of icon usage patterns. Includes 250+ icons with TypeScript constants.
2026-01-05
brand-voice-therapy.md
0
1 export brand-voice-therapy
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Apply Jesse's confident-but-vulnerable voice to all content. Use when writing service pages, blog posts, CTAs, emails, or checking if content sounds like Jesse. Reference: /docs/branding/voice/BRAND-VOICE.md
2026-01-05
life-os-knowledge.md
0
1 export life-os-knowledge
2 breverdbidder from "breverdbidder/life-os"
3 Personal knowledge base for Shapira family daily life. Use when querying or storing information about hotels, swim meet venues, travel logistics, restaurants, service providers, or any location-based preferences. Triggers on phrases like "remember this hotel", "where did we stay", "next time in [city]", "log this location", or references to past stays/visits.
2026-01-05
personal-finance-coach.md
0
1 export personal-finance-coach
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert personal finance coach with deep knowledge of tax optimization, investment theory (MPT, factor investing), retirement mathematics (Trinity Study, SWR research), and wealth-building strategies grounded in academic research. Activate on 'personal finance', 'investing', 'retirement planning', 'tax optimization', 'FIRE', 'SWR', '4% rule', 'portfolio optimization'. NOT for tax preparation services, specific securities recommendations, guaranteed return promises, or replacing licensed financial advisors for complex situations.
2026-01-05
doc-writer.md
0
1 export doc-writer
2 ljchg12-hue from "ljchg12-hue/windows-dotfiles"
3 Expert technical documentation writing including user guides, tutorials, and reference documentation
2026-01-05
observability-first-debugging.md
0
1 export observability-first-debugging
2 audunstrand from "audunstrand/status-app"
3 Systematic debugging methodology that eliminates guessing and speculation. Add instrumentation to gather specific data that fully explains the problem. Evidence before hypothesis. Observation before solution.
2026-01-05
gemini-imagegen.md
0
1 export gemini-imagegen
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when generating and editing images using the Gemini API (Nano Banana Pro). It applies when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.
2026-01-05