Browse Skills

44969 skills found

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
global-documentation.md
2
1 export global-documentation
2 jaypaulb from "jaypaulb/CanvusAPI-LLMDemo"
3 Your approach to handling global documentation. Use this skill when working on files where global documentation comes into play.
2026-01-05
bel-open-file.md
2
1 export bel-open-file
2 bennoloeffler from "bennoloeffler/bassi"
3 This skill should be used when the user wants to open or preview a file that already exists on disk using the operating system's default application. Triggers on requests like "open this file", "show me the PDF", "preview the image", "view the document", or "display the spreadsheet". Works with all file types including PDFs, images, documents, emails, and spreadsheets.
2026-01-05
endpoint-implementation.md
2
1 export endpoint-implementation
2 wmeints from "wmeints/promptyard"
3 Use this skill to implement endpoints in the API
2026-01-05
building-terraform-modules.md
2
1 export building-terraform-modules
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to build reusable Terraform modules based on user specifications. It leverages the terraform-module-builder plugin to generate production-ready, well-documented Terraform module code, incorporating best practices for security, scalability, and multi-platform support. Use this skill when the user requests to create a new Terraform module, generate Terraform configuration, or needs help structuring infrastructure as code using Terraform. The trigger terms include "create Terraform module," "generate Terraform configuration," "Terraform module code," and "infrastructure as code."
2026-01-05
github-pr-review-operation.md
2
1 export github-pr-review-operation
2 yagays from "yagays/dotfiles"
3 GitHub Pull Requestのレビュー操作を行うスキル。PR情報取得、差分確認、コメント取得・投稿、インラインコメント、コメント返信をghコマンドで実行する。PRレビュー、コードレビュー、PR操作が必要な時に使用。
2026-01-05
tf-differential-binding.md
2
1 export tf-differential-binding
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 The TF-differential-binding pipeline performs differential transcription factor (TF) binding analysis from ChIP-seq datasets (TF peaks) using the DiffBind package in R. It identifies genomic regions where TF binding intensity significantly differs between experimental conditions (e.g., treatment vs. control, mutant vs. wild-type). Use the TF-differential-binding pipeline when you need to analyze the different function of the same TF across two or more biological conditions, cell types, or treatments using ChIP-seq data or TF binding peaks. This pipeline is ideal for studying regulatory mechanisms that underlie transcriptional differences or epigenetic responses to perturbations.
2026-01-05
testing-deployment-implementation.md
2
1 export testing-deployment-implementation
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-angular"
3 Write unit tests for components and services, implement E2E tests with Cypress, set up test mocks, optimize production builds, configure CI/CD pipelines, and deploy to production platforms.
2026-01-05
building-mechanics.md
2
1 export building-mechanics
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Three.js 3D building system with spatial indexing, structural physics, and multiplayer networking. Use when creating survival games, sandbox builders, or any game with player-constructed structures. Covers performance optimization (spatial hash grids, octrees, chunk loading), structural validation (arcade/heuristic/realistic physics modes), and multiplayer sync (delta compression, client prediction, conflict resolution).
2026-01-05
osay.md
2
1 export osay
2 tizee from "tizee/dotfiles"
3 AI-powered text-to-speech CLI tool. Use for pronunciation queries, reading text aloud, generating audio files, or language practice. Triggers on "how to pronounce", "say this", "read aloud", "TTS", "text to speech", "speak", or audio generation requests.
2026-01-05
skill-creator.md
2
1 export skill-creator
2 bengous from "bengous/claude-code-plugins"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
service-mesh.md
2
1 export service-mesh
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 Service mesh technologies including Istio, Linkerd, Consul, and Envoy for microservices communication
2026-01-05
logging.md
2
1 export logging
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 Centralized logging with ELK Stack, Loki, Fluentd, and log analysis for distributed systems
2026-01-05
optimizing-prompts.md
2
1 export optimizing-prompts
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill optimizes prompts for Large Language Models (LLMs) to reduce token usage, lower costs, and improve performance. It analyzes the prompt, identifies areas for simplification and redundancy removal, and rewrites the prompt to be more concise and effective. It is used when the user wants to reduce LLM costs, improve response speed, or enhance the quality of LLM outputs by optimizing the prompt. Trigger terms include "optimize prompt", "reduce LLM cost", "improve prompt performance", "rewrite prompt", "prompt optimization".
2026-01-05
clix-user-management.md
2
1 export clix-user-management
2 clix-so from "clix-so/skills"
3 Implements Clix user identification and user properties (setUserId, removeUserId, setUserProperty/setUserProperties, removeUserProperty/removeUserProperties) with safe schemas, logout best practices, and campaign-ready personalization/audience usage. Use when the user mentions login/logout, userId, user properties, personalization, or audience targeting.
2026-01-05
api-designer.md
2
1 export api-designer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Design REST and GraphQL APIs. Use when creating backend APIs, defining API contracts, or integrating third-party services. Covers endpoint design, authentication, versioning, documentation, and best practices.
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
checking-session-security.md
2
1 export checking-session-security
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to check session security implementations within a codebase. It analyzes session management practices to identify potential vulnerabilities. Use this skill when a user requests to "check session security", "audit session handling", "review session implementation", or asks about "session security best practices" in their code. It helps identify issues like insecure session IDs, lack of proper session expiration, or insufficient protection against session fixation attacks. This skill leverages the session-security-checker plugin.
2026-01-05
transaction-script.md
2
1 export transaction-script
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 マーティン・ファウラーのPofEAAに基づくトランザクションスクリプトパターンを専門とするスキル。シンプルなビジネスロジックを手続き型で組織化し、CRUDベースのアプリケーション開発を効率化します。Anchors:• Patterns of Enterprise Application Architecture (Martin Fowler) / 適用: パターン定義と適用条件 / 目的: 適切なパターン選択• Designing Data-Intensive Applications (Martin Kleppmann) / 適用: データモデリング / 目的: 手続き型アプローチの妥当性検証Trigger:Use when implementing simple business logic, CRUD operations, building quick prototypes, or when domain model overhead is not justified.transaction script, executor pattern, procedural business logic, simple CRUD, PofEAA
2026-01-05
solver-control.md
2
1 export solver-control
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Solver kill-switch and progress monitoring for schedule generation. Use when aborting runaway solvers, monitoring long-running schedule generation, or integrating abort checks into solver loops.
2026-01-05
algorithmic-art.md
2
1 export algorithmic-art
2 lza6 from "lza6/iflow-cli-workflow"
3 使用p5.js创建算法艺术,具有种子随机性和交互式参数探索。当用户请求使用代码创建艺术、生成艺术、算法艺术、流场或粒子系统时使用。创建原创算法艺术而非复制现有艺术家的作品以避免版权侵犯。
2026-01-05
video-producer.md
2
1 export video-producer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Expert in video playback, streaming, and video player customization
2026-01-05
instructions-development.md
2
1 export instructions-development
2 OshanKHZ from "OshanKHZ/oshankhz-claude-code"
3 This skill should be used when the user asks to "create CLAUDE.md", "initialize CLAUDE.md", "sync CLAUDE.md with code", "update documentation from codebase", "create .claude/rules/", "manage modular rules", "split large CLAUDE.md", or mentions project documentation setup. Manages complete lifecycle of project instructions including creation, synchronization with code patterns, and modular organization.
2026-01-05
dspy-gepa-reflective.md
2
1 export dspy-gepa-reflective
2 OmidZamani from "OmidZamani/dspy-skills"
3 Newest DSPy optimizer using LLM reflection on execution trajectories for agentic systems
2026-01-05