Complete Magisk system installation - from initial app setup to full system integration
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Complete Magisk system installation - from initial app setup to full system integration
Magisk Manager automation - app launching, module installation, Zygisk configuration
Base navigation patterns for Android device automation - gestures, waits, and UI interaction
Screen understanding with OCR and template matching for Android device automation
Semantic UI element detection via uiautomator2
TOON workflow orchestration engine for coordinating ADB automation scripts across phases with error recovery
>
Add new Agent templates to the meta-agent-skills framework.
Add a new minimal API endpoint to NovaTune with service, models, and tests
Create API layer components for a new entity. Includes usecase interactors (internal/usecase/), proto definitions (schema/proto/), gRPC handlers (internal/infrastructure/grpc/), and DI registration. Use when adding CRUD endpoints or Step 3 of CRUD workflow (after add-domain-entity).
Create Next.js API route with validation and error handling
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)
Add a new Jotai atom to the state system with type definitions, registry, and Store API access
Add authentication endpoints (register, login, refresh, logout) to NovaTune
Adds entity-specific authorization methods to `AuthorizationService` for permission checks.
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
'Add backend integration testing with Vitest to an existing app. Sets up isolated test database schema and writes tests for tRPC routers.'
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.
Add a new one-time shop boost (buyable item) consistent with the app’s cat-petting theme and design-concept-reference.png. Produces the boosts.json entry, icon filename/path, accessible imageDescription, and concise icon generation instructions.
Create a new card part within a section with factory/class pattern, Card wrapper, and proper cleanup
When user wants to add a new case study to the portfolio.
Add a new code quality check to CI, justfile, and pre-commit hooks. Use when adding linters, formatters, type checkers, or other code quality tools to the project.
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)
Use when adding new mobs or entities. Covers entity class, model, renderer, client registration, spawn config, loot tables.
>
Create database migrations, define table schemas, and manage constant tables (enums). Use when: (1) creating a new database table, (2) running 'make migrate.create', (3) adding enum/status values, (4) modifying table structure. REQUIRED first step before add-domain-entity.
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.
Guide for adding a new dataset loader to AReaL. Use when user wants to add a new dataset.
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.
Create React dialog components with forms for the dealflow-network project using Radix UI, tRPC mutations, and proper state management. Use when adding create/edit dialogs, modals, or form-based UI components.
Add new documentation sources to .claude/doc-sources.toml for Context7 access
add-domain-entity
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`.
Adds a new domain error type that extends `BaseError`. All custom errors are defined in `src/errors.ts` and automatically handled by the global error handler.
1. Read current event types in `frontend/src/App.tsx`:
Add a new exercise to vibereps. Use when the user wants to create a new exercise type with pose detection. Handles creating the JSON config file and detection logic.
All exercises are defined in: `src/data/popularExercises.ts`
Scaffold a new toggleable feature with full structure, storage, API exposure, and bootstrap registration
Creates TanStack Query hooks for API features with authentication. Use when connecting frontend to backend endpoints, creating data fetching hooks.
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.