Browse Skills

44915 skills found

fastapi-sqlmodel-crud-patterns.md
0
1 export fastapi-sqlmodel-crud-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Standard patterns for building and maintaining CRUD APIs with FastAPI and SQLModel: models, routers, database access, and error handling in a reusable way.
2026-01-05
youtube-summary.md
0
1 export youtube-summary
2 cyx-1 from "cyx-1/hello"
3 Summarize YouTube videos. Check if transcript exists at `youtube/{Channel Name}/transcript-{Video Title}.md`. If exists, skip to summarization. If not, download first. Create summary at `youtube/{Channel Name}/summary-{Video Title}.md` with topics and clickable timestamp links.
2026-01-05
voice-system-expert.md
0
1 export voice-system-expert
2 Barnhardt-Enterprises-Inc from "Barnhardt-Enterprises-Inc/quetrex-plugin"
3 Use when working with Quetrex's voice interface, OpenAI Realtime API, WebRTC, or echo cancellation. Knows Quetrex's specific voice architecture decisions and patterns. CRITICAL - prevents breaking working voice system.
2026-01-05
barqnet-e2e.md
0
1 export barqnet-e2e
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Orchestrator agent that coordinates all BarqNet specialized agents (backend, integration, client, documentation, audit, testing) to execute complete end-to-end workflows. Plans multi-agent deployments, manages task dependencies, tracks progress across all platforms, and ensures comprehensive completion. Use for complex multi-component tasks, full-stack features, or production deployments.
2026-01-05
first-principle-thinking.md
0
1 export first-principle-thinking
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert methodology for breaking down complex problems into fundamental truths and rebuilding solutions from the ground up. Use when users need breakthrough innovation (not incremental improvement), question industry assumptions, face seemingly impossible problems, want to understand root causes, ask "why does this have to be this way", "rethink from scratch", "reimagine this", request analysis "from first principles", want to challenge conventional wisdom, question everything, or need to deconstruct problems to their core elements. Ideal for strategic decisions, innovation challenges, cost optimization, and escaping local optima.
2026-01-05
config-management.md
0
1 export config-management
2 jagreehal from "jagreehal/jagreehal-claude-skills"
3 Validate config at startup, secrets in memory only. Never read config during requests, never store secrets in env vars. Use node-env-resolver for multi-source config.
2026-01-05
phase-development-workflow.md
0
1 export phase-development-workflow
2 an-embedded-engineer from "an-embedded-engineer/PythonOpenGLBlog"
3 Complete 12-step workflow for phase development from branch creation to merge. Use this when starting a new phase or when asked to follow the phase development process.
2026-01-05
data-pipeline-patterns.md
0
1 export data-pipeline-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Follow these patterns when implementing data pipelines, ETL, data ingestion, or data validation in OptAIC. Use for point-in-time (PIT) correctness, Arrow schemas, quality checks, and Prefect orchestration.
2026-01-05
idea-validator.md
0
1 export idea-validator
2 skycruzer from "skycruzer/fleet-management-v2"
3 Provides brutally honest, quick feedback on app ideas before investing time building. Use when the user presents an app idea, asks for validation of a concept, or before starting any new project. Evaluates market saturation, actual demand, solo-builder feasibility (2-4 weeks), monetization potential, and interest factor.
2026-01-05
proof-architect.md
0
1 export proof-architect
2 Data-Wise from "Data-Wise/claude-plugins"
3 Structured methodology for constructing and verifying mathematical proofs in statistical research
2026-01-05
frontend-accessibility.md
0
1 export frontend-accessibility
2 DevanB from "DevanB/lucidlog"
3 Implement accessible user interfaces with semantic HTML, keyboard navigation, sufficient color contrast, screen reader support, ARIA attributes, and proper focus management. Use this skill when creating or editing React components (.tsx, .jsx files), when implementing forms with labels and inputs, when building interactive elements (buttons, modals, menus, dialogs), when implementing keyboard navigation, when choosing colors and ensuring contrast ratios, when adding ARIA attributes, when testing with screen readers, when implementing focus states and focus management, or when creating heading structures and page landmarks.
2026-01-05
changelog-updater.md
0
1 export changelog-updater
2 u9401066 from "u9401066/nsforge-mcp"
3 Auto-update CHANGELOG.md following Keep a Changelog format. Triggers: CL, changelog, 變更, 版本, version, 更新日誌, whatsnew.
2026-01-05
dialog-generator.md
0
1 export dialog-generator
2 gizix from "gizix/cc_projects"
3 Generate modal and modeless dialog windows for Tkinter applications. Use when creating dialogs, popups, or secondary windows, when user mentions "dialog", "popup", "modal", or when working with files in views/dialogs/ directory.
2026-01-05
optimization-techniques.md
0
1 export optimization-techniques
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Performance optimization strategies. Use ONLY after profiling identifies bottlenecks.
2026-01-05
bug-bounty-methodology.md
0
1 export bug-bounty-methodology
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Target-agnostic bug bounty hunting methodology with parallel recon, systematic testing workflows, and vulnerability-specific exploitation guidance
2026-01-05
browser-testing-playwright.md
0
1 export browser-testing-playwright
2 majiayu000 from "majiayu000/claude-skill-registry"
3 A skill for setting up and running end-to-end browser tests using Playwright. It includes guidance on project setup, the Page Object Model, user flow testing, visual regression, cross-browser configuration, and CI integration. Use this when a user wants to implement browser-based E2E testing.
2026-01-05
scrum.md
0
1 export scrum
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Scrum methodology including sprints, ceremonies, backlog management, and agile practices. Activate for sprint planning, standups, retrospectives, and agile workflows.
2026-01-05
supabase-local-dev.md
0
1 export supabase-local-dev
2 Jzineldin from "Jzineldin/image-wise-learn-62"
3 Expert at managing local Supabase development environment including starting/stopping services, resetting databases, running migrations, and seeding data. Use when working with local Supabase, Docker, or database development.
2026-01-05
error-handling.md
0
1 export error-handling
2 site-bender from "site-bender/sitebender"
3 Patterns for error handling using Result<T,E> and Validation<T,E> monads. Never use try/catch/throw. Covers error type design, error constructors, and error composition. Use when handling errors or defining error types. Includes script for generating error types.
2026-01-05
browser-automation.md
0
1 export browser-automation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, interact with web applications, monitor network requests, debug web pages, or extract design tokens. Triggers include "browse", "navigate to", "go to website", "open webpage", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web", "check network requests", "debug page", "get design tokens", "extract colors", "analyze website design". When taking actions be as specific as possible.
2026-01-05
gdscript-api-lookup.md
0
1 export gdscript-api-lookup
2 minami110 from "minami110/claude-godot-tools"
3 Look up GDScript and Godot Engine documentation using Deepwiki and Context7.Use when you need to find implementation approaches, APIs, or code examples for Godot projects.
2026-01-05
making-commits.md
0
1 export making-commits
2 ivanov-i from "ivanov-i/dots"
3 Use when making git commits — splits mixed diffs and writes concise single‑line messages.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 therealityreport from "therealityreport/THB-BBL"
3 Create or update Codex skills (SKILL.md plus optional scripts/references/assets). Use when asked to design a new skill, update an existing skill, or validate/package skills.
2026-01-05
review-changes.md
0
1 export review-changes
2 Cygnusfear from "Cygnusfear/claude-stuff"
3 Code review of current git changes, compare to related plan if exists, identify bad engineering, over-engineering, or suboptimal solutions. Use when user asks to review changes, check git diff, validate implementation quality, or assess code changes.
2026-01-05