Browse Skills

20307 skills found

semantic-code-search.md
0
1 export semantic-code-search
2 cncorp from "cncorp/arsenal"
3 Semantic code search using vector embeddings. Find functions/classes by meaning, not exact text. Use when exploring codebases or when grep doesn't find what you need.
2026-01-05
pr-author-agent.md
0
1 export pr-author-agent
2 Kart-rc from "Kart-rc/dataobservability-agents"
3 AI-powered PR Author Agent that transforms Observability Diff Plans into Pull Requests. Use when: (1) Generating instrumentation code from Scout Agent output, (2) Creating OTel configuration, correlation headers, lineage specs, (3) Scaffolding telemetry validation tests, (4) Creating GitHub/GitLab PRs with observability artifacts. Triggers: "generate PR from diff plan", "create instrumentation PR", "scaffold observability code", "generate OTel config".
2026-01-05
premium-saas-ui.md
0
1 export premium-saas-ui
2 bebekim from "bebekim/paymentreminder"
3 Build premium SaaS interfaces that avoid vibe-coded anti-patterns. Use when creating UI components, forms, dashboards, hero sections, pricing pages, or any user-facing templates. Enforces consistent spacing, typography, color discipline, and accessibility standards.
2026-01-05
web-test-wallet-setup.md
0
1 export web-test-wallet-setup
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Set up MetaMask wallet extension for Web3 DApp testing - download extension, import wallet from private key. Run at test start if tests/config.yaml has web3.enabled=true.
2026-01-05
backend-data-processor.md
0
1 export backend-data-processor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Process vehicle insurance Excel data using Pandas - file handling, data cleaning, merging, validation. Use when processing Excel/CSV files, handling data imports, implementing business rules (negative premiums, zero commissions), debugging data pipelines, or optimizing Pandas performance. Keywords: data_processor.py, Excel, CSV, Pandas, merge, deduplication, date normalization.
2026-01-05
numpy-ufuncs.md
0
1 export numpy-ufuncs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Universal functions (ufuncs) for vectorization, including reductions, in-place operations, and custom Python-function wrapping. Triggers: ufunc, vectorize, reduce, accumulate, frompyfunc, in-place.
2026-01-05
post-change-verification.md
0
1 export post-change-verification
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Mandatory verification protocol after code changes for Solidity projects. Use after any code modification to ensure quality.
2026-01-05
code-reviewer.md
0
1 export code-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically check documentation-code consistency after implementation. Verifies README.md and docs/*.md match actual code.
2026-01-05
rollup.md
0
1 export rollup
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Configures Rollup for ES module bundling with plugins, tree shaking, and multiple output formats. Use when building JavaScript libraries, creating optimized bundles, or publishing npm packages.
2026-01-05
gsplat-optimizer.md
0
1 export gsplat-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Optimize 3D Gaussian Splat scenes for real-time rendering on iOS, macOS, and visionOS. Use when working with .ply or .splat files, targeting mobile/Apple GPU performance, or needing LOD, pruning, or compression strategies for 3DGS scenes.
2026-01-05
mova-finish-branch-v1-wrapper.md
0
1 export mova-finish-branch-v1-wrapper
2 Leryk1981 from "Leryk1981/mova_wf_cycle"
3 Summarizes branch readiness versus a base branch and produces artifacts for PR prep.
2026-01-05
lessons.md
0
1 export lessons
2 timequity from "timequity/plugins"
3 Lesson content for Claude Code Course.Use when: loading lesson content.Internal skill - contains lesson files.
2026-01-05
frontend-components.md
0
1 export frontend-components
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Design and build reusable, composable UI components following the single responsibility principle with clear prop interfaces and proper state management. Use this skill when creating or modifying React components, Vue components, Svelte components, web components, or any modular UI building blocks. Use this skill when implementing component composition patterns, defining component props and interfaces, managing local component state, or creating component documentation. Use this skill when working with component files in components/, widgets/, views/, or pages/ directories. Use this skill when refactoring large components into smaller composable pieces, establishing component naming conventions, or designing component APIs for reusability across different contexts.
2026-01-05
systematic-debugging.md
0
1 export systematic-debugging
2 liauw-media from "liauw-media/CodeAssist"
3 Use when encountering bugs or unexpected behavior. Methodical approach to identify root cause: Reproduce → Isolate → Identify → Fix → Verify.
2026-01-05
linkedin-candidatura-ia.md
0
1 export linkedin-candidatura-ia
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Esta skill deve ser usada quando o usuário solicitar candidaturas automáticas em vagas do LinkedIn relacionadas a Inteligência Artificial (IA) no Brasil, priorizando vagas com cadastro simplificado (Easy Apply). A skill filtra vagas por palavras-chave de IA, localização no Brasil, nível de senioridade (se especificado) e tipo de candidatura simplificada.
2026-01-05
vuer-uikit.md
0
1 export vuer-uikit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert knowledge of Vuer UIKit, a React component library for building interactive 3D and UI applications with 38 components and a powerful Dial system
2026-01-05
dashboard.md
0
1 export dashboard
2 jrc1883 from "jrc1883/popkit-claude"
3 Multi-project dashboard for managing PopKit-enabled projects. Shows health scores, recent activity, and quick actions across all registered projects. Use when switching between projects, checking overall status, or managing project registry. Do NOT use if only working in a single project - use morning routine or next-action instead.
2026-01-05
huggingface-js.md
0
1 export huggingface-js
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Runs ML models in the browser and Node.js with Transformers.js and Hugging Face Inference API. Use when adding local inference, embeddings, or calling hosted models without GPU servers.
2026-01-05
research.md
0
1 export research
2 nizarghribi from "nizarghribi/hounii-monorepo-first"
3 Use when encountering errors, investigating library APIs, troubleshooting issues, or needing up-to-date documentation. Prioritizes Context7 and WebSearch over outdated training data.
2026-01-05
code-audit.md
0
1 export code-audit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Perform comprehensive code audits on repositories or directories. Use when asked to audit code, review a codebase, analyze code quality, find bugs, check for security issues, review architecture, check SOLID/DRY compliance, or generate a code audit report. Produces well-formatted markdown reports with prioritized recommendations.
2026-01-05
prisma.md
0
1 export prisma
2 FractionEstate from "FractionEstate/midnight-dev-skills"
3 Type-safe database access with Prisma ORM for Node.js and TypeScript. Use when designing schemas, writing queries, running migrations, or optimizing database operations. Triggers on Prisma, database, ORM, migration, or SQL questions.
2026-01-05
typescript-best-practices.md
0
1 export typescript-best-practices
2 jwynia from "jwynia/agent-skills"
3 Guide AI agents through TypeScript coding best practices including type safety, error handling, code organization, and architecture patterns. This skill should be used when generating TypeScript code, reviewing TypeScript files, creating new TypeScript modules, refactoring JavaScript to TypeScript, or when the user asks about TypeScript patterns, types, or coding standards. Keywords: typescript, types, coding standards, best practices, type safety, generics, architecture, refactoring.
2026-01-05
cloudflare-zero-trust-access.md
0
1 export cloudflare-zero-trust-access
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when integrating Cloudflare Zero Trust Access authentication with Cloudflare Workers applications. Provides Hono middleware setup, manual JWT validation patterns, service token authentication, CORS handling with Access, and multi-tenant configurations. Prevents 8 common errors including CORS preflight blocking (45 min saved), key cache race conditions (20 min), missing JWT headers (30 min), and dev/prod team mismatches (15 min). Saves ~58% tokens (3,250 tokens) and 2.5 hours per implementation. Covers user authentication flows, service-to-service auth, geographic restrictions, role-based access control, and Access policy configuration.Keywords: Cloudflare Access, Zero Trust, Cloudflare Zero Trust Access, Access authentication, JWT validation, access jwt, service tokens, hono cloudflare access, hono-cloudflare-access middleware, workers authentication, protect worker routes, admin authentication, access policy, identity providers, azure ad access, google workspace access, okta access, github a
2026-01-05
go-reviewer.md
0
1 export go-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Go project review, error handling, goroutines, interfaces, testingWHAT: Error handling patterns + Concurrency safety + Interface design + Testing + Idiomatic GoWHEN NOT: Go API frameworks → go-api-reviewer, Rust → rust-reviewer
2026-01-05