Browse Skills
4429 skills found
sandbox-architect.md
0
1
export
sandbox-architect
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyze codebases to generate optimal Claude Code Sandbox configurations. Use this skill when users need to set up sandbox security settings for their projects. This skill should be triggered when users ask about sandbox configuration, security settings, or when setting up Claude Code for a new project. It analyzes the codebase stack (Node.js, Python, Rust, Go, PHP, etc.), detects dependencies, and generates appropriate sandbox and permission settings through an interactive Q&A process.
2026-01-05
nosql-databases.md
0
1
export
nosql-databases
2
from
"pluginagentmarketplace/custom-plugin-data-engineer"
from
"pluginagentmarketplace/custom-plugin-data-engineer"
3
MongoDB, Redis, Cassandra, DynamoDB, and key-value store expertise
2026-01-05
supabase-typed-query.md
0
1
export
supabase-typed-query
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Help developers use supabase-typed-query for type-safe Supabase queries. Use this skill when building queries with the Query API, working with Entity/PartitionedEntity patterns, handling TaskOutcome errors, or implementing soft deletes and multi-tenancy.
2026-01-05
postgres-neon-connection-and-migrations.md
0
1
export
postgres-neon-connection-and-migrations
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Standard patterns for connecting applications to Neon Postgres and managing schema changes via migrations (Alembic / SQLModel / SQLAlchemy), with attention to serverless connection behaviour.
2026-01-05
session-management-ssg-ssr.md
0
1
export
session-management-ssg-ssr
2
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
3
Expert skill for implementing session management in SSG (Static Site Generation) and SSR (Server-Side Rendering) contexts. Covers stateless authentication with JWT, database session management, client-side session handling, and security best practices for different rendering strategies. Use when implementing session management in static sites (SSG), handling authentication in server-side rendered applications (SSR), or implementing stateless authentication with JWT tokens.
2026-01-05
svelte-remote-functions.md
0
1
export
svelte-remote-functions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for SvelteKit Remote Functions. Use this skill by default for all SvelteKit projects doing type-safe client-server communication with query (data fetching), form (progressive enhancement), command (imperative actions), or data invalidation/refresh patterns.
2026-01-05
chat-card-skill.md
0
1
export
chat-card-skill
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate inline chat cards using DaisyUI components for user interactions. Use when creating interactive UI elements within a chat interface that require user input, confirmation, or selection. Supports affirmative/negative responses, multiple choice (radio), multiple select (checkbox), and content preview with feedback patterns.
2026-01-05
cryptotribes-game-logic-developer.md
0
1
export
cryptotribes-game-logic-developer
2
from
"provnuk88/cryptotribes"
from
"provnuk88/cryptotribes"
3
Develop and balance game mechanics for CryptoTribes - battles, territories, units, tribes, resources, and real-time systems. Use when implementing gameplay features, balancing formulas, testing game logic, or working with MongoDB schemas. Triggers on "game logic", "battle system", "balance", "territories", "units", "tribes".
2026-01-05
filters-building.md
0
1
export
filters-building
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Building table filters with query parameters, model search, and supported query patterns
2026-01-05
oni-calculator.md
0
1
export
oni-calculator
2
from
"lawless-m/StinkySpy"
from
"lawless-m/StinkySpy"
3
Oxygen Not Included production chain calculator with SQLite database extracted from decompiled game source
2026-01-05
worklog.md
0
1
export
worklog
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Track billable hours for clients. This skill should be used when the user requests to log work hours, record time spent on client projects, view worklog entries, calculate total billable hours, or summarize recent work. Automatically prompts for missing information (client, hours, description) and validates client names against the invoice skill's client database.
2026-01-05
code-consistency-validator.md
0
1
export
code-consistency-validator
2
from
"BarisSozen/claude"
from
"BarisSozen/claude"
3
Validates type consistency across Rust, TypeScript, PostgreSQL boundaries. Use when reviewing code, debugging type mismatches, or validating API contracts. Triggers on: check consistency, validate types, find mismatches, cross-language.
2026-01-05
sql-pro.md
0
1
export
sql-pro
2
from
"kamushadenes/nix"
from
"kamushadenes/nix"
3
Senior SQL developer for query optimization and complex patterns. Use for PostgreSQL, MySQL, SQL Server.
2026-01-05
kumo-query-module.md
0
1
export
kumo-query-module
2
from
"kumokuenchan/Kumo"
from
"kumokuenchan/Kumo"
3
Expert assistant for Kumo's Query Module (src/features/query). Use when working with SQL Editor, Monaco editor integration, query execution, result grids, tabs management, AI features, or any query-related components. Provides architecture patterns, component APIs, hooks, utilities, and examples.
2026-01-05
activity-grid.md
0
1
export
activity-grid
2
from
"cliftonc/drizzle-cube-skills"
from
"cliftonc/drizzle-cube-skills"
3
Configure activity grid heatmaps in drizzle-cube dashboards for GitHub-style contribution visualizations. Use when creating activity grids, heatmaps, contribution calendars, or daily activity patterns.
2026-01-05
databases.md
0
1
export
databases
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
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
database-reset-staging.md
0
1
export
database-reset-staging
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Resets staging database with full schema drop. Use for schema changes or migrations. SINGLE SOURCE OF TRUTH for staging database reset automation.
2026-01-05
test-data-seeding.md
0
1
export
test-data-seeding
2
from
"MUmerRazzaq/fast-next-todo"
from
"MUmerRazzaq/fast-next-todo"
3
A skill for generating and seeding realistic test data into a database. Use this skill for tasks related to database seeding, test data generation, and populating a database for development, testing, or demo purposes. It supports idempotent seeding, relationship data generation (e.g., users and their tasks), and environment-specific data sets (dev, test, demo). Triggers: "seed database", "generate test data", "populate db", "database seeding".
2026-01-05
payload-migration-workflow.md
0
1
export
payload-migration-workflow
2
from
"ynotradio/site"
from
"ynotradio/site"
3
Guide for migrating from PHP/MySQL to Payload CMS with PostgreSQL. Use when working on migration tasks, understanding data models, or implementing Payload collections. Covers migration strategy, architecture decisions, and step-by-step tasks for the Y-Not Radio site migration.
2026-01-05
ef-core.md
0
1
export
ef-core
2
from
"manx/PomodoroTimeTracker"
from
"manx/PomodoroTimeTracker"
3
Entity Framework Core patterns for the Pomodoro Time Tracker. Activates for migrations, database operations, entity configuration, or repository work.
2026-01-05
db-user.md
0
1
export
db-user
2
from
"SeSiTing/siti-claude-marketplace"
from
"SeSiTing/siti-claude-marketplace"
3
查询租户和组织信息(v3_user数据库)。使用 exec_sql 工具执行查询。
2026-01-05
query-weather.md
0
1
export
query-weather
2
from
"unix2dos/skills"
from
"unix2dos/skills"
3
Retrieve current weather and forecast for a specific location. Use this skill when the user asks for weather information.
2026-01-05
technical-design-document.md
0
1
export
technical-design-document
2
from
"michaeldiestelberg/The-AI-enabled-Product-Builder"
from
"michaeldiestelberg/The-AI-enabled-Product-Builder"
3
Creates a detailed technical design document from a product opportunity through collaborative workshopping. Use this when the user wants to create a technical spec, design document, or needs to plan a new feature or project through an interactive process with discovery, alternatives exploration, and iterative feedback before finalizing.
2026-01-05
window-function-builder.md
0
1
export
window-function-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Эксперт SQL window functions. Используй для аналитических запросов, OVER clauses и ranking functions.
2026-01-05