Browse Skills

2258 skills found

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
vote-set.md
0
1 export vote-set
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Safe UI compatible multisig batch JSON to set veNFT votes. Use when the user wants to vote on gauges, allocate voting power to pools, or prepare vote transactions for a multisig wallet.
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
token-efficient-mcp-template.md
0
1 export token-efficient-mcp-template
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when creating token-efficient hook systems and MCP server architectures for web applications. Use for React/FastAPI, Django, Node.js projects that need smart caching, progressive context loading, and 95%+ token reduction. Essential for projects requiring monitoring, debugging, data analysis, and system health tools.
2026-01-05
global-validation.md
0
1 export global-validation
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Implement comprehensive input validation on both client and server sides, using allowlists over blocklists, sanitizing user input, and providing specific error messages to prevent security vulnerabilities. Use this skill when writing validation logic for forms, API endpoints, function parameters, or any user input. Use this skill when implementing server-side validation to ensure data integrity and security, adding client-side validation for immediate user feedback, or sanitizing input to prevent injection attacks. Use this skill when working with form components, API route handlers, data processing functions, or validation schemas. Use this skill when defining validation rules for data types, formats, ranges, required fields, or business logic constraints across all application entry points.
2026-01-05
fastapi-patterns.md
0
1 export fastapi-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically applies when creating FastAPI endpoints, routers, and API structures. Enforces best practices for endpoint definitions, dependency injection, error handling, and documentation.
2026-01-05
shelby-expert.md
0
1 export shelby-expert
2 MEDICALCOR from "MEDICALCOR/medicalcor-core"
3 Expert on Shelby Protocol decentralized blob storage on Aptos blockchain. Coordinates 7 specialized sub-skills covering protocol architecture, SDK usage, smart contracts, CLI tools, RPC infrastructure, dApp building, and storage integration. Triggers on keywords Shelby Protocol, Shelby storage, decentralized storage, Aptos storage, blob storage, Shelby.
2026-01-05
east-ui.md
0
1 export east-ui
2 elaraai from "elaraai/east-ui"
3 Type-safe UI component library for the East language. Use when writing East programs that define user interfaces with declarative components. Triggers for: (1) Writing East programs with @elaraai/east-ui, (2) Creating layouts with Box, Flex, Stack, Grid, (3) Forms with Input, Select, Checkbox, Switch, Slider, (4) Data display with Table, TreeView, DataList, Gantt, Planner, (5) Charts with Chart.Line, Chart.Bar, Chart.Area, Chart.Pie, Chart.Scatter, (6) Overlays with Dialog, Drawer, Popover, Menu, Tooltip, (7) State management with State.readTyped, State.writeTyped.
2026-01-05
ui-design-system.md
0
1 export ui-design-system
2 krazyuniks from "krazyuniks/guitar-tone-shootout"
3 Design tokens, visual patterns, and component styling for Guitar Tone Shootout. Use for UI decisions, colors, typography, and component design.
2026-01-05
frontend-responsive.md
0
1 export frontend-responsive
2 mshafei721 from "mshafei721/Turbocat"
3 Build mobile-first, responsive layouts with fluid grids, standard breakpoints, relative units, and touch-friendly design. Use this skill when creating or modifying layouts that need to work across different screen sizes. When working on responsive styles, breakpoint definitions, media queries, or mobile/tablet/desktop layouts. When using percentage-based widths, rem/em units, or viewport units. When ensuring touch targets are appropriately sized, typography is readable at all sizes, or content is prioritized for mobile screens.
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
backend-models.md
0
1 export backend-models
2 mshafei721 from "mshafei721/Turbocat"
3 Define database models and schemas with proper naming, data types, constraints, relationships, and indexing strategies. Use this skill when creating or modifying database models, entity definitions, or schema files. When working on files like models.py, models/*.ts, entities/*.ts, schema.prisma, or ORM model definitions. When defining table structures, setting up foreign key relationships, adding database constraints (NOT NULL, UNIQUE), choosing appropriate data types, or implementing model-level validation.
2026-01-05
ai-evaluation-suite.md
0
1 export ai-evaluation-suite
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive AI/LLM evaluation toolkit for production AI systems. Covers LLM output quality, prompt engineering, RAG evaluation, agent performance, hallucination detection, bias assessment, cost/token optimization, latency metrics, model comparison, and fine-tuning evaluation. Includes BLEU/ROUGE metrics, perplexity, F1 scores, LLM-as-judge patterns, and benchmarks like MMLU and HumanEval.
2026-01-05
supabase-jwt-auth.md
0
1 export supabase-jwt-auth
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement JWT custom claims authentication for Supabase to reduce API database queries. Use when building Next.js API routes that need user authentication and authorization (role, company_id, facility_id). Embeds user metadata into JWT tokens to eliminate 40% of database queries per API request. Triggers when implementing authentication in API routes, optimizing Supabase queries, or setting up user session management.
2026-01-05
toon-formatter.md
0
1 export toon-formatter
2 gounthar from "gounthar/bazel-riscv"
3 AGGRESSIVELY use TOON v2.0 format for biggish regular data (≥5 items, ≥60% uniform). Auto-applies to tables, logs, events, transactions, analytics, API responses, database results. Supports 3 array types (inline, tabular, expanded), 3 delimiters (comma, tab, pipe), key folding for nested objects. Triggers on structured data, arrays, repeated patterns. Use TOON by default when tokens matter - RAG pipelines, tool calls, agents, benchmarks. Keywords "data", "array", "list", "table", "log", "transaction", "metric", "analytics", "API", "database", "query", "TOON".
2026-01-05
kratos-proto-api.md
0
1 export kratos-proto-api
2 alecszaharia from "alecszaharia/brizy-microservices-go"
3 Generates protobuf API definitions for go-kratos microservices with HTTP annotations, validation rules, and OpenAPI documentation. Use when defining service contracts and APIs.
2026-01-05
api-client-generator.md
0
1 export api-client-generator
2 leobrival from "leobrival/topographic-studio-plugins"
3 Generate type-safe API clients from OpenAPI/Swagger specifications or API documentation. Use when users need to create TypeScript or Python API clients with Zod/Pydantic validation, retry logic, error handling, and proper typing. Supports REST APIs, generates from OpenAPI specs or manual endpoint definitions.
2026-01-05
snowtower-maintainer.md
0
1 export snowtower-maintainer
2 Database-Tycoon from "Database-Tycoon/SnowTower"
3 Maintains SnowTower project documentation, README, and Claude configuration. Use when updating documentation, auditing .claude folder contents, syncing README with actual project state, or reviewing agent/pattern definitions. Triggers on mentions of documentation, README, maintenance, or .claude folder updates.
2026-01-05
open-props.md
0
1 export open-props
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use Open Props CSS custom properties for consistent design tokens. Use when setting up design systems, choosing spacing/color values, or wanting battle-tested CSS variables without heavy dependencies.
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
android-qa-verification.md
0
1 export android-qa-verification
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill is used to verify Android features against acceptance criteria, catch regressions and define tests that reflect real device behaviour.
2026-01-05
custom-elements.md
0
1 export custom-elements
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Define and use custom HTML elements. Use when creating new components, defining custom tags, or using project-specific elements beyond standard HTML5.
2026-01-05
figma.md
0
1 export figma
2 AlexisLaporte from "AlexisLaporte/agent-helpers"
3 Figma design file integration. Use when user wants to access design tokens, export assets, read design specs, or automate design-to-code workflows.
2026-01-05