$ skills --list
Parcourir et découvrir les skills d'agents IA
Parcourir et découvrir les skills d'agents IA
Showing 43701-43720 of 44358 skills
指定されたコンポーネントの全テスト(unit, a11y, vrt, interaction)を実行し、結果をレポートする。
Modern CSS styling methodology prioritizing CSS Grid over Flexbox.Covers Grid layout patterns, Subgrid, Container Queries, Design Tokens, and maintainable CSS architecture.Reference for implementing scalable, responsive layouts with predictable behavior.
Creates design document infrastructure including templates, workflows, and a specific design doc skill. Use when setting up design docs for a new project or when the user mentions "bootstrapping-design-docs".
Prepare executable plans for future CIPS sessions while current session has context. Use when current session has tokens remaining but task suits fresh context.
Create a new git worktree for an agent to work in isolation. Use this when starting parallel implementation of a sub-issue to provide complete environment isolation with unique ports and database.
Analyzes code to identify refactoring opportunities, code duplication, problematic data flows, architectural issues, and code smells. Generates a comprehensive refactoring recommendation plan.
Translate specification files to Japanese while preserving technical accuracy and formatting
Retrieve APPLICATION patterns (architecture, procedures, conventions) from AgentDB skills table. Use BEFORE implementing to ensure consistency.
Run comprehensive code quality checks including TypeScript typecheck, ESLint linting, Prettier formatting, and Markdown validation. Auto-fixes formatting issues in agent mode or provides read-only checks for CI pipelines. Use when: (1) Before committing code changes, (2) In CI/CD pipelines for automated quality gates, (3) After making significant code changes, (4) When preparing code for review, (5) When ensuring code meets quality standards, (6) For type checking, linting, formatting, and markdown validation, (7) In pre-commit hooks, or (8) For automated quality gates before merging. Triggers: finalize, code quality, typecheck, lint, format, check code, quality check, run checks, pre-commit, before commit, CI checks, validate code.
Use when working in Blender, Unity 3D, Unreal Engine, Cinema 4D, VR/AR applications, or any three-dimensional animation work.
Proactively diagnose and fix code bugs. Use when errors occur, tests fail, or performance issues arise. Analyzes stack traces, identifies root causes, and provides working fixes.
Use when fetching financial data from LSEG Workspace via the Eikon Data API. Covers cURL requests, field discovery, symbology conversion, and time series data retrieval.
Optimize course schedules, pacing, and workload distribution to prevent bottlenecks, balance studenteffort across semester, and align deadlines strategically. Uses evidence-based workload estimationand calendar constraint optimization to create sustainable, effective course timelines.USE WHEN: planning course schedule, balancing workload, fixing pacing issues, redistributing deadlines,avoiding student burnout, managing holiday breaks, or optimizing time allocation for units.
Generate Python dataclasses dynamically from SQL queries and database schemas. Use this skill when you need to create type-safe Python classes representing SQL query results, including denormalized fields from JOINs.
Auditar a configuração do Resource Server JWT/OIDC, integrando secrets do Azure Key Vault/Swarm e garantindo policies CORS/claims seguras.
Track progress over time across therapy sessions and journal entries. Supports trend analysis, session comparisons, period summaries, and goal tracking. Reads from analysis files and generates comprehensive progress reports.
Use when building larger movement animations between 500-800ms - hero transitions, complex reveals, animations that tell a story and deserve attention
Manages HyperFlow keyboard orchestration system including Hyper key architecture, Karabiner configuration, app launcher modifications, SuperWhisper mode integration, and debugging. This skill should be used when adding new keyboard shortcuts, modifying the hyperflow.sh launcher, configuring SuperWhisper modes, debugging race conditions, or when mentioned 'hyperflow', 'hyper key', 'keyboard workflow', 'karabiner', 'add shortcut'.
Create git commits following conventional commits format. Use when asked to commit changes.
Comprehensive React 19 patterns including all hooks, Server/Client Components, Suspense, streaming, and transitions. Ensures correct React 19 usage with TypeScript.