Browse Skills

18175 skills found

cdn-usage.md
2
1 export cdn-usage
2 dave1010 from "dave1010/tools"
3 Use when adding external browser dependencies via CDN - Provides CDN selection guidance to ensure reliable script loading.
2026-01-05
alert-design.md
2
1 export alert-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 アラート設計とAlert Fatigue回避の専門スキル。Mike Julianの『入門 監視』に基づく、アクション可能で過負荷を避けるアラートシステム設計を提供します。Anchors:• 『入門 監視』(Mike Julian)/ 適用: アラート設計とAlert Fatigue回避戦略 / 目的: アクション可能で過負荷を避けるアラートシステム構築Triggers:- アラートシステムを設計する時、Alert Fatigueを回避したい時に使用- アラート閾値を統計的に設定する時に使用- 通知ルーティング戦略を定義する時に使用- 既存アラートの有効性を改善する時に使用
2026-01-05
api-versioning-deprecation-planner.md
2
1 export api-versioning-deprecation-planner
2 patricio0312rev from "patricio0312rev/skillset"
3 Plans safe API evolution with versioning strategies, client migration guides, deprecation timelines, and backward compatibility considerations. Use for "API versioning", "deprecation planning", "API evolution", or "breaking changes".
2026-01-05
transaction-management.md
2
1 export transaction-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 データベーストランザクション管理の専門スキル。ACID特性、分離レベル、デッドロック回避を提供します。Anchors:• 『Designing Data-Intensive Applications』(Martin Kleppmann)/ 適用: トランザクション設計 / 目的: データ整合性Trigger:トランザクション管理、ACID特性実装、データ整合性保証設計、トランザクション分離レベル決定、ロック戦略検討、ロールバック処理実装時に使用
2026-01-05
design-system.md
2
1 export design-system
2 lsst-sqre from "lsst-sqre/squareone"
3 Complete reference for Rubin Observatory design system CSS variables and design tokens. Use this skill when styling components, referencing CSS custom properties, understanding the design token architecture, or working with colors, spacing, typography, and other design primitives. Covers both rubin-style-dictionary foundation tokens and squareone-specific tokens.
2026-01-05
database-design.md
2
1 export database-design
2 cosmix from "cosmix/claude-code-setup"
3 Designs database schemas, relationships, indexes, and migrations for relational and NoSQL databases. Trigger keywords: database design, schema, migration, ERD, normalization, index, foreign key, table design.
2026-01-05
outlook-automation.md
2
1 export outlook-automation
2 gmickel from "gmickel/outlookctl"
3 Automates reading, searching, drafting, and sending emails AND calendar events in Classic Outlook on Windows using local COM automation. Use this skill when the user asks to process Outlook emails, create drafts, send messages, save attachments, manage calendar events, create meetings, or respond to invitations from the authenticated Outlook session on their Windows Devbox. Requires Classic Outlook (not New Outlook) to be running.
2026-01-05
agent-native-architecture.md
2
1 export agent-native-architecture
2 hirefrank from "hirefrank/hirefrank-marketplace"
3 Build AI agents on Cloudflare's edge using prompt-native architecture where features are defined in prompts, not code. Use when creating autonomous agents with Durable Objects, designing Workers services, implementing self-modifying systems, or adopting the "trust the agent's intelligence" philosophy on the edge.
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
security-scan.md
2
1 export security-scan
2 cosmix from "cosmix/claude-code-setup"
3 Quick routine security checks for secrets, dependencies, and common vulnerabilities. Run frequently during development. Triggers: security scan, quick scan, secrets check, vulnerability check, security check, pre-commit security, routine security.
2026-01-05
checking-owasp-compliance.md
2
1 export checking-owasp-compliance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the owasp-compliance-checker plugin to automatically identify potential security vulnerabilities based on the OWASP Top 10 (2021) list. It helps ensure your application adheres to industry-standard security practices by providing a detailed analysis of compliance gaps and offering remediation guidance. Use this skill when you need to audit your code for OWASP compliance, identify and fix vulnerabilities, or generate a compliance report. Trigger this skill by asking to "check OWASP compliance", "scan for OWASP vulnerabilities", or using the `/owasp` shortcut.
2026-01-05
platform-api-integration.md
2
1 export platform-api-integration
2 lsst-sqre from "lsst-sqre/squareone"
3 Guide for discovering and integrating with Rubin Science Platform (RSP) APIs using OpenAPI specifications. Use this skill when working with Gafaelfawr authentication APIs (/auth/*), Times Square notebook APIs (/times-square/api/*), or other RSP services. Covers finding OpenAPI specs, using WebFetch to download specifications, creating TypeScript types from schemas, implementing SWR-based hooks, handling authentication patterns (CSRF tokens, credentials), and creating mock APIs for development.
2026-01-05
skyrim-audio.md
2
1 export skyrim-audio
2 SpookyPirate from "SpookyPirate/spookys-automod-toolkit"
3 Handle Skyrim audio files including FUZ, XWM, and WAV formats. Use when the user wants to inspect audio, extract voice files, create FUZ files, or convert audio formats.
2026-01-05
wrongodb-blogging.md
2
1 export wrongodb-blogging
2 gabrielelanaro from "gabrielelanaro/wrongodb"
3 Plan and write WrongoDB devlog posts in this repo. Use when asked to plan, outline, draft, or revise posts under blog/, generate blog images, or follow the series structure for WrongoDB. This skill embeds the canonical planning and writing prompts and uses blog/generate_image.py for image generation.
2026-01-05
prompt-injection-defense.md
2
1 export prompt-injection-defense
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 AIシステムへのプロンプトインジェクション攻撃を防ぎ、入力検証とコンテキスト分離の設計指針を提供するスキル。Anchors:• OWASP LLM Top 10 / 適用: LLMセキュリティ脅威モデリング / 目的: インジェクション攻撃の分類と防御パターン理解• Simon Willison's Prompt Injection Research / 適用: 実攻撃パターン分析 / 目的: 実世界の攻撃事例から防御戦略を導出• Defense in Depth principle / 適用: 多層防御設計 / 目的: 単一障害点の排除Trigger:Use when designing prompt injection defenses, implementing AI security measures, sanitizing user inputs for LLM systems, separating trusted and untrusted contexts, conducting security reviews for LLM applications, mitigating indirect prompt injection risks.
2026-01-05
server-components-patterns.md
2
1 export server-components-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 React Server Componentsの実装パターン専門スキル。データフェッチ最適化、Suspenseストリーミング、サーバーアクション実装を提供する。Anchors:• Next.js Documentation / 適用: Server Components / 目的: パフォーマンス向上• React Server Components RFC / 適用: RSCアーキテクチャ / 目的: フェッチ最適化• Next.js Data Fetching / 適用: キャッシング戦略 / 目的: 効率的なデータ管理Trigger:Use when implementing React Server Components, designing RSC patterns, optimizing data fetching, planning Suspense boundaries, or implementing Server Actions.RSC, Server Components, data fetching, Suspense, streaming, Server Actions, cache, revalidate
2026-01-05
readme-improvement.md
2
1 export readme-improvement
2 duc01226 from "duc01226/EasyPlatform"
3 Use when the user asks to create or improve a README file, project documentation, getting started guide, or installation instructions. Triggers on keywords like "README", "getting started", "installation guide", "project overview", "setup instructions".
2026-01-05
extension-toolchain.md
2
1 export extension-toolchain
2 phrazzld from "phrazzld/claude-config"
3 Apply modern browser extension toolchain patterns: WXT (default), Plasmo, CRXJS for Chrome/Firefox/Safari extensions. Use when building browser extensions, choosing extension frameworks, or discussing manifest v3 patterns.
2026-01-05
architectural-patterns.md
2
1 export architectural-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 アーキテクチャパターン(Hexagonal、Onion、Vertical Sliceなど)の選定・比較・適用と、依存関係の準拠評価を支援するスキル。境界設計、レイヤー責務、移行計画を整理し、設計判断の根拠と実装の一貫性を保ちます。Anchors:• Patterns of Enterprise Application Architecture / 適用: パターン比較と選定 / 目的: トレードオフを整理する• Domain-Driven Design / 適用: ドメイン中心設計 / 目的: 境界と責務の明確化• Clean Architecture / 適用: 依存関係ルール / 目的: レイヤーの一方向性を維持Trigger:Use when selecting architecture patterns, designing system boundaries, comparing Hexagonal/Onion/Vertical Slice approaches, or evaluating dependency compliance in a codebase.
2026-01-05
creating-handoffs.md
2
1 export creating-handoffs
2 galihcitta from "galihcitta/dotclaudeskills"
3 Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
2026-01-05
fzf.md
2
1 export fzf
2 dashed from "dashed/claude-marketplace"
3 Command-line fuzzy finder for interactive filtering of any list. Use when interactively selecting files, searching command history (CTRL-R), creating selection interfaces in scripts, building interactive menus, or integrating fuzzy search with tools like ripgrep, fd, and git. Triggers on mentions of fzf, fuzzy finder, ** completion, interactive filtering, or shell keybindings CTRL-T/CTRL-R/ALT-C.
2026-01-05
ast-grep.md
2
1 export ast-grep
2 narrowstacks from "narrowstacks/dorkroom"
3 Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.
2026-01-05
difit.md
2
1 export difit
2 MH4GF from "MH4GF/dotfiles"
3 Git diff viewer with web UI and AI prompt generation. Use when "difit" is mentioned, or when reviewing diffs/PRs with AI-friendly output.
2026-01-05
agent-quality-standards.md
2
1 export agent-quality-standards
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 エージェント品質基準と検証プロセスを専門とするスキル。エージェント設計、品質メトリクス、検証戦略、エラーハンドリング、品質スコアリングに対応。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: エージェント品質設計 / 目的: 実践的な品質基準の構築• Code Complete (Steve McConnell) / 適用: エラーハンドリング戦略 / 目的: 堅牢なエージェント実装Trigger:Use when evaluating agent quality, designing completion criteria, defining quality metrics, or planning error handling strategies.
2026-01-05