Browse Skills

4429 skills found

bun-expert.md
0
1 export bun-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive Bun runtime expertise covering all major features.Use when working with Bun projects, migrating from Node.js, or leveraging Bun-specific APIs.Activates for: Bun.serve, Bun.file, bun:test, bun:sqlite, bun install, bun build,bunfig.toml, TypeScript in Bun, package manager operations, bundler configuration,and Node.js compatibility questions.
2026-01-05
skill-creator-auto.md
0
1 export skill-creator-auto
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically designs, initializes, implements, validates, and packages new skills from a single high-level request. Use when the user gives a short, possibly vague description like "社内Redshift向けのSQLヘルパースキル作って" and wants a complete, production-ready .skill file generated with minimal manual intervention.
2026-01-05
rice-data-query.md
0
1 export rice-data-query
2 kerryback from "kerryback/mgmt638"
3 SQL expert for Rice Data Portal queries using DuckDB SQL. ALWAYS use this skill when data is requested from the Rice stock market database (tickers, prices, fundamentals, insider trades, valuation metrics, etc.). When users request monthly/weekly returns OR momentum, this skill automatically calculates BOTH metrics from end-of-month or end-of-week prices. Returns are expressed as decimals (not percentages). This ensures proper SQL generation, filename prompting, and multi-format file saving. Do NOT use this skill for analyzing local CSV/Parquet files that are already saved.
2026-01-05
julien-notion-github-enhance.md
0
1 export julien-notion-github-enhance
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enrich a Github [DB] entry with GitHub API metadata (description, stars, language, cover image). Use when user wants to populate a GitHub repo entry with live metadata, enhance github entry, or add github info.
2026-01-05
backend-api-development.md
0
1 export backend-api-development
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-rust"
3 Master backend development, API design, server architecture, database integration, authentication, microservices, and production patterns. Includes Node.js, GraphQL, Spring Boot, ASP.NET Core, and PHP frameworks.
2026-01-05
detect-n-plus-one.md
0
1 export detect-n-plus-one
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Detect N+1 query patterns in the codebase. Finds loops that contain database or API calls that should be batched. Works across all languages. Use when user asks to find performance issues or N+1 patterns.
2026-01-05
frontend-dev-guidelines.md
0
1 export frontend-dev-guidelines
2 Hieubkav from "Hieubkav/wincellarCloneBackend"
3 React/TypeScript development guidelines. Suspense, lazy loading, useSuspenseQuery, features directory, MUI v7, TanStack Router, performance optimization. USE WHEN creating components, pages, features, data fetching, styling, routing, or frontend work.
2026-01-05
fastapi-developer.md
0
1 export fastapi-developer
2 olehsvyrydov from "olehsvyrydov/AI-development-team"
3 [Extends backend-developer] Python FastAPI specialist. Use for FastAPI apps, async endpoints, Pydantic v2, SQLAlchemy async, dependency injection. Invoke alongside backend-developer for Python API projects.
2026-01-05
council-codereview.md
0
1 export council-codereview
2 kanlanc from "kanlanc/Claude-Code-Kanlanc-Marketplace"
3 Use for code review and quality feedback from both Codex and Gemini. Triggers on "council review code", "council code review", "have council review this", "get council feedback on code".
2026-01-05
datadog-cli.md
0
1 export datadog-cli
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability.
2026-01-05
docs-check.md
0
1 export docs-check
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyze git diff to identify code changes requiring documentation updates. Categorizes changes (database/schema, API endpoints, components, configuration, authentication) and suggests relevant documentation files to review. Use when: (1) After making code changes, (2) Before committing significant changes, (3) When adding new features or modifying APIs, (4) During PR preparation, (5) When working with database schemas, API routes, components, or configuration files, (6) To ensure documentation stays synchronized with code changes, (7) For documentation sync and maintenance, or (8) For pre-commit documentation checks. Triggers: check docs, docs check, documentation check, update docs, sync documentation, what docs need updating, check if docs are up to date, after code changes, before committing.
2026-01-05
dashboard.md
0
1 export dashboard
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create interactive analytics dashboards with React components from drizzle-cube/client. Use when building dashboards, configuring portlets, setting up grid layouts, or creating analytics UIs with drizzle-cube React components.
2026-01-05
telemetry-validator-agent.md
0
1 export telemetry-validator-agent
2 Kart-rc from "Kart-rc/dataobservability-agents"
3 AI-powered Telemetry Validator Agent that verifies instrumentation works in sandbox environments. Use when: (1) Validating OTel spans are emitted correctly, (2) Verifying correlation headers in Kafka messages, (3) Confirming OpenLineage events for data pipelines, (4) Generating validation evidence for merge approval. Triggers: "validate telemetry", "verify instrumentation", "check OTel spans", "validate correlation headers".
2026-01-05
sqlite-integration-for-beginners.md
0
1 export sqlite-integration-for-beginners
2 rubrical-studios from "rubrical-studios/process-docs"
3 Add SQLite database to Flask or Sinatra app with beginner-friendly code examples and teaching comments
2026-01-05
mongodb-find-queries.md
0
1 export mongodb-find-queries
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master MongoDB find queries with filters, projections, sorting, and pagination. Learn query operators, comparison, logical operators, and real-world query patterns. Use when retrieving data from MongoDB collections.
2026-01-05
mongodb-authentication.md
0
1 export mongodb-authentication
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-mongodb"
3 Master MongoDB authentication methods including SCRAM, X.509 certificates, LDAP, and Kerberos. Learn user creation, role assignment, and securing MongoDB deployments.
2026-01-05
testing.md
0
1 export testing
2 jhlee0409 from "jhlee0409/sidedish"
3 Writes tests using Vitest and Testing Library. Use when creating unit tests, API tests, component tests, or mocking Firebase/external services. Includes test patterns, assertions, and coverage targets.
2026-01-05
databases.md
0
1 export databases
2 htlabs-xyz from "htlabs-xyz/htlabs"
3 Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
2026-01-05
jelly-metabase-skill.md
0
1 export jelly-metabase-skill
2 dev-jelly from "dev-jelly/jelly-dotclaude"
3 Interact with Metabase analytics and BI platform for querying dashboards, retrieving card results, and exporting data. Activated when users mention "Metabase", "대시보드", ask about analytics dashboards, or need BI data exports.
2026-01-05
transaction-expert.md
0
1 export transaction-expert
2 ryu-qqq from "ryu-qqq/setof-commerce"
3 Transaction 경계 전문가. TransactionManager(단일 Port persist), ReadManager(단일 Query Port findBy/get),CommandFacade(2+ Manager persist* 조합), QueryFacade(2+ ReadManager fetch* 조합).@Transactional 메서드 단위 필수. @Component 사용. @Service 금지.
2026-01-05
planz.md
0
1 export planz
2 manmal from "manmal/planz"
3 Manage hierarchical project plans in SQLite. Tree-based structure with phases and tasks. Multiple output formats (text, JSON, XML, markdown).
2026-01-05
evaluator.md
0
1 export evaluator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Skill evaluation and telemetry framework. Collects anonymous usage data and feedback via GitHub Issues and Projects. Privacy-first, opt-in, transparent. Helps improve ClaudeShack skills based on real-world usage. Integrates with oracle and guardian.
2026-01-05
better-chatbot.md
0
1 export better-chatbot
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill provides project-specific coding conventions, architectural principles, repository structure standards, testing patterns, and contribution guidelines for the better-chatbot project (https://github.com/cgoinglove/better-chatbot). Use this skill when contributing to or working with better-chatbot to understand the design philosophy and ensure code follows established patterns.Includes: API architecture deep-dive, three-tier tool system (MCP/Workflow/Default), component design patterns, database repository patterns, architectural principles (progressive enhancement, defensive programming, streaming-first), practical templates for adding features (tools, routes, repositories).Use when: working in better-chatbot repository, contributing features/fixes, understanding architectural decisions, following server action validators, implementing tools/workflows, setting up Playwright tests, adding API routes, designing database queries, building UI components, handling multi-AI provider integrationKeywor
2026-01-05
duckdb-lakehouse.md
0
1 export duckdb-lakehouse
2 majiayu000 from "majiayu000/claude-skill-registry"
3 DuckDB data lakehouse development with Dagster orchestration and Apache Iceberg integrationfor floe-platform. Use when: (1) Building data pipelines with DuckDB as compute engine,(2) Configuring dbt-duckdb with Polaris plugin, (3) Reading/writing Iceberg tables viaPolaris catalog, (4) Creating Dagster assets with DuckDB, (5) Designing catalog-firstlakehouse architecture, (6) Connecting to REST catalogs with inline credentials.
2026-01-05