Browse Skills

4429 skills found

gemini-sandbox-configuration.md
3
1 export gemini-sandbox-configuration
2 melodic-software from "melodic-software/claude-code-plugins"
3 Central authority for Gemini CLI sandboxing and isolation. Covers Docker, Podman, macOS Seatbelt profiles, and security boundaries. Use when enabling sandboxing, choosing sandbox methods, configuring Seatbelt profiles, or troubleshooting sandbox issues. Delegates 100% to gemini-cli-docs for official documentation.
2026-01-05
sandbox-configuration.md
3
1 export sandbox-configuration
2 melodic-software from "melodic-software/claude-code-plugins"
3 Central authority for Claude Code sandboxing and isolation. Covers sandboxed bash tool, /sandbox command, filesystem isolation (blocked access, custom paths), network isolation (domain restrictions, proxy support), OS-level enforcement (bubblewrap on Linux, Seatbelt on macOS), sandbox configuration options, escape hatches (dangerouslyDisableSandbox, allowUnsandboxedCommands), and sandbox security limitations. Assists with configuring sandbox settings, understanding isolation mechanisms, and troubleshooting sandbox issues. Delegates 100% to docs-management skill for official documentation.
2026-01-05
lovable.md
3
1 export lovable
2 10K-Digital from "10K-Digital/lovable-claude-code"
3 Integration skill for Lovable.dev projects. Activates when working with:- Lovable.dev projects with GitHub sync- Supabase Edge Functions that need deployment- Database migrations for Lovable Cloud- Projects with supabase/ directory structure- Any mention of "Lovable", "deploy edge function", "apply migration"Provides exact Lovable prompts for backend operations that can't be done via GitHub alone.
2026-01-05
astro-aso.md
3
1 export astro-aso
2 iamhenry from "iamhenry/ai-project-starter-kit"
3 Query local Astro Mac app database for ASO insights. Use when the user asks about keyword rankings, historical ranking data, trend analysis, competitor keywords, app ratings, keyword opportunities, or ASO health metrics.
2026-01-05
accessible-notifications.md
3
1 export accessible-notifications
2 alexanderop from "alexanderop/workoutTracker"
3 Guidance for accessible user notifications and feedback. AUTO-TRIGGER when implementing: toasts, snackbars, notifications, alerts, flash messages, status messages, success/error feedback, or any transient UI messages. Triggers include: "toast", "snackbar", "notification", "flash message", "notify user", "show success", "show error", "feedback message", "status update", "auto-dismiss", "popup message". Use this skill BEFORE implementing any toast-like patterns to ensure accessibility compliance.
2026-01-05
conference-reviewer.md
3
1 export conference-reviewer
2 minhuw from "minhuw/claude-writer"
3 This skill should be used when writing official conference-style reviews for research papers as if from a top-tier systems conference reviewer. Use when the author wants a realistic, formal peer review with scores, strengths, weaknesses, and detailed feedback following standard conference review formats.
2026-01-05
usage-query-skill.md
3
1 export usage-query-skill
2 zai-org from "zai-org/zai-coding-plugins"
3 Run the usage query script to retrieve account usage information for GLM Coding Plan. Only use when invoked by usage-query-agent.
2026-01-05
vector-databases.md
3
1 export vector-databases
2 melodic-software from "melodic-software/claude-code-plugins"
3 Vector database selection, embedding storage, approximate nearest neighbor (ANN) algorithms, and vector search optimization. Use when choosing vector stores, designing semantic search, or optimizing similarity search performance.
2026-01-05
activations.md
3
1 export activations
2 treasure-data from "treasure-data/td-skills"
3 Query activation logs to check for errors and view volume
2026-01-05
bitcoin-mining.md
3
1 export bitcoin-mining
2 enuno from "enuno/claude-command-and-control"
3 Comprehensive Bitcoin mining knowledge from industry reports covering 2024 market overview, mining economics, operational handbook, and heat reuse strategies. Use when planning mining operations, analyzing profitability, optimizing energy efficiency, or exploring sustainable mining practices.
2026-01-05
database-model.md
3
1 export database-model
2 xmark168 from "xmark168/VibeSDLC"
3 Create Prisma schema models with relations and indexes. Use when designing database schemas, adding models, or defining entity relationships.
2026-01-05
cdn-architecture.md
3
1 export cdn-architecture
2 melodic-software from "melodic-software/claude-code-plugins"
3 Use when designing content delivery networks, caching strategies, or global content distribution. Covers CDN architecture, cache hierarchies, origin shielding, cache invalidation, and edge optimization.
2026-01-05
using-forgetful-memory.md
3
1 export using-forgetful-memory
2 ScottRBK from "ScottRBK/context-hub-plugin"
3 PROACTIVELY query Forgetful MCP (mcp__forgetful__* tools) when starting work on any project, when user references past decisions or patterns, when implementing features that may have been solved before, or when needing context about preferences. Save important decisions, patterns, and architectural insights to memory.
2026-01-05
pycalphad.md
3
1 export pycalphad
2 jkitchin from "jkitchin/skillz"
3 Expert guidance for pycalphad - computational thermodynamics library implementing the CALPHAD method for calculating phase diagrams, phase equilibria, and thermodynamic properties of multicomponent materials systems using thermodynamic databases (TDB files)
2026-01-05
web-audio-api.md
3
1 export web-audio-api
2 martinholovsky from "martinholovsky/claude-skills-generator"
3 Web Audio API for JARVIS audio feedback and voice processing
2026-01-05
seekdb-docs.md
3
1 export seekdb-docs
2 oceanbase from "oceanbase/ecology-plugins"
3 Provides documentation and knowledge base for seekdb database.
2026-01-05
sdd-plan-review.md
3
1 export sdd-plan-review
2 tylerburleigh from "tylerburleigh/claude-sdd-toolkit"
3 Multi-model consultation for SDD specifications providing structured feedback. Coordinates parallel AI reviewers, synthesizes actionable insights, and categorizes findings by feedback type without modifying specs or executing fixes.
2026-01-05
backend-dev-guidelines.md
3
1 export backend-dev-guidelines
2 emilyantosch from "emilyantosch/hestia_tauri"
3 Comprehensive Rust backend development guide for Tauri applications. Use when creating Tauri commands, database operations, error handling, state management, or async patterns. Covers layered architecture (commands → services → operations → database), Result-based error handling, SeaORM patterns, tokio async/await, testing with cargo test, and type-driven design principles.
2026-01-05
bitcoin-mining.md
3
1 export bitcoin-mining
2 enuno from "enuno/claude-command-and-control"
3 Comprehensive Bitcoin mining knowledge from 7 industry reports covering 2024 market overview, mining economics, operational handbooks, heat reuse strategies, mining glossary, Stratum V2 protocol specifications, and ultimate mining handbook. Use when planning mining operations, analyzing profitability, optimizing energy efficiency, understanding mining terminology, or exploring sustainable mining practices.
2026-01-05
go-code-review.md
3
1 export go-code-review
2 gonzaloserrano from "gonzaloserrano/dotfiles"
3 Go code review skill synthesized from 4,100+ PR review comments spanning 4.5 years from the tetrateio/tetrate repository. Use this skill when reviewing Go code, providing code review feedback, or understanding common review patterns. Contains patterns for error handling, nesting reduction, thread safety, testing, naming, interface design, and more.
2026-01-05
cool-mysql.md
3
1 export cool-mysql
2 StirlingMarketingGroup from "StirlingMarketingGroup/cool-mysql"
3 Use this skill when working with the cool-mysql library for Go. This skill provides comprehensive guidance on using cool-mysql's MySQL helper functions, including dual connection pools, named parameters, template syntax, caching strategies, and advanced query patterns. Apply when writing database code, optimizing queries, setting up caching, or migrating from database/sql.
2026-01-05
python-database-patterns.md
3
1 export python-database-patterns
2 0xDarkMatter from "0xDarkMatter/claude-mods"
3 SQLAlchemy and database patterns for Python. Triggers on: sqlalchemy, database, orm, migration, alembic, async database, connection pool, repository pattern, unit of work.
2026-01-05
tmux-playwright-dev.md
3
1 export tmux-playwright-dev
2 prassanna-ravishankar from "prassanna-ravishankar/torale"
3 Live UI development workflow using tmux panes + Playwright for visual feedback. Start dev server in one pane, use Playwright for testing, screenshots, and mobile/responsive verification in real-time.
2026-01-05
literature-review.md
3
1 export literature-review
2 jkitchin from "jkitchin/skillz"
3 Conduct systematic scientific literature reviews by integrating multi-source searches, iterative analysis, and synthesis into well-structured reports with proper citations.Use this skill when you need to: synthesize knowledge across multiple research domains, identify research gaps, track the evolution of methodologies, evaluate evidence quality, or write comprehensive literature reviews for academic papers, grant proposals, or research projects.Key capabilities: multi-database search strategies, iterative query refinement, content analysis and summarization, thematic synthesis, citation management, quality assessment, bias detection, and structured report generation with multiple output formats.
2026-01-05