Browse Skills

2258 skills found

drizzle-orm-d1.md
0
1 export drizzle-orm-d1
2 jackspace from "jackspace/ClaudeSkillz"
3 Type-safe ORM for Cloudflare D1 databases using Drizzle. This skill provides comprehensivepatterns for schema definition, migrations management, type-safe queries, relations, andCloudflare Workers integration.Use when: building D1 database schemas, writing type-safe SQL queries, managing databasemigrations with Drizzle Kit, defining table relations, implementing prepared statements,using D1 batch API for transactions, or encountering "D1_ERROR", transaction errors,foreign key constraint failures, migration apply errors, or schema inference issues.Prevents 12 documented issues: D1 transaction errors (SQL BEGIN not supported), foreign keyconstraint failures during migrations, module import errors with Wrangler, D1 binding not found,migration apply failures, schema TypeScript inference errors, prepared statement caching issues,transaction rollback patterns, TypeScript strict mode errors, drizzle.config.ts not found,remote vs local database confusion, and wrangler.toml vs wrangler.jsonc mixing.Keyw
2026-01-05
security.md
0
1 export security
2 YosrBennagra from "YosrBennagra/3SC"
3 Apply security practices for the .NET 8 WPF widget host app: authN/authZ, secrets, encryption at rest, and secure local storage. Use when handling credentials, tokens, user data, or integrating identity providers.
2026-01-05
moai-library-toon.md
0
1 export moai-library-toon
2 majiayu000 from "majiayu000/claude-skill-registry"
3 TOON Format Specialist - Token-efficient data encoding for LLM communication optimized per TOON Spec v2.0
2026-01-05
design-system-implementation.md
0
1 export design-system-implementation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build or update frontend components and pages that strictly adhere to the project design system defined in design/design-system.json (and design/design.json when present).
2026-01-05
jelly-mixpanel-schema-skill.md
0
1 export jelly-mixpanel-schema-skill
2 dev-jelly from "dev-jelly/jelly-dotclaude"
3 Create and validate Mixpanel event schemas in YAML format. Generate type-safe event definitions for multiple platforms (TypeScript, Kotlin, Swift). Activated when defining Mixpanel events, creating event schemas, or generating tracking code.
2026-01-05
database.md
0
1 export database
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Database operation rules (SeaORM, migrations, transaction rules, PostgreSQL). Use when working with database, creating migrations, using SeaORM, asking about DB operations, schema changes, queries, or entity definitions.
2026-01-05
create-blueprint.md
0
1 export create-blueprint
2 keremk from "keremk/renku"
3 Create Renku blueprints for video generation workflows. Use when users want to define custom video generation pipelines, compose producers into workflows, or create new blueprint YAML files.
2026-01-05
toon-formatter.md
0
1 export toon-formatter
2 MEDICALCOR from "MEDICALCOR/medicalcor-core"
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
styling.md
0
1 export styling
2 Higashi-Kota from "Higashi-Kota/video-parapara"
3 Modern CSS styling methodology prioritizing CSS Grid over Flexbox.Covers Grid layout patterns, Subgrid, Container Queries, Design Tokens, and maintainable CSS architecture.Reference for implementing scalable, responsive layouts with predictable behavior.
2026-01-05
skill-builder.md
0
1 export skill-builder
2 jumski from "jumski/dotfiles"
3 Use when user asks to "create a skill", "build a skill", or "design a skill". Guides through requirements, solution design, and implementation of token-efficient Claude Code skills.
2026-01-05
svg-theme-system.md
0
1 export svg-theme-system
2 metabench from "metabench/copilot-dl-news"
3 Use when you need SVGs with selectable/customisable appearance: multiple palettes (WLILO / Obsidian / light), consistent typography, and repeatable agent-friendly pipelines. Triggers: svg theme, tokens, palette, WLILO, obsidian, design system, dark mode, diagram styling.
2026-01-05
course-strategy.md
0
1 export course-strategy
2 webmasterarbez from "webmasterarbez/course-os"
3 Use for Phase 4 of Course OS - defining transformation promise, learning outcomes aligned with Bloom's Taxonomy, course format, and Kirkpatrick-aligned success metrics. Triggers on "/course-strategy", "define outcomes", "course format", "learning objectives", or after completing Phase 3.
2026-01-05
prepare-docs.md
0
1 export prepare-docs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when user requests automated documentation preparation. Triggers include:- Korean: "문서 준비해줘", "문서화 준비", "문서 요구사항 작성", "자동 문서화 준비"- English: "prepare documentation", "setup doc requirements", "prepare for automated docs"- Context: User wants to prepare all requirements for automated documentation generationThis skill discovers sources, defines structure, and saves complete requirements to filefor use with write-docs skill (automated generation).
2026-01-05
video-coder.md
0
1 export video-coder
2 outscal from "outscal/test_release"
3 Expert React video scene component creator for educational content. Builds production-grade, visually distinctive components using framer-motion animations, pixel-precise positioning, and optimized performance patterns. Follows strict component format with React.memo, threshold-based state updates, and module-level definitions. Outputs self-contained TSX components with proper timing sync, 60fps performance, and comprehensive reference-based implementation.
2026-01-05
token-cost-tracking.md
0
1 export token-cost-tracking
2 coditect-ai from "coditect-ai/coditect-dev-generative-ui-development"
3 Token usage and cost tracking with model-specific pricing for monitoring and optimizing AI token consumption. Use when tracking sessions, calculating costs, analyzing efficiency, or budget planning.
2026-01-05
sqlalchemy-postgres.md
0
1 export sqlalchemy-postgres
2 cfircoo from "cfircoo/claude-code-toolkit"
3 Expert guidance for SQLAlchemy 2.0 + Pydantic + PostgreSQL. Use when setting up database layers, defining models, creating migrations, or any database-related work. Automatically activated for DB tasks.
2026-01-05
nuxthub.md
0
1 export nuxthub
2 onmax from "onmax/claude-config"
3 Use when building NuxtHub v0.10 applications - provides database (Drizzle ORM with sqlite/postgresql/mysql), KV storage, blob storage, and cache APIs. Covers configuration, schema definition, migrations, multi-cloud deployment (Cloudflare, Vercel), and the new hub:db, hub:kv, hub:blob virtual module imports.
2026-01-05
expo-api-audit.md
0
1 export expo-api-audit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive audit of Expo/React Native app API integration layer. Use when asked to: (1) Review API interactions, auth handling, or token management, (2) Find hardcoded data or screens bypassing API, (3) Verify user interactions properly sync to backend, (4) Analyze offline behavior and caching, (5) Audit Orval/OpenAPI code generation, (6) Check for API security issues. Supports TanStack Query, Zustand, axios, Expo Router, expo-secure-store, and expo-constants patterns.
2026-01-05
defining-stories.md
0
1 export defining-stories
2 kecbigmt from "kecbigmt/cc-plugins"
3 Guides creation of user stories and epic design documents. Use when defining new features, writing Given-When-Then criteria, creating story logs, or designing larger features that need scope definition.
2026-01-05
secretary.md
0
1 export secretary
2 shabaraba from "shabaraba/shabaraba-cc-plugins"
3 Core orchestration skill for the Claude Organization. Manages async sub-agents, worktrees, daily logs, and context handoff. This skill defines how the main Claude Code instance operates as Secretary to the CEO.
2026-01-05
requirements-specification.md
0
1 export requirements-specification
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-product-manager"
3 Master requirements gathering, user story writing, acceptance criteria definition, and scope management. Transform insights into clear, actionable specifications.
2026-01-05
ai-multimodal.md
0
1 export ai-multimodal
2 htlabs-xyz from "htlabs-xyz/htlabs"
3 Process and generate multimedia content using Google Gemini API. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (captioning, object detection, OCR, visual Q&A, segmentation), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image, editing, composition, refinement). Use when working with audio/video files, analyzing images or screenshots, processing PDF documents, extracting structured data from media, creating images from text prompts, or implementing multimodal AI features. Supports multiple models (Gemini 2.5/2.0) with context windows up to 2M tokens.
2026-01-05
blockchain-captain.md
0
1 export blockchain-captain
2 Claymore-Q from "Claymore-Q/SAVVY"
3 Blockchain Captain - Smart contracts, DeFi, Web3, and decentralized systems specialist
2026-01-05
fastapi-auth-patterns.md
0
1 export fastapi-auth-patterns
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Implement and validate FastAPI authentication strategies including JWT tokens, OAuth2 password flows, OAuth2 scopes for permissions, and Supabase integration. Use when implementing authentication, securing endpoints, handling user login/signup, managing permissions, integrating OAuth providers, or when user mentions JWT, OAuth2, Supabase auth, protected routes, access control, role-based permissions, or authentication errors.
2026-01-05