Browse Skills

2258 skills found

config-validator.md
0
1 export config-validator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate wavecapsdr.yaml configuration files for syntax errors, schema violations, and logical inconsistencies. Use when editing config, troubleshooting startup failures, or verifying recipe/preset definitions before deployment.
2026-01-05
global-validation.md
0
1 export global-validation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement comprehensive validation using Zod schemas for type-safe validation on both client and server, with server-side validation as the security boundary (never trust client input). Use this skill when validating user inputs, creating API endpoints that accept data, implementing forms, defining data schemas, validating file uploads, creating validation middleware, implementing Firestore security rules or Supabase RLS, or writing validation rules for any user-provided data. Apply when working on API route handlers, form components with React Hook Form, validation middleware, Zod schema definitions (schemas/*.ts, validation/*.ts), Firestore security rules (firestore.rules), Supabase RLS policies, or any code that accepts external input. This skill ensures server-side validation always (client-side is for UX only), Zod for schema validation with TypeScript type inference (z.infer<typeof schema>), validation middleware factory for Express/Bun APIs, React Hook Form + zodResolver for forms, user-friendly error
2026-01-05
requirements-defining.md
0
1 export requirements-defining
2 majiayu000 from "majiayu000/claude-skill-registry"
3 EARS記法を用いた要件定義書(requirements.md)を作成・編集します。ユーザーストーリーの作成、受入基準の定義、非機能要件の整理が必要な場合に使用してください。
2026-01-05
task-management.md
0
1 export task-management
2 hhk7734 from "hhk7734/hhk7734"
3 A comprehensive framework for high-performance engineering management and task execution. It guides users through reducing ambiguity, defining "Done," choosing the optimal leadership positioning, and managing risks via implication-based communication.
2026-01-05
software-product-manager.md
0
1 export software-product-manager
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert software product manager who works directly with stakeholders to understand their needs and create comprehensive product specifications. Use when users need help designing software, defining requirements, creating PRDs, writing user stories, or developing functional specifications. Guides product management aspects of software development, asks clarifying questions, uncovers unstated preferences and assumptions, determines happy paths and error handling, and creates documentation understandable to both stakeholders and engineers.
2026-01-05
utopia-container-queries.md
0
1 export utopia-container-queries
2 matthewharwood from "matthewharwood/fantasy-phonics"
3 Container query setup required for this project's cqi-based fluid scales. The type and space tokens use cqi units which need container-type declarations to function.
2026-01-05
rivers.md
0
1 export rivers
2 stillsame2016 from "stillsame2016/deep-wenokn"
3 Use this skill for the requests related to the geometry definitions of rivers in USA; it provides a way to get the geometries of rivers as a GeoDataframe.
2026-01-05
broker-order-limitations.md
0
1 export broker-order-limitations
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 Alpaca broker limitations: crypto shorts blocked (broker doesn't support), stock shorts allowed. Trigger when: (1) shorting gate blocks wrong assets, (2) SELL signals blocked, (3) order type confusion.
2026-01-05
design-system-architecture.md
0
1 export design-system-architecture
2 frankxai from "frankxai/arcanea"
3 Build consistent, scalable design systems with proper token architecture
2026-01-05
documentation-improvement-workflow.md
0
1 export documentation-improvement-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Systematically improve documentation quality from 7/10 → 9/10 using assessment checklists and transformation patterns. Use when documentation exists but lacks Quick Start, clear prerequisites, or working examples. Optimized for crypto/trading data projects.
2026-01-05
secure-storage-patterns.md
0
1 export secure-storage-patterns
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 expo-secure-store patterns for sensitive data. Use when storing tokens and credentials.
2026-01-05
installation-token-generation.md
0
1 export installation-token-generation
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Generate short-lived installation tokens from GitHub App credentials with actions/create-github-app-token. Organization-scoped and repository-scoped patterns for automated cross-repo workflows.
2026-01-05
feature-specification.md
0
1 export feature-specification
2 Z1-Test from "Z1-Test/temp-rajan-s2"
3 Produces a structured, experience-first feature specification following a docs-first approach. Use when defining or refining a single product feature's lifecycle and outcomes.
2026-01-05
change-contract-generator.md
0
1 export change-contract-generator
2 richhaase from "richhaase/skillz"
3 Conducts structured interviews to produce Change Contracts - definitions of done expressed in terms of behavior, constraints, operability, and acceptance criteria. Use when externalizing intent for work to be delegated to AI agents, when defining requirements without implementation details, or when asked to create a change contract.
2026-01-05
backend-models.md
0
1 export backend-models
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Define and structure database models with proper data types, relationships, constraints, and validation following ORM best practices. Use this skill when creating or modifying database model classes, ORM entities, schema definitions, or data model files. Use this skill when working with SQLAlchemy models, Django models, ActiveRecord models, Prisma schemas, TypeORM entities, or Sequelize models. Use this skill when defining table schemas, establishing relationships (one-to-many, many-to-many), implementing model validation, adding timestamps and soft deletes, or configuring cascade behaviors. Use this skill when working with files in models/, entities/, schemas/, or orm/ directories that define database table structures and business logic.
2026-01-05
code-executor.md
0
1 export code-executor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Efficiently compose multiple MCP tool operations by launching a subagent that writes and executes TypeScript or Python code. Use when you need to compose 3+ MCP tool calls, process their results together, implement complex logic, or avoid token overhead from loading many MCP tool schemas into main context. The subagent has MCP servers configured and writes code that calls tools dynamically.
2026-01-05
spec.md
0
1 export spec
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create traceable specifications from architecture. Use after architecture is approved to define invariants, edge cases, and acceptance criteria.
2026-01-05
quality-gates.md
0
1 export quality-gates
2 CheekyCodexConjurer from "CheekyCodexConjurer/quant-lab"
3 Enforce Definition of Done checks from QUALITY_GATES.md.
2026-01-05
supabase-clerk-sync.md
0
1 export supabase-clerk-sync
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Clerk and Supabase integration patterns for user sync, JWT authentication, and RLS policies. Use when integrating Clerk authentication with Supabase, syncing user data between platforms, configuring RLS with Clerk JWT tokens, setting up webhooks for user events, implementing secure database access with Clerk identity, or when user mentions Clerk Supabase sync, user synchronization, JWT RLS, authentication webhooks, or database user management.
2026-01-05
ux-color-system.md
0
1 export ux-color-system
2 matthewharwood from "matthewharwood/fantasy-phonics"
3 Fantasy-themed color tokens and semantic color usage. Use when applying colors, creating themes, or ensuring color accessibility. Covers surface/text relationships, state colors, and dark theme patterns. (project)
2026-01-05
encrypt-decrypt-backup.md
0
1 export encrypt-decrypt-backup
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Encrypt and decrypt BSV backup files (.bep format) using the bitcoin-backup CLI. Supports all backup types (BAP identity, wallet, ordinals, vault). Uses Flow's FLOW_BACKUP_PASSPHRASE and stores files in /.flow/.bsv/ following Flow's BSV convention.
2026-01-05
symbol-selection-asset-filters.md
0
1 export symbol-selection-asset-filters
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 Fix symbol selection failing due to asset-type filter mismatch. Trigger when: (1) '0/N passed hard filter' error, (2) crypto selection fails unexpectedly, (3) assets filtered by wrong price/volume thresholds.
2026-01-05
figma-design-extraction.md
0
1 export figma-design-extraction
2 phananhtuan09 from "phananhtuan09/ai-agent-workflow"
3 Complete Figma design extraction for pixel-perfect implementation.Extracts design tokens, component specs, layouts, and responsive behavior systematically.Use when user provides Figma design:- Figma URL or file link provided- User mentions "Figma", "design file", "mockup", or "design system"- During /create-plan phase when design needs extraction- User says "extract from Figma" or references Figma linkExtract systematically:- Design tokens: ALL colors (hex + usage), typography (sizes, weights, line heights), spacing scale, border radius, shadows, opacity values- Components: ALL states (default, hover, active, focus, disabled, loading, error), ALL variants (size/style/intent), exact dimensions, spacing, visual properties- Layouts: page structure, grid systems (columns, gutters), component hierarchy- Responsive: mobile/tablet/desktop differences explicitly documented- Assets: icons (names, sizes), images (dimensions, alt text), illustrationsGoal: Extract ONCE completely during planning phase
2026-01-05
ngx-design-system.md
0
1 export ngx-design-system
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Premium dark mode design system for NGX Genesis. Use when creating web interfaces, landing pages, dashboards, React components, or any UI for the NGX ecosystem. Includes color tokens, glassmorphism effects, neon glow buttons, depth cards, and all brand visual effects. The style is 80% effects and 20% colors - requires transparencies, backdrop-blur, multiple shadows, and subtle gradients.
2026-01-05