Browse Skills

4429 skills found

tmux.md
2
1 export tmux
2 r0man from "r0man/guix-home"
3 Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output. Use when debugging applications, running interactive REPLs (Python, gdb, ipdb, psql, mysql, node), automating terminal workflows, or when user mentions tmux, debugging, or interactive shells.
2026-01-05
monitoring-database-health.md
2
1 export monitoring-database-health
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to monitor database health using real-time metrics, predictive alerts, and automated remediation. It's designed for production-grade database health monitoring for PostgreSQL and MySQL, detecting performance degradation, resource exhaustion, and replication issues. Use this skill when the user requests to monitor database health, check database performance, receive database alerts, or automate database remediation. The skill is triggered by phrases like "check database health", "monitor database performance", "database health check", or "/health-check".
2026-01-05
detecting-memory-leaks.md
2
1 export detecting-memory-leaks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.
2026-01-05
modeling-nosql-data.md
2
1 export modeling-nosql-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design NoSQL data models. It activates when the user requests assistance with NoSQL database design, including schema creation, data modeling for MongoDB or DynamoDB, or defining document structures. Use this skill when the user mentions "NoSQL data model", "design MongoDB schema", "create DynamoDB table", or similar phrases related to NoSQL database architecture. It assists in understanding NoSQL modeling principles like embedding vs. referencing, access pattern optimization, and sharding key selection.
2026-01-05
collecting-infrastructure-metrics.md
2
1 export collecting-infrastructure-metrics
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. It is triggered when the user requests "collect infrastructure metrics", "monitor server performance", "set up performance dashboards", or needs to analyze system resource utilization. The skill configures metrics collection, sets up aggregation, and helps create infrastructure dashboards for health monitoring and capacity tracking. It supports configuration for Prometheus, Datadog, and CloudWatch.
2026-01-05
archiving-databases.md
2
1 export archiving-databases
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates database archival processes. It helps reduce primary database size by moving historical records to archive tables or cold storage solutions like S3, Azure Blob, or GCS. The plugin supports PostgreSQL and MySQL, implementing automated retention policies, compression, compliance tracking, and zero-downtime migration. Use this when the user mentions "database archival", "archive old database records", "retention policies", "cold storage", or "reduce database size." It is particularly useful for handling requests related to data lifecycle management and compliance requirements in database systems.
2026-01-05
db-migration-check.md
2
1 export db-migration-check
2 mehdic from "mehdic/bazinga"
3 Detect dangerous operations in database migrations before deployment
2026-01-05
review-implementing.md
2
1 export review-implementing
2 kivilaid from "kivilaid/plugin-marketplace"
3 Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews. Activates on phrases like "implement this feedback", "address review comments", or when user pastes reviewer notes.
2026-01-05
devops-engineering.md
2
1 export devops-engineering
2 warpcode from "warpcode/dotfiles"
3 Domain specialist for infrastructure, CI/CD, containers, observability, and DevOps operations. Scope: CI/CD pipelines, containerization, infrastructure as code, monitoring and observability, container security, release strategies, infrastructure reliability patterns. Excludes: code-level security, application architecture, database design, API design, performance profiling. Triggers: "CI/CD", "Docker", "Kubernetes", "K8s", "deployment", "pipeline", "monitoring", "observability", "Terraform", "Ansible", "infrastructure".
2026-01-05
detecting-performance-bottlenecks.md
2
1 export detecting-performance-bottlenecks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to detect and resolve performance bottlenecks in applications. It analyzes CPU, memory, I/O, and database performance to identify areas of concern. Use this skill when you need to diagnose slow application performance, optimize resource usage, or proactively prevent performance issues. The skill is triggered by requests to "detect bottlenecks", "analyze performance", "find performance issues", or similar phrases related to performance optimization. It helps uncover root causes and suggest remediation strategies.
2026-01-05
frontend-dev-guidelines.md
2
1 export frontend-dev-guidelines
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, styling best practices, routing, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
2026-01-05
automating-database-backups.md
2
1 export automating-database-backups
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery planning, setting up backup schedules, or creating restore procedures. The skill is triggered by phrases like "create database backup", "automate database backups", "setup backup schedule", or "generate restore procedure".
2026-01-05
tmdb-integration.md
2
1 export tmdb-integration
2 giolaq from "giolaq/Multi-TV-dev-power"
3 TMDB (The Movie Database) API integration for React Native TV streaming apps. Use when users need help with movie/TV show data, poster images, search functionality, trending content, video trailers from TMDB, API authentication, rate limiting, or TypeScript types for TMDB responses.
2026-01-05
voice-and-tone.md
2
1 export voice-and-tone
2 jonmagic from "jonmagic/skills"
3 Writing style guide for jonmagic / Jonathan Hoyt with authentic voice patterns and tone guidelines. Use when generating any prose content on jonmagic's behalf—blog posts, documentation, reflections, feedback, snippets, or any written communication. Ensures first-person narratives with introspective framing, concrete examples, and thoughtful principal-engineer perspective.
2026-01-05
animation-interaction-validator.md
2
1 export animation-interaction-validator
2 hirefrank from "hirefrank/hirefrank-marketplace"
3 Ensures engaging user experience through validation of animations, transitions, micro-interactions, and feedback states, preventing flat/static interfaces that lack polish and engagement. Works with Tanstack Start (React) + shadcn/ui components.
2026-01-05
sql-anti-patterns.md
2
1 export sql-anti-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 SQLアンチパターンの検出・分析・改善提案を支援するスキル。スキーマ設計レビュー、クエリ実装レビュー、パフォーマンス問題の診断と改善を行う。Anchors:• SQL Antipatterns (Bill Karwin) / 適用: アンチパターンカタログ / 目的: 設計問題の体系的検出• Database Design for Mere Mortals / 適用: 正規化とスキーマ設計 / 目的: 適切なデータモデリング• Use The Index, Luke / 適用: インデックス最適化 / 目的: クエリパフォーマンス改善Trigger:Use when reviewing database schema, detecting SQL anti-patterns, diagnosing performance issues, or planning schema refactoring.sql anti-pattern, schema review, N+1, EAV, polymorphic associations, jaywalking, database design, query optimization
2026-01-05
foreign-key-constraints.md
2
1 export foreign-key-constraints
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 外部キー制約と参照整合性をC.J. Dateの理論に基づいて設計するスキル。CASCADE動作の戦略的選択、循環参照の検出・解消、ソフトデリート整合性を提供。SQLite/Turso + Drizzle ORM環境に最適化。Anchors:• An Introduction to Database Systems(C.J. Date) / 適用: FK設計 / 目的: 理論的に正しい制約設計• The Pragmatic Programmer(Hunt, Thomas) / 適用: 実装品質 / 目的: 保守性の高い設計Trigger:Use when designing foreign key relationships, selecting CASCADE behavior, detecting circular references, integrating soft delete patterns, or reviewing database schema integrity.
2026-01-05
backend.md
2
1 export backend
2 rocky2431 from "rocky2431/ultra-builder-pro"
3 Multi-language backend development skill for Node.js, Python, and Go applications.This skill should be used when: designing RESTful/GraphQL APIs, optimizing database queries,implementing authentication/authorization, reviewing API security, or building microservices.
2026-01-05
gitignore-management.md
2
1 export gitignore-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 .gitignore設計と管理スキル。機密ファイルパターン、プロジェクト固有除外、プラットフォーム別パターン、.gitignore検証手法を提供。Anchors:• Pro Git (Scott Chacon) / 適用: バージョン管理 / 目的: 除外パターンの基礎• The Pragmatic Programmer / 適用: 実践的改善 / 目的: 効率的なパターン設計• GitHub gitignore templates / 適用: 言語別テンプレート / 目的: 標準パターンTrigger:Use when designing gitignore files, adding sensitive file patterns, configuring project-specific exclusions, validating gitignore patterns, or optimizing cross-platform exclusion rules.gitignore, ignore patterns, secrets, env files, build artifacts, cache
2026-01-05
type-safety-patterns.md
2
1 export type-safety-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 TypeScript厳格モードによる型安全性設計を専門とするスキル。型推論、型ガード、ジェネリック、識別可能ユニオンのパターンを体系的に設計します。Anchors:• 『Effective TypeScript』(Dan Vanderkam) / 適用: 型設計原則 / 目的: 型安全性最大化• TypeScript Handbook / 適用: 型システム理解 / 目的: 正確な型設計Trigger:TypeScript型設計時、型ガード実装時、ジェネリック設計時、ユニオン型設計時に使用
2026-01-05
integration-testing.md
2
1 export integration-testing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 統合テストの設計・実装・実行スキル。複数コンポーネント間の相互作用を検証し、エンドツーエンドのワークフローが正しく機能することを確認します。Anchors:• Growing Object-Oriented Software, Guided by Tests (Freeman) / 適用: 境界テスト設計 / 目的: 契約ベースのテスト• Continuous Delivery (Humble) / 適用: パイプライン統合 / 目的: 早期フィードバック• Testing Microservices with Mountebank (Byars) / 適用: サービス仮想化 / 目的: 分散システムテスト効率化Trigger:Use when testing component interactions, database integration, external API connections, or E2E workflows.integration testing, database testing, api testing, contract testing, test isolation
2026-01-05
detecting-memory-leaks.md
2
1 export detecting-memory-leaks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.
2026-01-05
receiving-code-review.md
2
1 export receiving-code-review
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-05
exploitation-knowledge.md
2
1 export exploitation-knowledge
2 CharlesKozel from "CharlesKozel/Pentest-Agent-Evalulator"
3 Comprehensive knowledge about vulnerability exploitation and initial access. Provides expertise on finding and adapting exploits, adapting proof-of-concepts, gaining shells, and capturing user flags. Covers reverse shells, file uploads, SQL injection, and RCE vulnerabilities.
2026-01-05