Browse Skills

2258 skills found

brutalist-academic-ui.md
0
1 export brutalist-academic-ui
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Skriptoteket-specific brutalist/academic UI design. Use for Vue/Vite SPA and SSR templates when you want grid-based layouts, systematic typography, and high-contrast “academic” aesthetics, while staying compatible with Skriptoteket’s pure-CSS + HuleEdu token stack (no Tailwind).
2026-01-05
viem.md
0
1 export viem
2 settlemint from "settlemint/agent-marketplace"
3 Viem blockchain client patterns for Ethereum interactions, transactions, signing, encoding, and smart contract calls. Triggers on viem, publicClient, walletClient, chain, abi.
2026-01-05
rate-limiting-patterns.md
0
1 export rate-limiting-patterns
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Redis-based rate limiting implementations with token bucket, leaky bucket, and sliding window algorithms. Use when implementing API rate limiting, throttling, or request quota management.
2026-01-05
dcg-parsing.md
0
1 export dcg-parsing
2 EricGT from "EricGT/prolog-dcg-skill"
3 Guide Claude in writing efficient, idiomatic SWI-Prolog DCGs (Definite Clause Grammars) following best practices for single-pass parsing, character codes, pure declarative style, and accumulator patterns. Use when working with Prolog parsing tasks.
2026-01-05
hfskill.md
0
1 export hfskill
2 joshhu from "joshhu/hfskill"
3 Comprehensive toolkit for interacting with Hugging Face Spaces. Use this skill when working with Hugging Face Spaces - listing spaces, retrieving space information, managing space runtime (restart/pause), checking space status, or any other Space-related operations. Requires Hugging Face access token stored in HF_TOKEN or HUGGINGFACE_TOKEN environment variable for write operations.
2026-01-05
naming-conventions.md
0
1 export naming-conventions
2 SlySlayer32 from "SlySlayer32/dashboard-link-saas"
3 Comprehensive naming conventions guide for Dashboard Link SaaS codebase. Use when creating new files, renaming files, defining variables/functions/types, or when user asks about "proper naming", "what should I call this?", "naming standards", "PascalCase vs camelCase", or any naming-related questions. Essential for maintaining consistency across the monorepo.
2026-01-05
glossary-generator.md
0
1 export glossary-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill automatically generates a comprehensive glossary of terms from a learning graph's concept list, ensuring each definition follows ISO 11179 metadata registry standards (precise, concise, distinct, non-circular, and free of business rules). Use this skill when creating a glossary for an intelligent textbook after the learning graph concept list has been finalized.
2026-01-05
frontend-components.md
0
1 export frontend-components
2 elliotsaha from "elliotsaha/smt-slack-app"
3 Design and build reusable, composable UI components with clear interfaces and single responsibilities. When creating or modifying React components, Vue components, or any UI component files. When working on files that define reusable UI elements (*.tsx, *.jsx, *.vue, components/*). When structuring component props, state management, or component composition. When building component libraries, designing component APIs, or refactoring UI code into smaller components. When implementing hooks, context, or passing data between components.
2026-01-05
telegram-bot-builder.md
0
1 export telegram-bot-builder
2 paulpham157 from "paulpham157/cloudFall"
3 Build Telegram bots in Node.js. Use when a request mentions Telegram bot, BotFather, bot token, webhook, long polling, commands, inline keyboards, callback queries, or handling Telegram Bot API updates.
2026-01-05
gemini-partner.md
0
1 export gemini-partner
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Invoke Gemini CLI as a partner AI developer for tasks benefiting from its 1M token context window or a second opinion. Use when analyzing large codebases, generating documentation, getting alternative perspectives, researching topics with web search, or creating UI wireframes/components. Gemini has read/write/edit/shell/web search capabilities like Claude.
2026-01-05
security-compliance.md
0
1 export security-compliance
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-system-design"
3 Master security principles, cryptography, compliance frameworks, and secure development practices. Use when securing applications, implementing authentication/authorization, or ensuring regulatory compliance.
2026-01-05
fastapi-jwt-auth.md
0
1 export fastapi-jwt-auth
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Provides a complete solution for JWT-based authentication in FastAPI applications. Use this skill when a user wants to add secure token-based authentication to their FastAPI project. This skill handles JWT creation, decoding, signature and expiration verification, password hashing, and custom claims. It includes patterns for login endpoints, protected routes using dependencies, role-based access control decorators, token refresh mechanisms, and middleware-based validation.
2026-01-05
shared-libraries-guidelines.md
0
1 export shared-libraries-guidelines
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Shared libraries guidelines for Quantum Skincare's TypeScript shared code (types, validation, utils). Covers type definitions, Zod validation schemas, utility functions, contract maintenance, DB vs App type separation, enum patterns, reusable refinements, and cross-project consistency. Use when working with @quantum/shared-types, @quantum/shared-validation, @quantum/shared-utils, or maintaining shared contracts.
2026-01-05
mapbox-use-guide.md
0
1 export mapbox-use-guide
2 hnkatze from "hnkatze/BipBipBackOffice2.1"
3 Comprehensive guide for implementing Mapbox GL JS maps in Angular with ngx-mapbox-gl. Use when building interactive maps, adding markers/popups/controls, implementing geolocation, creating coverage zones with polygons, working with GeoJSON layers, geocoding/directions, or managing map state. Covers installation, components, common patterns, and advanced features for Angular standalone components with signals.
2026-01-05
gerindo-expedicao.md
0
1 export gerindo-expedicao
2 Rafael-2109 from "Rafael-2109/frete-sistema"
3 Consulta e opera dados logisticos da Nacom Goya. Consulta pedidos, estoque, disponibilidade, lead time. Cria separacoes. Resolve entidades (pedido, produto, cliente, grupo). Use para perguntas como 'tem pedido do Atacadao?', 'quanto tem de palmito?', 'quando fica disponivel?', 'crie separacao do VCD123'.
2026-01-05
vercel-blob.md
0
1 export vercel-blob
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill provides comprehensive knowledge for integrating Vercel Blob object storage into Vercel applications. It should be used when setting up file uploads, managing images and documents, implementing CDN-delivered assets, or handling large files in Next.js serverless and edge functions.Use this skill when:- Setting up file uploads for Next.js applications (images, PDFs, videos)- Implementing client-side uploads with presigned URLs- Managing user-generated content (avatars, attachments, media)- Building file management features (list, download, delete)- Migrating from Cloudflare R2 to Vercel Blob- Encountering errors like "BLOB_READ_WRITE_TOKEN not set", "file size limit exceeded", or "client upload token errors"- Need simple object storage with automatic CDN distributionKeywords: vercel blob, @vercel/blob, vercel storage, vercel file upload, vercel cdn, blob storage vercel, client upload vercel, presigned url vercel, file upload nextjs, image upload vercel, pdf upload, video upload, user uploa
2026-01-05
vue-development.md
0
1 export vue-development
2 daveharmswebdev from "daveharmswebdev/upkeep-io"
3 Use when planning or implementing Vue 3 projects - helps architect component structure, plan feature implementation, and enforce TypeScript-first patterns with Composition API, defineModel for bindings, Testing Library for user-behavior tests, and MSW for API mocking. Especially useful in planning phase to guide proper patterns before writing code.
2026-01-05
drizzle.md
0
1 export drizzle
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Builds type-safe database applications with Drizzle ORM including schema definition, queries, relations, and migrations. Use when working with databases in TypeScript, defining schemas, writing type-safe queries, or managing migrations.
2026-01-05
dotnet-format-analyzers.md
0
1 export dotnet-format-analyzers
2 bravellian from "bravellian/workbench"
3 Define canonical dotnet format and analyzer verification commands, and provide scripts that generate a format/analyzer report. Use when checking formatting or Roslyn analyzers without reformatting everything.
2026-01-05
release.md
0
1 export release
2 ts-klassen from "ts-klassen/qrpc"
3 Review release readiness by checking ChangeLogs and version definitions and then create a git tag for the requested version. Use when asked to release or tag a version (e.g., "Please release 0.2.0", "Please tag 0.2.0") or to verify ChangeLog/version consistency before tagging.
2026-01-05
review-trufflehog.md
0
1 export review-trufflehog
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Review and triage Trufflehog secret detection scan results to identify real credential exposures. Use when analyzing trufflehog output, triaging secret findings, reviewing credential leaks, or when the user has trufflehog results to review. Can also run scans for an organization. Filters out test/demo secrets and prioritizes verified findings with source code context analysis.
2026-01-05
natspec-standards.md
0
1 export natspec-standards
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 NatSpec documentation standards and best practices for Solidity contracts. Use when documenting code or reviewing documentation quality.
2026-01-05
docker.md
0
1 export docker
2 sayali-ingle-pdl from "sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3 Generates Dockerfile for application containerization and deployment. Defines multi-stage build process with Node.js build stage and nginx serving stage for production deployment.
2026-01-05
conceptual-analysis.md
0
1 export conceptual-analysis
2 chrislemke from "chrislemke/stoffy"
3 Master conceptual analysis methodology - defining concepts through necessary and sufficient conditions. Use for: analyzing concepts, testing definitions, finding counterexamples. Triggers: 'what is X', 'define', 'definition', 'necessary conditions', 'sufficient conditions', 'counterexample', 'conceptual analysis', 'analysis', 'concept', 'essence', 'iff', 'if and only if'.
2026-01-05