Marketplace · Beta Skills Marketplacequy trình sẵn sàng cho agent của bạn Duyệt các skill được tuyển chọn, sao chép dưới dạng SKILL.md hoặc cài đặt một cú nhấp vào thư viện AgentsRoom. Tương thích sẵn với Claude Code, Cursor, Codex, Windsurf và Aider.
Use when creating new React components. Generates them with TypeScript, Tailwind, and colocated tests.
frontend react typescript
bởi AgentsRoom claude · cursor · windsurf · +3
Use when refactoring or adding Tailwind classes. Enforces ordering, dedupes utilities, replaces arbitrary values with design tokens.
frontend css tailwind
bởi AgentsRoom claude · cursor · windsurf · +3
Use when reviewing or writing UI code. Flags missing ARIA, keyboard handlers, focus traps, and contrast issues before shipping.
frontend a11y review
bởi AgentsRoom claude · cursor · windsurf · +3
postgres-migration-author Use when authoring a PostgreSQL migration. Enforces backwards-compatible patterns and concurrent index creation.
backend database postgres
bởi AgentsRoom claude · cursor · windsurf · +2
rest-endpoint-conventions Use when adding or modifying a REST endpoint. Enforces the project's auth check, validation, error shape and pagination conventions.
backend api rest
bởi AgentsRoom claude · cursor · windsurf · +3
Use when integrating Stripe. Generates payment-intent endpoint, idempotent webhook handler, and the orders table migration.
backend stripe payments
bởi AgentsRoom claude · cursor · windsurf · +3
Use when adding or fixing CI workflows. Generates idempotent GitHub Actions with caching, matrix builds, and proper secret scoping.
devops ci github
bởi AgentsRoom claude · cursor · windsurf · +3
Use when writing a Dockerfile. Multi-stage build, slim base image, non-root user, sensible CMD/ENTRYPOINT split.
devops docker
bởi AgentsRoom claude · cursor · windsurf · +3
Use when writing or updating tests. Picks the right matcher style for the project and avoids brittle assertions.
testing quality
bởi AgentsRoom claude · cursor · windsurf · +3
Use when reviewing a diff or PR. Checks readability, edge cases, error handling, security, and tests in that order.
review quality
bởi AgentsRoom claude · cursor · windsurf · +3
Use when handling API keys, tokens, or any credential. Refuses to commit, hardcode, or log them; suggests safer storage.
security
bởi AgentsRoom claude · cursor · windsurf · +3
Use when adding a README to a project or sub-package. Generates the minimum useful sections without filler.
docs
bởi AgentsRoom claude · cursor · windsurf · +3
Use when writing a commit message. Conventional Commits format with a clean scope and a why-not-what body.
docs git
bởi AgentsRoom claude · cursor · windsurf · +3
Use when a function exceeds 40 lines or a file exceeds 300. Extracts cohesive sub-units with names that describe intent.
refactor quality
bởi AgentsRoom claude · cursor · windsurf · +3