Semantic UI element detection via uiautomator2
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Semantic UI element detection via uiautomator2
TOON workflow orchestration engine for coordinating ADB automation scripts across phases with error recovery
Add a new minimal API endpoint to NovaTune with service, models, and tests
Add a new application's configuration to Juliet dotfiles with proper stow symlinks.
Create a new .NET Aspire worker project with Kafka, RavenDB, and MinIO integration (project)
This skill should be used when analyzing a link to an AI tool and adding it to the awesome-ai-tools readme with proper categorization
1. Read `backend/main.py` to understand existing tool patterns:
Create BackgroundService implementations for scheduled or polling tasks (project)
Add Contract for inter-BC communication using Provider pattern. Use when one Bounded Context needs to access data from another BC (e.g., Inventory needs Articles from Admin). Creates Contract interface, Provider implementation, and configuration.
Create a reusable UI component with factory pattern, theme compatibility, and proper cleanup
Create a React component with TypeScript and optional tests
Guide adding a new config field across types, defaults, config.yaml, and optional state/env wiring.
Create new files in knowledge base with directory governance. Use when user wants to save, create, or add content. Reads RULE.md to understand directory purpose and follows specified rules. Recommends target directory based on content analysis.
Add cursor-based pagination for list endpoints with stable ordering (project)
>
Adds an event consumer that writes to Azure Data Lake (Parquet) following BI_SALES_RISK plan. Creates events/consumers/[Name]DataLakeCollector.ts subscribing to RabbitMQ, building Parquet rows, writing to /path_prefix/year=YYYY/month=MM/day=DD/. Use when adding DataLakeCollector in logging or similar “event to Data Lake” pipelines.
Add deferred technical debt items identified during PR review
Add a dependency to a Lean project's lakefile. Use when adding requires, dependencies, or imports to a project.
Add new documentation sources to .claude/doc-sources.toml for Context7 access
Add Qdrant embedding support to v3 WordPress components for RAG chatbot. Implements component-level content chunking for searchable, structured embeddings. Use when adding embedding to new or existing v3 components.
Add a new field to an existing entity/model with related service and endpoint updates
Adds a new environment variable with Zod validation. All environment variables must be defined in `src/env.ts` and documented in `.env.example`.
Scaffold a new toggleable feature with full structure, storage, API exposure, and bootstrap registration
Scaffold complete feature with types, repository, API routes, components, store actions, and tests. Use when adding major new functionality like water tracking, sleep tracking, etc.
Add a professional footer to README files with engagement prompts, community channels, and call-to-action for subscriptions. Use when you need to enhance your README with a footer that encourages interaction and builds community.
为Flutter插件添加可配置的选择器小组件(HomeWidget),支持用户点击配置、数据选择和动态数据渲染。核心特性:(1) 配置dataSelector保存必要数据,(2) 通过controller传递id获取最新数据,(3) 支持导航到详情页
Create a game UI injection that modifies existing game elements with proper cleanup
**Before building an integration, AI MUST check `stats.pending_onboarding` for `learn_integrations`:**
Add KafkaFlow consumer handlers for processing Kafka/Redpanda messages (project)
Guide for implementing a new language parser in Codanna. Use when adding language support, implementing parsers, or extending language capabilities. Covers the six-file architecture (mod.rs, definition.rs, parser.rs, behavior.rs, resolution.rs, audit.rs), trait implementation patterns, resolution scope design, and integration workflow. Triggers on requests to add language support, implement new parser, extend language capabilities, or create language implementation.
Add a new lesson learned to shared rules and sync to context files.
Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling
Manually add a technical debt item to MASTER_DEBT.jsonl
Добавляет медицинские записи в Notion. Используй когда пользователь просит добавить запись в карточку Богданы, Андрея или Вани по файлу анализов/обследований.
Interactive guide for adding new lab members to the website. Gathers information via web research, helps write appropriate bios, optimizes images, and generates properly formatted member files. Use when adding new team members, updating member info, or marking members as alumni.
Create a new mouse profile for a mouse model not yet supported
Use this skill when the user asks to add documentation, add docs, add references, or install documentation about Neon. Adds Neon best practices reference links to project AI documentation (CLAUDE.md, AGENTS.md, or Cursor rules). Does not install packages or modify code.
SAM-style feature initiation workflow: discovery -> codebase analysis -> architecture spec -> task decomposition -> validation -> context manifest. Use when a user asks to add a feature, plan a feature, or convert an idea into executable task files.
Guide for adding new files to this codebase while respecting architectural principles including Separation of Concerns, Common Closure Principle, small composable functions (max 20 lines), and externalizing constants. Use when creating new modules, utilities, or any new source files in the project.
Add skills from GitHub to an existing workflow and update all related documentation.
Add Neovim plugins not available in NixVim's official plugin set using extraPlugins and extraConfigLua. Use this skill when the user requests adding a plugin by GitHub URL or mentions a plugin that doesn't exist as a native NixVim module.
Add transactional outbox pattern for reliable event publishing with RavenDB (project)
Add a research paper to the maxpool research-papers collection. Use when the user provides an ArXiv URL, PDF link, or asks to add/summarize a research paper for the website. Handles paper fetching, insight extraction, HTML generation, and index updates.
Add a new phase to the project
**Reference files**: `.deepwork/jobs/add_platform/job.yml`, `.deepwork/jobs/add_platform/steps/add_capabilities.md`
Updates job schema and adapters with any new hook events the platform supports. Use after research to extend DeepWork's hook system.
**Reference files**: `.deepwork/jobs/add_platform/job.yml`, `.deepwork/jobs/add_platform/steps/implement.md`
Creates platform adapter, templates, tests with 100% coverage, and README documentation. Use after adding hook capabilities.
**Reference files**: `.deepwork/jobs/add_platform/job.yml`, `.deepwork/jobs/add_platform/steps/research.md`
Captures CLI configuration and hooks system documentation for the new platform. Use when starting platform integration.