Topic: plugin-marketplace
4,605 skills in this topic.
-
managing-database-sharding
Process use when you need to work with database sharding.
This skill provides horizontal sharding strategies with comprehensive guidance and automation.
Trigger with phrases like "implement sharding", "shard database",
or "distribute data".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-stored-procedures
Use when you need to generate, validate, or deploy stored procedures for PostgreSQL, MySQL, or SQL Server.
Creates database functions, triggers, and procedures with proper error handling and transaction management.
Trigger with phrases like "generate stored procedure", "create database function", "write SQL procedure",
"add trigger to table", or "create CRUD procedures".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
archiving-databases
Process use when you need to archive historical database records to reduce primary database size.
This skill automates moving old data to archive tables or cold storage (S3, Azure Blob, GCS).
Trigger with phrases like "archive old database records", "implement data retention policy",
"move historical data to cold storage", or "reduce database size with archival".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
analyzing-database-indexes
Process use when you need to work with database indexing.
This skill provides index design and optimization with comprehensive guidance and automation.
Trigger with phrases like "create indexes", "optimize indexes",
or "improve query performance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
optimizing-sql-queries
Execute use when you need to work with query optimization.
This skill provides query performance analysis with comprehensive guidance and automation.
Trigger with phrases like "optimize queries", "analyze performance",
or "improve query speed".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
implementing-database-caching
Process use when you need to implement multi-tier caching to improve database performance.
This skill sets up Redis, in-memory caching, and CDN layers to reduce database load.
Trigger with phrases like "implement database caching", "add Redis cache layer",
"improve query performance with caching", or "reduce database load".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
comparing-database-schemas
Process use when you need to work with schema comparison.
This skill provides database schema diff and sync with comprehensive guidance and automation.
Trigger with phrases like "compare schemas", "diff databases",
or "sync database schemas".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
detecting-database-deadlocks
Process use when you need to work with deadlock detection.
This skill provides deadlock detection and resolution with comprehensive guidance and automation.
Trigger with phrases like "detect deadlocks", "resolve deadlocks",
or "prevent deadlocks".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
managing-database-recovery
Process use when you need to work with database operations.
This skill provides database management and optimization with comprehensive guidance and automation.
Trigger with phrases like "manage database", "optimize database",
or "configure database".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
managing-database-replication
Process use when you need to work with database scalability.
This skill provides replication and sharding with comprehensive guidance and automation.
Trigger with phrases like "set up replication", "implement sharding",
or "scale database".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
designing-database-schemas
Process use when you need to work with database schema design.
This skill provides schema design and migrations with comprehensive guidance and automation.
Trigger with phrases like "design schema", "create migration",
or "model database".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
implementing-database-audit-logging
Process use when you need to track database changes for compliance and security monitoring.
This skill implements audit logging using triggers, application-level logging, CDC, or native logs.
Trigger with phrases like "implement database audit logging", "add audit trails",
"track database changes", or "monitor database activity for compliance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
detecting-sql-injection-vulnerabilities
Detect and analyze SQL injection vulnerabilities in application code and database queries.
Use when you need to scan code for SQL injection risks, review query construction, validate input sanitization, or implement secure query patterns.
Trigger with phrases like "detect SQL injection", "scan for SQLi vulnerabilities", "review database queries", or "check SQL security".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
managing-database-partitions
Process use when you need to work with database partitioning.
This skill provides table partitioning strategies with comprehensive guidance and automation.
Trigger with phrases like "partition tables", "implement partitioning",
or "optimize large tables".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fairdb-backup-manager
Manage use when you need to work with backup and recovery.
This skill provides backup automation and disaster recovery with comprehensive guidance and automation.
Trigger with phrases like "create backups", "automate backups",
or "implement disaster recovery".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sprint-workflow
Execute this skill should be used when the user asks about "how sprints work", "sprint phases", "iteration workflow", "convergent development", "sprint lifecycle", "when to use sprints", or wants to understand the sprint execution model and its convergent diffusion approach. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-trading-signals
Generate trading signals using technical indicators (RSI, MACD, Bollinger Bands, etc.).
Combines multiple indicators into composite signals with confidence scores.
Use when analyzing assets for trading opportunities or checking technical indicators.
Trigger with phrases like "get trading signals", "check indicators", "analyze for entry",
"scan for opportunities", "generate buy/sell signals", or "technical analysis".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
memory
Execute extract and use project memories from previous sessions for context-aware assistance.
Use when recalling past decisions, checking project conventions, or understanding user preferences.
Trigger with phrases like "remember when", "like before", or "what was our decision about".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
tracking-crypto-prices
Track real-time cryptocurrency prices across exchanges with historical data and alerts.
Provides price data infrastructure for dependent skills (portfolio, tax, DeFi, arbitrage).
Use when checking crypto prices, monitoring markets, or fetching historical price data.
Trigger with phrases like "check price", "BTC price", "crypto prices", "price history",
"get quote for", "what's ETH trading at", "show me top coins", or "track my watchlist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
scanning-for-secrets
Detect exposed secrets, API keys, and credentials in code. Use when auditing for secret leaks. Trigger with 'scan for secrets', 'find exposed keys', or 'check credentials'.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-orm-code
Execute use when you need to work with ORM code generation.
This skill provides ORM model and code generation with comprehensive guidance and automation.
Trigger with phrases like "generate ORM models", "create entity classes",
or "scaffold database models".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
backtesting-trading-strategies
Backtest crypto and traditional trading strategies against historical data.
Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves,
and optimizes strategy parameters. Use when user wants to test a trading strategy,
validate signals, or compare approaches.
Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance",
"simulate trades", "optimize parameters", or "validate signals".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
analyzing-dependencies
Analyze dependencies for known security vulnerabilities and outdated versions. Use when auditing third-party libraries. Trigger with 'check dependencies', 'scan for vulnerabilities', or 'audit packages'.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
checking-infrastructure-compliance
Execute use when you need to work with compliance checking.
This skill provides compliance monitoring and validation with comprehensive guidance and automation.
Trigger with phrases like "check compliance", "validate policies",
or "audit compliance".
jeremylongshore/claude-code-plugins-plus-skills 1,803