Browse Skills

4429 skills found

data-analyst-export.md
0
1 export data-analyst-export
2 takemi-ohama from "takemi-ohama/ai-agent-marketplace"
3 Export query results to various formats (CSV, JSON, Excel, Markdown tables) with proper formatting and headers. Use when saving analysis results to files.This skill provides data export utilities for multiple formats:- CSV: Comma-separated with headers, customizable delimiters- JSON: Structured data with pretty-print option- Excel: Multiple sheets, cell formatting, formulas- Markdown: Tables for documentationTriggers: "export data", "save results", "output CSV", "output JSON", "output Excel", "データ出力", "結果保存", "エクスポート"
2026-01-05
redis-patterns.md
0
1 export redis-patterns
2 Barnhardt-Enterprises-Inc from "Barnhardt-Enterprises-Inc/quetrex-claude"
3 Upstash Redis patterns for caching and rate limiting.
2026-01-05
test-generator.md
0
1 export test-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Vitest test files for the dealflow-network project with proper setup, teardown, database patterns, and assertion styles. Use when creating tests for new features, database operations, or API endpoints.
2026-01-05
pinpoint-security.md
0
1 export pinpoint-security
2 timothyfroehlich from "timothyfroehlich/PinPoint"
3 Security patterns, CSP nonces, input validation, auth checks, Supabase SSR patterns. Use when implementing authentication, forms, security features, or when user mentions security/validation/auth.
2026-01-05
migration-patterns.md
0
1 export migration-patterns
2 rubrical-studios from "rubrical-studios/process-docs"
3 Guide developers through database migration best practices including versioning, rollbacks, and zero-downtime strategies
2026-01-05
notion.md
0
1 export notion
2 AlexisLaporte from "AlexisLaporte/agent-helpers"
3 Notion workspace integration. Use when user wants to read/write Notion pages, search databases, create tasks, or sync content with Notion.
2026-01-05
worldcrafter-test-generator.md
0
1 export worldcrafter-test-generator
2 hopeoverture from "hopeoverture/worldcrafter-v2"
3 Generate comprehensive tests following three-layer pyramid - unit (Vitest), integration (real database), E2E (Playwright). Use when user needs "add tests", "improve coverage", "test [feature]", "write E2E tests", "generate test factory", or mentions testing auth, forms, database, AI features, visualizations, real-time collaboration, performance, accessibility, or import/export. Provides templates and patterns for 80%+ coverage including AI mocking, chart testing, WebSocket testing, and Page Object Models. Do NOT use when building new features (use worldcrafter-feature-builder which includes tests), database-only changes (use worldcrafter-database-setup), or simple routes (use worldcrafter-route-creator).
2026-01-05
memory-recall.md
0
1 export memory-recall
2 gaurangrshah from "gaurangrshah/gsc-plugins"
3 Query the worklog database for context, knowledge, errors, and history
2026-01-05
add-backend-testing.md
0
1 export add-backend-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Add backend integration testing with Vitest to an existing app. Sets up isolated test database schema and writes tests for tRPC routers.
2026-01-05
supabase-prisma-database-management.md
0
1 export supabase-prisma-database-management
2 hopeoverture from "hopeoverture/worldbuilding-app-skills"
3 This skill should be used when managing database schema, migrations, and seed data using Prisma ORM with Supabase PostgreSQL. Apply when setting up Prisma with Supabase, creating migrations, seeding data, configuring shadow database for migration preview, adding schema validation to CI, or managing database changes across environments.
2026-01-05
uxui-designer.md
0
1 export uxui-designer
2 garbray from "garbray/claude-config"
3 Excellent UX/UI Designer and critical thinker who translates product owner outputs into clear, elegant user experiences. Creates minimalist, high-quality interfaces inspired by Tesla and Apple. Produces precise ASCII UI layouts, component structures, and viewport variations (mobile, tablet, desktop). Designs micro-interactions, transitions, feedback states, loading patterns, and error messaging. Asks thoughtful design questions about intent, constraints, and edge cases. Welcomes feedback and iterates quickly. Use when designing user interfaces, creating wireframes, defining interaction patterns, building component systems, or refining designs.
2026-01-05
sikhaid-data.md
0
1 export sikhaid-data
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when working with data, state management, Firebase, or Firestore in SikhAid project. Covers Svelte stores, data flow patterns, Firebase initialization, Firestore CRUD operations, and data types.
2026-01-05
docker.md
0
1 export docker
2 Takashi-Matsumura from "Takashi-Matsumura/box-frame"
3 Docker Composeでの本番デプロイ、PostgreSQL設定、LDAP認証設定。本番環境構築、デプロイ作業時に使用。
2026-01-05
supabase-operations.md
0
1 export supabase-operations
2 elevanaltd from "elevanaltd/hestai-core"
3 Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on: migration validation, RLS patterns, Supabase benchmarks, ADR-003, database state tracking, schema governance.
2026-01-05
bloodbank-event-publisher.md
0
1 export bloodbank-event-publisher
2 delorenj from "delorenj/bloodbank"
3 Complete guide for creating, publishing, and consuming events in the DeLoNET home network's 33GOD agentic developer pipeline. Built on RabbitMQ with strict type safety via Pydantic, async Python (aio-pika), FastAPI, and Redis-backed correlation tracking. Features modular event architecture with domain-based organization and auto-discovery registry. This skill is REQUIRED for any work involving the home network event bus.
2026-01-05
active-directory.md
0
1 export active-directory
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Query and manage Active Directory: users, groups, computers, OUs, GPO status. Use when user asks about AD objects or domain information.
2026-01-05
rails-backend-guidelines.md
0
1 export rails-backend-guidelines
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Rails backend development guidelines for building maintainable Ruby on Rails applications. Use when creating controllers, models, services, concerns, routes, or working with ActiveRecord, background jobs, Action Cable, validations, and Rails conventions. Covers MVC architecture, service objects, RESTful routing, database patterns, and Rails best practices.
2026-01-05
supabase-rls-policy-generator.md
0
1 export supabase-rls-policy-generator
2 hopeoverture from "hopeoverture/worldbuilding-app-skills"
3 This skill should be used when the user requests to generate, create, or add Row-Level Security (RLS) policies for Supabase databases in multi-tenant or role-based applications. It generates comprehensive RLS policies using auth.uid(), auth.jwt() claims, and role-based access patterns. Trigger terms include RLS, row level security, supabase security, generate policies, auth policies, multi-tenant security, role-based access, database security policies, supabase permissions, tenant isolation.
2026-01-05
typescript-default-lib.md
0
1 export typescript-default-lib
2 shaowei-g from "shaowei-g/codex-skills"
3 Install a default set of commonly used libraries when initializing a new TypeScript Node.js project (or retrofitting an existing one). Use when a user asks to "create a TypeScript project" and wants the standard dependencies installed (p-map, p-retry, luxon, lodash-es, winston, prisma + @prisma/client, ioredis, express, dotenv) plus common tooling (rimraf, tsc-alias) with optional @types packages and Prisma init.
2026-01-05
daily-reporter.md
0
1 export daily-reporter
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate comprehensive daily status reports after solving AoC puzzles. Documents success/failure, challenges faced, retry attempts, execution time, and insights for workflow tuning. Use after completing each day's puzzle to provide developer feedback on automation effectiveness.
2026-01-05
gcp-bq-data-loading.md
0
1 export gcp-bq-data-loading
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when loading data into BigQuery from CSV, JSON, Avro, Parquet files, Cloud Storage, or local files. Covers bq load command, source formats, schema detection, incremental loading, and handling parsing errors.
2026-01-05
fullstack-ai-engineering.md
0
1 export fullstack-ai-engineering
2 syedaadamahmad from "syedaadamahmad/tripsaverbackendmainchat"
3 A comprehensive, long-horizon skill for designing, coding, debugging, and scaling AI-integrated systems — including Python backends, React frontends, RAG pipelines, vector databases, and tool orchestration. Ensures production-grade quality and consistency across every code and architecture decision.
2026-01-05
supabase-db.md
0
1 export supabase-db
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Implements Supabase PostgreSQL database with JavaScript client, Row Level Security, real-time subscriptions, and edge functions. Use when building apps with Supabase, implementing RLS policies, or needing real-time database features.
2026-01-05
couchdb-client.md
0
1 export couchdb-client
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Obsidian LiveSync の CouchDbClient の構造と使用方法を説明します。CouchDbRepository トレイトの実装方法、HTTP プロキシパターン(forward_request)、longpoll リクエストの処理、メトリクス収集、ヘルスチェックの実装を理解・拡張する際に使用します。CouchDB 関連の機能追加、トラブルシューティング、パフォーマンス改善を依頼されたときに使用してください。
2026-01-05