Browse Skills

2258 skills found

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
bdd-feature-generator.md
0
1 export bdd-feature-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates BDD feature files for Golang Clean Architecture projects using Gherkin syntax. Use when users need to write .feature files for integration tests, create test scenarios for APIs, or generate Cucumber/Godog test specifications. Specifically for projects that follow Clean Architecture patterns with existing step definitions.
2026-01-05
frontend-responsive.md
0
1 export frontend-responsive
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Implement mobile-first responsive designs with fluid layouts, standard breakpoints, and relative units to ensure optimal viewing experiences across all device sizes from mobile to desktop. Use this skill when creating or modifying UI layouts, implementing media queries, defining responsive breakpoints, or ensuring components adapt properly to different screen sizes. Use this skill when working with component files that render layouts, grids, navigation menus, or any UI elements that need to adjust based on viewport width. Use this skill when testing UI changes across mobile, tablet, and desktop screen sizes, optimizing touch targets for mobile users, or ensuring readable typography across all breakpoints.
2026-01-05
change-maintenance-specification.md
0
1 export change-maintenance-specification
2 Z1-Test from "Z1-Test/temp-rajan-s2"
3 Specifies bugs, upgrades, refactors, and behavioral changes as explicit deltas against existing feature specifications, preserving original intent while defining what changes, what remains unchanged, and how correctness is verified.
2026-01-05
slash-commands.md
0
1 export slash-commands
2 putto11262002 from "putto11262002/jimmodel"
3 Create custom slash commands for Claude Code. Use when users want to create, modify, or understand slash commands for Claude Code CLI tool. Slash commands are markdown files that define reusable prompts and workflows with custom behavior, parameters, and tool access controls.
2026-01-05
patent-claims-analyzer.md
0
1 export patent-claims-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automated analysis of patent claims for USPTO compliance with 35 USC 112(b) requirements - antecedent basis, definiteness, claim structure
2026-01-05
writing-bots.md
0
1 export writing-bots
2 ApeWorX from "ApeWorX/skills"
3 Write a bot to continuously listen and respond to events on a public blockchain network.
2026-01-05
contract-patterns.md
0
1 export contract-patterns
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Common Solidity design patterns and implementations for secure smart contract development. Use when implementing standard functionality like access control, upgradeability, or token standards.
2026-01-05
dapp-integration.md
0
1 export dapp-integration
2 FractionEstate from "FractionEstate/midnight-dev-skills"
3 Build Midnight dApps with TypeScript integration, wallet connectivity, and contract deployment. Use when connecting wallets, deploying contracts, or building dApp frontends. Triggers on wallet, provider, Next.js, deployment, or TypeScript integration questions.
2026-01-05
frontend-css.md
0
1 export frontend-css
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Apply consistent CSS styling methodologies using project conventions such as Tailwind CSS utility classes, BEM naming, CSS Modules, or styled-components while maintaining design system consistency. Use this skill when writing or modifying styles in component files, CSS files, Tailwind classes, styled-components, CSS-in-JS solutions, or design token configurations. Use this skill when working with CSS frameworks, establishing design tokens for colors and spacing, optimizing CSS for production builds, or ensuring consistent styling patterns across the application. Use this skill when working with .css, .scss, .module.css files, or when adding className attributes to components with utility classes.
2026-01-05
kratos-service-layer.md
0
1 export kratos-service-layer
2 alecszaharia from "alecszaharia/brizy-microservices-go"
3 Generates gRPC/HTTP service handlers for go-kratos microservices. Creates service structs, handler methods, and integrates with protobuf definitions. Use when implementing service layer for kratos services.
2026-01-05
backend-api.md
0
1 export backend-api
2 SpacePlushy from "SpacePlushy/portfolio"
3 Design and implement RESTful API endpoints with proper HTTP methods, status codes, and consistent naming conventions. Use this skill when creating or modifying API routes, endpoints, or server-side request handlers. When working on files in src/pages/api/, files containing API route definitions, files implementing REST endpoints, files handling HTTP requests and responses, server middleware for API requests, API authentication and authorization logic, and files defining API versioning strategies. When designing URL structures for resources, implementing query parameter handling for filtering/sorting/pagination, setting up rate limiting for API endpoints, or configuring CORS and API security headers.
2026-01-05
apple-developer-apis.md
0
1 export apple-developer-apis
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert system for integrating Apple Developer APIs including App Store Connect API, App Store Server API, Sign in with Apple REST API, App Store Server Notifications, Advanced Commerce API, and App Intents. Use this skill when (1) Implementing in-app purchases or subscription management, (2) Setting up App Store Server Notifications webhooks, (3) Creating JWT tokens for Apple API authentication, (4) Managing TestFlight distribution or app metadata, (5) Implementing Sign in with Apple authentication, (6) Working with App Intents or Shortcuts integration, or (7) Any Apple developer API integration.
2026-01-05
content-collections.md
0
1 export content-collections
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Production-tested setup for Content Collections - a TypeScript-first build tool that transformslocal content files (Markdown/MDX) into type-safe data collections with automatic validation.Use when: building blogs, documentation sites, or content-heavy applications with Vite + React,setting up MDX content with React components, implementing type-safe content schemas with Zod,migrating from Contentlayer, or encountering TypeScript import errors with content collections.Covers: Vite plugin setup, tsconfig path aliases, collection schemas with Zod validation,MDX compilation with compileMDX, transform functions for computed properties, rehype/remark plugins,React component integration with MDXContent, Cloudflare Workers deployment, and production build optimization.Keywords: content-collections, @content-collections/core, @content-collections/vite,@content-collections/mdx, MDX, markdown, Zod schema validation, type-safe content,frontmatter, compileMDX, defineCollection, defineConfig, Vite plugin, tsco
2026-01-05
typescript-type-definition.md
0
1 export typescript-type-definition
2 PIGU-PPPgu from "PIGU-PPPgu/edu-analysis"
3 生成和管理 TypeScript 类型定义,确保类型安全
2026-01-05
total-recall.md
0
1 export total-recall
2 plinde from "plinde/total-recall"
3 Memory preservation for Claude Code sessions. Use when approaching token limits, needing to /reset or /compact, switching between complex tasks, or preserving critical session state before context loss. Creates comprehensive memory dumps at /tmp/total-recall containing current state, decisions, artifacts, and next steps for seamless context restoration.
2026-01-05
admin-design.md
0
1 export admin-design
2 0futuresystems from "0futuresystems/future-water-systems"
3 Minimal, high-clarity admin UI design for this repo. Use when redesigning /admin pages (translation manager, dashboards, tables, forms), defining admin design tokens, or improving admin UX/keyboard workflows without changing core functionality.
2026-01-05
multi-tenant.md
0
1 export multi-tenant
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Multi-tenant architecture patterns including org_id claim management, JWT token structure with organization context, database isolation strategies for MongoDB and PostgreSQL, theme switching per organization, tenant provisioning workflows, data isolation patterns, and cross-tenant security. Activate for multi-tenancy implementation, tenant isolation, and organization-scoped data access.
2026-01-05
testing-patterns.md
0
1 export testing-patterns
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Test design patterns, best practices, and examples for comprehensive Solidity testing. Use when writing tests for smart contracts or improving test coverage.
2026-01-05
json-schema-faker.md
0
1 export json-schema-faker
2 arobida from "arobida/data-smith"
3 Generate realistic fake data from JSON schemas, producing 1-50 valid records that conform exactly to the schema. Use when creating sample datasets from schema definitions, populating test databases, or generating example API responses. Returns only valid JSON that passes schema validation.
2026-01-05
ruby-metaprogramming.md
0
1 export ruby-metaprogramming
2 conradbeach from "conradbeach/dotfiles"
3 Use when working with Ruby metaprogramming features including dynamic method definition, method_missing, class_eval, define_method, and reflection.
2026-01-05
framer.md
0
1 export framer
2 dylantarre from "dylantarre/design-system-skills"
3 Integrates design tokens with Framer for prototyping and production sites. Use when adding CSS custom properties to Framer projects, creating code components, or building Framer sites with design systems.
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
skill-creator.md
0
1 export skill-creator
2 swarm-agent from "swarm-agent/swarm"
3 Help create new custom skills for swarm. Use when the user wants to create, set up, or define a new skill, or asks about skills.
2026-01-05