Browse Skills

22656 skills found

global-commenting.md
2
1 export global-commenting
2 adigunners from "adigunners/adigunners.github.io"
3 Establish clear and maintainable comments throughout JavaScript modules, CSS, and HTML files in this static website project. Use this skill when adding, updating, or reviewing comments in source code to ensure they follow consistent conventions and improve code readability.
2026-01-05
design-to-component-translator.md
2
1 export design-to-component-translator
2 patricio0312rev from "patricio0312rev/skillset"
3 Converts Figma/design specifications into production-ready UI components with accurate spacing, typography, color tokens, responsive rules, and interaction states (hover, focus, disabled, active). Generates Tailwind/shadcn code with design system tokens mapping. Use when translating "Figma to code", "design specs to components", or "implement design system".
2026-01-05
fullstory-privacy-strategy.md
2
1 export fullstory-privacy-strategy
2 fullstorydev from "fullstorydev/fs-skills"
3 Strategic guide for data privacy in Fullstory implementations. Teaches developers how to decide what data to send, mask, exclude, hash, or replace with joinable keys. Covers regulatory compliance (GDPR, HIPAA, PCI, CCPA), privacy-by-design principles, and balancing analytics value with privacy protection. Acts as a decision framework that references core privacy skills.
2026-01-05
claude-code-sessions.md
2
1 export claude-code-sessions
2 tekliner from "tekliner/improvado-agentic-frameworks-and-skills"
3 Use when user says "resume session", "what did I work on", or "find conversation about [topic]". Automatically searches, resumes, and analyzes Claude Code sessions. Handles session discovery, content search, and automatic session restoration from any directory.
2026-01-05
llm-debugger.md
2
1 export llm-debugger
2 patricio0312rev from "patricio0312rev/skillset"
3 Diagnoses LLM output failures including hallucinations, constraint violations, format errors, and reasoning issues. Provides root cause classification, prompt fixes, tool improvements, and new test cases. Use for "debugging AI", "fixing prompts", "quality issues", or "output errors".
2026-01-05
gpt-researcher.md
2
1 export gpt-researcher
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Run the GPT Researcher autonomous agent to generate comprehensive deep research reports. Requires LLM and Search API keys (e.g., OPENAI_API_KEY, TAVILY_API_KEY).
2026-01-05
multi-turn-conversation.md
2
1 export multi-turn-conversation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 複数ターンに渡る対話の設計と状態管理を実現するスキル。エージェント・ユーザー間の対話フロー、コンテキスト管理、ターン管理を通じて、一貫性のある対話体験を構築します。Anchors:• The Pragmatic Programmer / 適用: ターン設計と状態管理の手順設計 / 目的: 対話フローの体系的な構築• Conversation Design Pattern / 適用: マルチターン対話パターン / 目的: 実務的な対話フロー実装Trigger:Use when designing multi-turn conversation flows, implementing dialogue state management, tracking user intent across turns, managing conversation context, or ensuring consistency in long-running dialogues.Keywords: multi-turn, dialogue, conversation flow, context management, state tracking, turn management, conversation design
2026-01-05
brainstorming.md
2
1 export brainstorming
2 tilework-tech from "tilework-tech/nori-cli"
3 IMMEDIATELY USE THIS SKILL when creating or develop anything and before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
2026-01-05
fairdb-backup-manager.md
2
1 export fairdb-backup-manager
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Automatically manages PostgreSQL backups with pgBackRest and Wasabi S3 storage when working with FairDB databases Activates when you request "fairdb backup manager" functionality.
2026-01-05
nixtla-skills-bootstrap.md
2
1 export nixtla-skills-bootstrap
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Install or update Nixtla Claude Skills in this project by calling the nixtla-skills CLI and narrating the installation process
2026-01-05
data-fetching-strategies.md
2
1 export data-fetching-strategies
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Reactアプリのデータフェッチ、キャッシュ、エラーハンドリング、楽観的更新を整理するスキル。ライブラリ選定から設計・実装・検証までの実務フローを提供する。Anchors:• Stale-While-Revalidate Pattern / 適用: キャッシュ戦略 / 目的: サーバー状態の一貫性確保• React Query vs SWR / 適用: ライブラリ選定 / 目的: 要件に最適な選択• MSW / 適用: テスト環境構築 / 目的: API依存の排除Trigger:Use when implementing data fetching patterns, cache strategies, error handling, optimistic updates, or choosing between SWR and React Query.data fetching, cache strategy, swr, react query, optimistic updates, error handling
2026-01-05
quality-enforcer.md
2
1 export quality-enforcer
2 stharrold from "stharrold/yuimedi-paper-20250901"
3 Enforces quality gates: 80% test coverage, passing tests, successful builds,semantic versioning. Runs before PR creation.Use when: Running tests, checking coverage, validating quality, versioningTriggers: run tests, check coverage, quality gates, version bump
2026-01-05
differential-tad-analysis.md
2
1 export differential-tad-analysis
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 This skill performs differential topologically associating domain (TAD) analysis using HiCExplorer's hicDifferentialTAD tool. It compares Hi-C contact matrices between two conditions based on existing TAD definitions to identify significantly altered chromatin domains.
2026-01-05
managing-database-replication.md
2
1 export managing-database-replication
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage database replication, failover, and high availability configurations using the database-replication-manager plugin. It is designed to assist with tasks such as setting up master-slave replication, configuring automatic failover, monitoring replication lag, and implementing read scaling. Use this skill when the user requests help with "database replication", "failover configuration", "high availability", "replication lag", or "read scaling" for databases like PostgreSQL or MySQL. The plugin facilitates both physical and logical replication strategies.
2026-01-05
managing-database-partitions.md
2
1 export managing-database-partitions
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design, implement, and manage table partitioning strategies for large databases. It is triggered when the user needs to optimize query performance, manage time-series data, or reduce maintenance windows for tables exceeding 100GB. Use this skill when asked to "create database partitions", "optimize database queries with partitioning", "manage large database tables", or when the user mentions "partitioning strategy", "data archival", or uses the command `/partition`. The skill helps automate partition maintenance and data lifecycle management. It focuses on database best practices and production-ready implementations.
2026-01-05
bellog-notion.md
2
1 export bellog-notion
2 whddltjdwhd from "whddltjdwhd/bellog"
3 Provides Notion CMS integration patterns and best practices for Bellog. Triggers when working with Notion data or implementing Notion-based features.
2026-01-05
crossplane.md
2
1 export crossplane
2 cosmix from "cosmix/claude-code-setup"
3 Cloud-native infrastructure management with Crossplane using Kubernetes APIs. Use when implementing infrastructure as code, composite resources, or multi-cloud provisioning. Triggers: crossplane, xrd, composition, claim, provider, managed resource, composite resource, infrastructure API.
2026-01-05
backend-migrations.md
2
1 export backend-migrations
2 adigunners from "adigunners/adigunners.github.io"
3 Manage changes to data structure and formats in JSON files, ensuring compatibility and smooth transitions when updating the static site's data sources. Use this skill when modifying data schemas, updating JSON structures, or evolving how data is consumed.
2026-01-05
design-consistency.md
2
1 export design-consistency
2 imsaif from "imsaif/aiex"
3 Analyze design system usage, identify inconsistencies across patterns, generate fixes, and maintain visual coherence with automated style guide generation
2026-01-05
running-load-tests.md
2
1 export running-load-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to create and execute load tests for performance validation. It is designed to generate load test scripts using tools like k6, JMeter, and Artillery, based on specified test scenarios. Use this skill when the user requests to create a "load test", conduct "performance testing", validate "application performance", or needs a "stress test" to identify breaking points in the application. The skill helps define performance thresholds and provides execution instructions.
2026-01-05
privilege-escalation-knowledge.md
2
1 export privilege-escalation-knowledge
2 CharlesKozel from "CharlesKozel/Pentest-Agent-Evalulator"
3 Comprehensive knowledge about Linux privilege escalation. Provides methodologies for enumerating and exploiting privesc vectors including SUID binaries, sudo permissions, capabilities, kernel exploits, cron jobs, and common misconfigurations. Includes systematic approach to capturing root flags.
2026-01-05
auditing-access-control.md
2
1 export auditing-access-control
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to audit access control implementations in various systems. It uses the access-control-auditor plugin to identify potential vulnerabilities and misconfigurations related to access control. Use this skill when the user asks to "audit access control", "check permissions", "assess access rights", or requests a "security review" focused on access management. It's particularly useful for analyzing IAM policies, ACLs, and other access control mechanisms in cloud environments, applications, or infrastructure. The skill helps ensure compliance with security best practices and identify potential privilege escalation paths.
2026-01-05
managing-ssltls-certificates.md
2
1 export managing-ssltls-certificates
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage and monitor SSL/TLS certificates using the ssl-certificate-manager plugin. It is activated when the user requests actions related to SSL certificates, such as checking certificate expiry, renewing certificates, or listing installed certificates. Use this skill when the user mentions "SSL certificate", "TLS certificate", "certificate expiry", "renew certificate", or similar phrases related to SSL/TLS certificate management. The plugin can list, check, and renew certificates, providing vital information for maintaining secure connections.
2026-01-05
openai-agent-sdk.md
2
1 export openai-agent-sdk
2 abdul-ahad-26 from "abdul-ahad-26/physical-ai-and-humanoid-robotics"
3 A subagent specialized in creating and managing OpenAI Agents SDK applications, including multi-agent workflows, tools, handoffs, and real-time voice capabilities
2026-01-05