厳選されたスキルを閲覧し、SKILL.md としてコピー、またはワンクリックで AgentsRoom ライブラリに追加。Claude Code、Cursor、Codex、Windsurf、Aider にそのまま対応。
Use when creating new React components. Generates them with TypeScript, Tailwind, and colocated tests.
Use when refactoring or adding Tailwind classes. Enforces ordering, dedupes utilities, replaces arbitrary values with design tokens.
Use when reviewing or writing UI code. Flags missing ARIA, keyboard handlers, focus traps, and contrast issues before shipping.
Use when authoring a PostgreSQL migration. Enforces backwards-compatible patterns and concurrent index creation.
Use when adding or modifying a REST endpoint. Enforces the project's auth check, validation, error shape and pagination conventions.
Use when integrating Stripe. Generates payment-intent endpoint, idempotent webhook handler, and the orders table migration.
Use when adding or fixing CI workflows. Generates idempotent GitHub Actions with caching, matrix builds, and proper secret scoping.
Use when writing a Dockerfile. Multi-stage build, slim base image, non-root user, sensible CMD/ENTRYPOINT split.
Use when writing or updating tests. Picks the right matcher style for the project and avoids brittle assertions.
Use when reviewing a diff or PR. Checks readability, edge cases, error handling, security, and tests in that order.
Use when handling API keys, tokens, or any credential. Refuses to commit, hardcode, or log them; suggests safer storage.
Use when adding a README to a project or sub-package. Generates the minimum useful sections without filler.
Use when writing a commit message. Conventional Commits format with a clean scope and a why-not-what body.
Use when a function exceeds 40 lines or a file exceeds 300. Extracts cohesive sub-units with names that describe intent.
AgentsRoom デスクトップで Skills Library を開き、スキルを作成し、エディターからマーケットプレイスへ提出 (近日公開)。
コンパニオンアプリ:外出先でもエージェントを確認
Claude、Codex、Gemini CLI、またはその他の AI プロバイダーを使用します。
バグや要望を公開バックログに直接送信できます。