$ skills --list
瀏覽並探索 AI 代理技能
瀏覽並探索 AI 代理技能
Showing 43541-43560 of 44358 skills
Batch-process web pages via headless Playwright browser, extract HTML, convert to markdown using Turndown, and save to timestamped scratchpad file. Use when user asks to "capture these pages as markdown", "save web content", "fetch and convert webpages", or needs clean markdown from HTML. All URLs from one prompt → single file at docs/web-captures/<timestamp>.md.
Defines editorial priorities for AndesRC blog. Maps topics to funnel stages (TOFU/MOFU/BOFU), identifies pillar vs. satellite content, and ensures alignment with the 4 content pillars. Use when starting a new content cycle or prioritizing the backlog.
Guide for writing Go tests following this project's patterns including httptest, test organization, and coverage requirements.
Concurrent branch development with devcontainers using clone-based isolation
Create professional Tencent Cloud themed presentations from markdown content. Use when users request: (1) Creating presentations with Tencent Cloud branding, (2) Converting markdown documents to PowerPoint slides, (3) Generating slides with automatic content structuring, (4) Creating bilingual (Chinese/English) technical presentations, (5) Adding AI-generated images to presentation slides. Keywords to watch: 腾讯云, Tencent Cloud, markdown to PPT, presentation generation, slides with images.
Creates and manages Jira work items via acli CLI. Use when creating Jira issues, updating tasks, transitioning statuses, adding comments, or querying JQL. For Confluence operations, use managing-confluence instead.
Generate README.md, build.sh, and GitHub release workflows for WordPress plugins. Activate when creating release infrastructure for a WordPress plugin, setting up distribution packaging, or creating GitHub Actions workflows for plugin releases. Works with any WordPress plugin structure.
Use this when writing or updating docs/ content, UX specs, or cross-linking guides in markdowntown.
Design and build reusable, maintainable UI components following modern architecture patterns for React, Vue, or other frameworks. Use this skill when creating component files (.jsx, .tsx, .vue), implementing component logic, managing component state, defining props interfaces, or organizing component hierarchies in directories like components/, views/, or pages/. Apply this skill when building functional components with hooks (React), composition API components (Vue), single-file components, implementing component composition patterns, managing local vs. lifted state, or creating custom hooks for shared logic. This skill ensures components follow single responsibility principle, are properly encapsulated, have clear prop interfaces with TypeScript types, support reusability across contexts, and follow modern patterns like atomic design, container/presentational separation, and compound components.
Production-ready FastAPI project scaffolding templates including directory structure, configuration files, settings management, dependency injection, MCP server integration, and development/production setup patterns. Use when creating FastAPI projects, setting up project structure, configuring FastAPI applications, implementing settings management, adding MCP integration, or when user mentions FastAPI setup, project scaffold, app configuration, environment management, or backend structure.
Specialized agent for deep argument analysis. Maps claims, identifies logical gaps, generates counterarguments, suggests evidence needs. Use when user asks to "strengthen arguments", "check logic", "improve reasoning", or explicitly invokes the argument strengthener agent.
useSWR/useSWRMutationでサーバーデータを管理します。データ取得、変更、SWRキー管理を含む、カスタムフックパターンを実装します。
Automatically reviews DevPrep AI code for quality standards including ESLint compliance, TypeScript strict mode, 180-line file limits, complexity under 15, proper naming conventions, import patterns, and architectural compliance with the 6-folder structure
DeploymentAgent スキル - CI/CDデプロイ自動化・Firebase自動デプロイ・ヘルスチェック・自動Rollback。ビルド・テスト・デプロイを完全自動化し、Staging/Production環境へのFirebaseデプロイを実行。Use when:- アプリケーションをデプロイする時- Firebase Hosting/Functionsにデプロイする時- ヘルスチェックが必要な時- Rollbackが必要な時- "デプロイ", "deploy", "release", "staging", "production" がキーワードに含まれる時
Expert assistant in intellectual property and licensing. Helps users choose the most suitable license for their creations through a guided questionnaire. Use when user asks about licensing, choosing a license, open-source licenses, Creative Commons, copyright protection, or intellectual property for their projects. Covers all license types: open-source, free software, proprietary, public domain, Creative Commons, commercial, and dual licensing models. Responds in the user's language.
This skill should be used when the user asks to "create a codex prompt", "write a CTM", "format task for codex", "optimize prompt for codex", "submit to codex", or needs to generate a Codex Task Manifest (CTM) for delegation to OpenAI's Codex agent.
List note engagements from HubSpot CRM. Load when user says 'list notes', 'show notes', 'note history', 'hubspot notes'. Returns logged note records.
Systematically trace bugs backward through call stack to find original trigger
Set up GPU sandboxes for interpretability research. Use when writing setup.py scripts with Sandbox, SandboxConfig, ModelConfig, or create_notebook_session. Provides the exact API for Modal GPU environments - MUST read before writing any sandbox setup code.
WPF Popup 컨트롤의 포커스 관리 패턴 (PreviewMouseDown 이벤트 활용)