$ skills --list
AIエージェントスキルを閲覧・発見
AIエージェントスキルを閲覧・発見
Showing 44041-44060 of 44357 skills
Plan and implement CDN deployment of built WebF app assets (Vercel/Netlify/S3+CloudFront/GitHub Pages), including cache headers and verification. Use when the user mentions CDN, cache headers, S3/CloudFront, Vercel, Netlify, GitHub Pages, or deploying build output.
Optimize 30-day work schedules for cashflow management using CP-SAT and DP solvers. Use this skill when users need to plan work schedules around bills, deposits, and target balances while minimizing workdays and maximizing rest distribution.
OpenAI API via curl. Use this skill for GPT chat completions, DALL-E image generation, Whisper audio transcription, embeddings, and text-to-speech.
Diagnose Buildkite build failures by fetching build logs and analyzing errors.Use this skill when the user wants to:- Investigate why a build failed- Get logs from failed jobs- List recent builds for a pipeline- Check build status or annotationsTriggers: "why did the build fail", "check the CI", "buildkite logs", "failed build", "build is red", "what broke the build"
Multi-step workflows user does frequently
Detects unchecked return values of memory allocation functions like malloc, calloc, and realloc that can lead to null pointer dereferences. Use when analyzing memory allocation, error handling, or investigating null pointer risks.
<Brief description of this skill>
Use this skill when creating, editing, or publishing news articles or educational content. Contains templates, rules, checklists, script examples, and content guidelines.
Enterprise Mermaid diagramming skill for Claude Code using MCP Playwright. Use when creating architecture diagrams, flowcharts, sequence diagrams, or visual documentation.
Expert system for reviewing utility patent applications against USPTO MPEP guidelines.
Suite of tools for creating Practice Hub UI components and artifacts using the project's design system (React, Tailwind CSS, shadcn/ui, glass-card patterns). Use for building UI components that match Practice Hub's established design patterns and conventions.
Azure Key Vault + CSI Driver integration for Kubernetes secrets management. Use when creating SecretProviderClass resources, mounting secrets from Key Vault, troubleshooting 403 errors, syncing secrets to K8s, or configuring applications to use Key Vault secrets.
Standards for migrating topic notes from Projects/Inbox to the Knowledge Base.
Conduct structured implementation postmortems to gather feedback on architecture conformance, library friction, and tooling effectiveness. Use when reviewing completed implementations, PRs, or development phases to surface design gaps, boundary violations, and improvement opportunities. Triggers on requests for code review feedback, implementation retrospectives, architecture audits, or library/tooling evaluations.
Evaluation and reporting for code quality, performance, security, architecture, team processes, AI/LLM outputs, A/B tests, ROI analysis, and compliance. Scoring systems, benchmarking, dashboard creation, and multi-format report generation (PDF, HTML, Markdown, JSON).
生成专业金融图表(K线图、技术指标图)。适用于数据可视化、技术分析展示、报告生成等场景。支持多种图表类型(basic、comprehensive)和自定义样式(深色、浅色主题)。
Creates a Velero backup for specified namespaces or entire cluster with proper configuration and validation.
Plan multi-week Twitter/X campaigns for newsletter growth, content launches, or audience building.Use when creating content calendars, planning thread series, coordinating cross-platform promotion,or designing engagement strategies. Includes posting cadence, "reply guy" tactics, and campaigntemplates optimized for the December 2025 algorithm.
Four-phase debugging: root cause → patterns → hypothesis → implement. For complex bugs, test failures, multi-component issues. NOT for obvious syntax errors.
Apply private modules with public re-exports pattern for clean API design. Includes conditional visibility for docs and tests. Use when creating modules, organizing mod.rs files, or before creating commits.