Browse Skills

22656 skills found

g-sui.md
2
1 export g-sui
2 michalCapo from "michalCapo/g-sui"
3 Server-rendered Go UI framework. Use when building g-sui applications, creating UI components, handling forms with server actions, using data tables, setting up routes, or implementing WebSocket patches. Triggered by "g-sui", "server-rendered UI", "Go UI framework", form handling, or data collation.
2026-01-05
threejs-scene-builder.md
2
1 export threejs-scene-builder
2 Dexploarer from "Dexploarer/hyper-forge"
3 Comprehensive Three.js and React Three Fiber skill for creating 3D scenes, characters, NPCs, procedural generation, animation retargeting, and interactive experiences. Use when user asks to "create Three.js scene", "setup React Three Fiber", "add 3D character", "create NPC AI", "procedural 3D generation", "retarget animation", "setup avatar system", or "create 3D game".
2026-01-05
codex-cli.md
2
1 export codex-cli
2 creator-hian from "creator-hian/claude-code-plugins"
3 OpenAI Codex CLI fundamentals for code analysis, review, and validation. Use when (1) executing codex commands for code review/analysis, (2) configuring models (gpt-5.2-codex/gpt-5.2/gpt-5.1-codex-max/codex-mini), sandbox modes (read-only/workspace-write), or reasoning effort (low/medium/high/xhigh), (3) managing Codex sessions with resume, (4) integrating Codex into automation scripts. Do NOT use for orchestration patterns (use codex-claude-loop instead).
2026-01-05
velociraptor.md
2
1 export velociraptor
2 refractionPOINT from "refractionPOINT/documentation"
3 Velociraptor DFIR integration for LimaCharlie. List available VQL artifacts, view artifact definitions, launch forensic collections on endpoints. Find raw collection data in Artifacts (type:velociraptor, source:SID). Query processed JSON events from the 'velociraptor' sensor (tag:ext:ext-velociraptor). Build D&R rules for velociraptor_collection events. Use for: forensic triage, incident response, threat hunting, VQL artifact collection.
2026-01-05
lora-scene-partner.md
2
1 export lora-scene-partner
2 davidrd123 from "davidrd123/ComfyPromptByAPI"
3 Meta-collaboration skill for LoRA-based scene generation. Use when working as a proactive creative partner for LoRA video generation (Graffito, Akira, etc.). Establishes persona, tracks HARD/SOFT context, respects FLUSH/RESET semantics, and maintains STANCE CHECKs. This is the collaboration layer that orchestrates other prompt engineering skills.
2026-01-05
context-window-optimization.md
2
1 export context-window-optimization
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 コンテキストウィンドウの制約内で情報を最適整理するためのスキル。トークン計測、優先順位付け、圧縮、検証の一連フローを提供する。Anchors:• High Performance Browser Networking / 適用: 計測とレイテンシ意識 / 目的: 予算内最適化• Designing Data-Intensive Applications / 適用: リソース制約下の設計 / 目的: 効率的な構造化• Progressive Disclosure パターン / 適用: 段階的情報開示 / 目的: 過剰読み込みの回避Trigger:Use when optimizing context window usage, measuring token budgets, prioritizing context elements, or applying compression techniques.context window optimization, token budget, context prioritization, compression, summarization
2026-01-05
performing-security-code-review.md
2
1 export performing-security-code-review
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to conduct a security-focused code review using the security-agent plugin. It analyzes code for potential vulnerabilities like SQL injection, XSS, authentication flaws, and insecure dependencies. Claude uses this skill when the user explicitly requests a security audit, asks for a code review with a focus on security, or mentions security concerns related to code. The security-agent plugin then provides structured security findings with severity ratings, code locations, impact assessments, and remediation guidance.
2026-01-05
orchestrating-test-workflows.md
2
1 export orchestrating-test-workflows
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate".
2026-01-05
risk-management-specialist.md
2
1 export risk-management-specialist
2 moag1000 from "moag1000/Little-ISMS-Helper"
3 Expert IT Risk Manager with deep knowledge of ISO 27005 (IT risk management), ISO 31000 (enterprise risk management), and ISO 27001 integration. Specializes in optimizing workflows through the Data Reuse principle - leveraging existing Assets, Incidents, Controls, and Business Processes to streamline risk assessments. Automatically activated when user asks about risk management, risk assessment, risk treatment, risk appetite, risk acceptance, ISO 27005, ISO 31000, threat analysis, vulnerability assessment, or risk matrices.
2026-01-05
render-output.md
2
1 export render-output
2 rayk from "rayk/lucid-toolkit"
3 Renders structured data to terminal with optimal formatting. Use when presenting agent results, displaying data to users, formatting command output, or showing validation reports. Transforms raw data into clear, scannable terminal output.
2026-01-05
writing-plans.md
2
1 export writing-plans
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Use after brainstorming/design phase to create detailed implementation plans. Creates step-by-step plans clear enough for execution by any developer.
2026-01-05
performance-optimization.md
2
1 export performance-optimization
2 duc01226 from "duc01226/EasyPlatform"
3 Use when analyzing and improving performance for database queries, API endpoints, or frontend rendering.
2026-01-05
stock-data-fetcher.md
2
1 export stock-data-fetcher
2 RoacherM from "RoacherM/StockMastar"
3 获取A股数据(baostock)并缓存到本地CSV文件,避免MCP返回大量数据占用上下文。触发场景:(1)获取超过100条的K线数据 (2)需要多次查询同一股票数据 (3)需要用grep/awk分析数据 (4)用户提到"保存数据"或"缓存数据"
2026-01-05
managing-test-environments.md
2
1 export managing-test-environments
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage isolated test environments using Docker Compose, Testcontainers, and environment variables. It is used to create consistent, reproducible testing environments for software projects. Claude should use this skill when the user needs to set up a test environment with specific configurations, manage Docker Compose files for test infrastructure, set up programmatic container management with Testcontainers, manage environment variables for tests, or ensure cleanup after tests. Trigger terms include "test environment", "docker compose", "testcontainers", "environment variables", "isolated environment", "env-setup", and "test setup".
2026-01-05
orchestration-debugging.md
2
1 export orchestration-debugging
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Troubleshoot agent & tool failures in scheduling orchestration. Use when MCP tools fail, agent communication breaks, constraint engines error, or database operations timeout. Provides systematic incident response and root cause analysis.
2026-01-05
migration-planner.md
2
1 export migration-planner
2 patricio0312rev from "patricio0312rev/skillset"
3 Builds phased data and system migrations using feature flags, dual writes, backfills, and validation. Includes rollback plans and risk mitigation. Use for "data migration", "system migration", "database migration", or "platform migration".
2026-01-05
data-retention-archiving-planner.md
2
1 export data-retention-archiving-planner
2 patricio0312rev from "patricio0312rev/skillset"
3 Plans and implements data retention policies with archival strategies, compliance requirements, automated cleanup jobs, and cold storage migration. Use for "data retention", "data archival", "GDPR compliance", or "storage optimization".
2026-01-05
brevo.md
2
1 export brevo
2 getzenai from "getzenai/claude-plugins"
3 Full access to Brevo (email marketing, newsletters) using curl and the Brevo REST API directly - no MCP server or additional dependencies required.
2026-01-05
rust.md
2
1 export rust
2 cosmix from "cosmix/claude-code-setup"
3 Rust language expertise for writing safe, performant, production-quality Rust code. Use for Rust development, ownership patterns, error handling, async/await, and cargo management. Triggers: rust, cargo, rustc, ownership, borrowing, lifetime, Result, Option, traits, crates.
2026-01-05
asset-manager.md
2
1 export asset-manager
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Organize design assets, optimize images and fonts, maintain brand asset libraries, implement version control for assets, and enforce naming conventions. Keep design assets organized and production-ready.
2026-01-05
testing-philosophy.md
2
1 export testing-philosophy
2 phrazzld from "phrazzld/claude-config"
3 Apply testing philosophy: test behavior not implementation, minimize mocks, AAA structure, coverage for confidence not percentage. Use when writing tests, reviewing test quality, discussing TDD, or evaluating test strategies.
2026-01-05
safe-schedule-generation.md
2
1 export safe-schedule-generation
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Safe schedule generation with mandatory backup. REQUIRES database backup before any write operations to schedule tables. Use when generating schedules, bulk assigning, or executing swaps.
2026-01-05
integrating-secrets-managers.md
2
1 export integrating-secrets-managers
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to seamlessly integrate with various secrets managers like HashiCorp Vault and AWS Secrets Manager. It generates configurations and setup code, ensuring best practices for secure credential management. Use this skill when you need to manage sensitive information, generate production-ready configurations, or implement a security-first approach for your DevOps infrastructure. Trigger terms include "integrate secrets manager", "configure Vault", "AWS Secrets Manager setup", "manage credentials securely", or requests for secure configuration generation.
2026-01-05
gemini-claude-loop.md
2
1 export gemini-claude-loop
2 creator-hian from "creator-hian/claude-code-plugins"
3 Dual-AI engineering loop orchestrating Claude Code (planning/implementation) and Gemini (validation/review). Use when (1) complex feature development requiring validation, (2) high-quality code with security/performance concerns, (3) large-scale refactoring, (4) user requests gemini-claude loop or dual-AI review. Do NOT use for simple one-off fixes or prototypes.
2026-01-05