$ skills --list
Parcourir et découvrir les skills d'agents IA
Parcourir et découvrir les skills d'agents IA
Showing 42721-42740 of 44358 skills
Employ the "Functional Core, Imperative Shell" pattern to isolate deterministic business logic from side-effecting code for superior testability.
Analyzes dbt model dependencies, traces upstream sources and downstream consumers, identifies circular dependencies, and visualizes data lineage. Use when user asks about model dependencies, wants to understand data flow, needs impact analysis, or wants to trace where data comes from or goes to.
Guides users on modern async patterns including native async fn in traits, async closures, and avoiding async-trait when possible. Activates when users work with async code.
当用户需要审查代码质量、检查代码规范、或提供代码改进建议时使用此skill。专注于代码质量、最佳实践和潜在问题。
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
Guide for implementing Google Gemini API document processing - analyze PDFs with native vision to extract text, images, diagrams, charts, and tables. Use when processing documents, extracting structured data, summarizing PDFs, answering questions about document content, or converting documents to structured formats. (project)
Develop SwiftUI applications for iOS/macOS. Use when writing SwiftUI views, managing state, or building Apple platform UIs.
Create new desktop widgets for the 3SC WPF widget host. Use when adding a new widget type or instance, including its domain model, persistence, viewmodel, view, and registration in the shell/launcher flow.
Miyabi CoordinatorAgent統合スキル - DAGベースのタスク統括・並列実行制御。GitHub Issueを複数タスクに分解し、依存関係グラフを構築して並行実行を統括。Use when:- 複数タスクの並列実行が必要な時- Issueをタスク分解する時- DAG(有向非巡回グラフ)で依存関係を管理する時- Agent実行の統括・オーケストレーションが必要な時- "agent-run", "並列実行", "タスク分解", "DAG" がキーワードに含まれる時
Data validation with Malli schemas in Clojure. Use when working with: (0)malli, (1) data validation or coercion, (2) defining schemas for maps,collections, or domain models, (3) API request/response validation, (4) formvalidation, (5) runtime type checking, or when the user mentions malli,schemas, validation, data contracts, or data integrity.
Browser automation and E2E testing via local Playwright Docker container
A set of skills to handle billing the patients, government or health insurance.
Expert data analyst that explores datasets, performs statistical analysis, identifies patterns, and generates insights from CSV, JSON, and other structured data formats
Create UI components and designs following Google Material Design 3 (Material You) guidelines. Use when building Material UI components, implementing Material theming, working with elevation, color systems, typography, motion, or creating Android/web interfaces with Material Design patterns.
Plan and structure moderated or unmoderated user research sessions that target the given persona and objectives.
WHEN: Code review, quality check, code smell detection, refactoring suggestionsWHAT: Complexity analysis + code smell list + severity-based issues + improvement suggestionsWHEN NOT: Next.js specific → nextjs-reviewer, Security → security-scanner, Performance → perf-analyzer
Expert Node.js and TypeScript development assistant. Use when writing, reviewing, or debugging Node.js code, TypeScript projects, async programming, streams, performance optimization, or npm packages.
Find notes that two specified notes both link to (common neighbors). Triggers on "common references", "shared links", "what do X and Y both link to", "common neighbors".
画像・動画共有システム(オンプレミス)の機能要件・非機能要件の定義を支援する。要件のリストアップ、詳細説明、ベストプラクティスの提案を行う。トリガー条件: (1)「機能要件を定義したい」(2)「非機能要件を定義したい」(3)「要件を確認したい」(4) 画像・動画共有システムの要件について質問されたとき
クラス設計やアーキテクチャリファクタリング時に使用。継承より合成を推奨。