Browse Skills

4429 skills found

database-advanced-optimization.md
11
1 export database-advanced-optimization
2 williamzujkowski from "williamzujkowski/standards"
3 Use SQL (PostgreSQL) when:
2026-01-05
generating-swift-package-docs.md
11
1 export generating-swift-package-docs
2 czottmann from "czottmann/claude-code-stuff"
3 Use when encountering unfamiliar import statements; when exploring a dependency's API; when user asks "what's import X?", "what does import X do?", or about package documentation. - Generates comprehensive API documentation for Swift package dependencies on-demand. This skill helps you quickly obtain documentation for packages used in Xcode projects when you encounter unfamiliar module imports. Automatically resolves modules to packages and caches documentation for reuse. This is the primary tool for understanding individual `import` statements.
2026-01-05
tidbx.md
11
1 export tidbx
2 pingcap from "pingcap/agenticstore"
3 Manage TiDB Cloud resources via the ticloud CLI. Use when creating, deleting, or listing TiDB Cloud clusters/branches, managing SQL users, or importing/exporting data via ticloud.
2026-01-05
skill-customizer.md
11
1 export skill-customizer
2 nemori-ai from "nemori-ai/skills"
3 Customize existing skills through iterative improvement based on user feedback and preferences. Use when users want to personalize a skill to match their specific workflow, output preferences, domain requirements, or company standards by forking and iteratively refining an existing skill.
2026-01-05
codex-code-review.md
11
1 export codex-code-review
2 tyrchen from "tyrchen/claude-skills"
3 Perform comprehensive code reviews using OpenAI Codex CLI. This skill should be used when users request code reviews, want to analyze diffs/PRs, need security audits, performance analysis, or want automated code quality feedback. Supports reviewing staged changes, specific files, entire directories, or git diffs.
2026-01-05
code-review-helper.md
11
1 export code-review-helper
2 gptme from "gptme/gptme-contrib"
3 Systematic code review workflows with bundled utilities for analyzing code quality, detecting patterns, and providing structured feedback. Use this skill when reviewing pull requests or conducting code audits.
2026-01-05
integration-testing.md
11
1 export integration-testing
2 williamzujkowski from "williamzujkowski/standards"
3 Integration testing standards for API testing, database testing, and service-to-service communication. Covers test containers, Docker Compose, API mocking, and contract testing for reliable integration suites.
2026-01-05
agent-database-administrator.md
10
1 export agent-database-administrator
2 Tony363 from "Tony363/SuperClaude"
3 Expert database administrator specializing in high-availability systems, performance optimization, and disaster recovery. Masters PostgreSQL, MySQL, MongoDB, and Redis with focus on reliability, scalability, and operational excellence.
2026-01-05
data-systems-architecture.md
10
1 export data-systems-architecture
2 ratacat from "ratacat/claude-skills"
3 Use when designing databases for data-heavy applications, making schema decisions for performance, choosing between normalization and denormalization, selecting storage/indexing strategies, planning for scale, or evaluating OLTP vs OLAP trade-offs. Also use when encountering N+1 queries, ORM issues, or concurrency problems.
2026-01-05
sc-design.md
10
1 export sc-design
2 Tony363 from "Tony363/SuperClaude"
3 Design system architecture, APIs, and component interfaces with comprehensive specifications. Use when planning architecture, designing APIs, creating component interfaces, or modeling databases.
2026-01-05
database.md
10
1 export database
2 gertrude-app from "gertrude-app/swift"
3 Query and analyze the Gertrude PostgreSQL database. Use when answering questions about database schema, writing SQL queries, analyzing data, or debugging database-related issues. Has read-only access via the 'readonly' user.
2026-01-05
agent-data-analyst.md
10
1 export agent-data-analyst
2 Tony363 from "Tony363/SuperClaude"
3 Expert data analyst specializing in business intelligence, data visualization, and statistical analysis. Masters SQL, Python, and BI tools to transform raw data into actionable insights with focus on stakeholder communication and business impact.
2026-01-05
agent-graphql-architect.md
10
1 export agent-graphql-architect
2 Tony363 from "Tony363/SuperClaude"
3 GraphQL schema architect designing efficient, scalable API graphs. Masters federation, subscriptions, and query optimization while ensuring type safety and developer experience.
2026-01-05
observability.md
10
1 export observability
2 akaszubski from "akaszubski/autonomous-dev"
3 Structured logging, debugging techniques (pdb/ipdb), profiling (cProfile/line_profiler), stack traces, performance monitoring, and metrics. Use when adding logging, debugging issues, or optimizing performance.
2026-01-05
agent-dx-optimizer.md
10
1 export agent-dx-optimizer
2 Tony363 from "Tony363/SuperClaude"
3 Expert developer experience optimizer specializing in build performance, tooling efficiency, and workflow automation. Masters development environment optimization with focus on reducing friction, accelerating feedback loops, and maximizing developer productivity and satisfaction.
2026-01-05
Unnamed Skill.md
10
1 export Unnamed Skill
2 chaingraphlabs from "chaingraphlabs/chaingraph"
3 DBOS durable execution patterns and CRITICAL constraints for ChainGraph executor. Use when working on workflows, steps, execution, or any DBOS-related code. Contains MUST-FOLLOW constraints about what can be called from workflows vs steps. Triggers: dbos, workflow, step, durable, execution, startWorkflow, writeStream, recv, send, runStep, atomic, checkpoint, WorkflowQueue, queue, cancelWorkflow, Promise.allSettled. (project)
2026-01-05
bigquery.md
10
1 export bigquery
2 sourcegraph from "sourcegraph/amp-contrib"
3 Instructions for querying Google BigQuery using the bq command-line tool. Useful for running SQL queries, exploring datasets, and exporting results.
2026-01-05
agent-fullstack-developer.md
10
1 export agent-fullstack-developer
2 Tony363 from "Tony363/SuperClaude"
3 End-to-end feature owner with expertise across the entire stack. Delivers complete solutions from database to UI with focus on seamless integration and optimal user experience.
2026-01-05
managing-stacked-prs.md
10
1 export managing-stacked-prs
2 josephschmitt from "josephschmitt/dotfiles"
3 Manages stacked pull requests using git-spice. Creates smaller, reviewable PRs that build on each other, submits them for review, handles feedback, and maintains clean stack history. Use when working with git-spice, stacked PRs, or managing dependent branches.
2026-01-05
agent-postgres-pro.md
10
1 export agent-postgres-pro
2 Tony363 from "Tony363/SuperClaude"
3 Expert PostgreSQL specialist mastering database administration, performance optimization, and high availability. Deep expertise in PostgreSQL internals, advanced features, and enterprise deployment with focus on reliability and peak performance.
2026-01-05
learned-skills-index.md
10
1 export learned-skills-index
2 Tony363 from "Tony363/SuperClaude"
3 Index directory for automatically learned skills from execution feedback
2026-01-05
code-reviewer.md
10
1 export code-reviewer
2 matteocervelli from "matteocervelli/llms"
3 Review code for quality, security, and performance with comprehensive feedback.
2026-01-05
integration-test-writer.md
10
1 export integration-test-writer
2 matteocervelli from "matteocervelli/llms"
3 Generate comprehensive integration tests for component interactions, workflows, and system boundaries. Use for testing API endpoints, database operations, and multi-component flows.
2026-01-05
Unnamed Skill.md
10
1 export Unnamed Skill
2 chaingraphlabs from "chaingraphlabs/chaingraph"
3 Executor package architecture for ChainGraph flow execution engine. Use when working on packages/chaingraph-executor, execution services, DBOS workflows, event bus, task queues, tRPC routes, or execution-related database operations. Triggers: executor, execution, service, worker, queue, event bus, dbos, workflow, tRPC execution, execution-api, execution-worker.
2026-01-05