Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

comp

comp には trycompai から収集した 33 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
33
Stars
1.7k
更新
2026-07-06
Forks
333
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

check-results-service
ソフトウェア開発者

How to reuse ANY integration check's results in a feature via the universal CheckResultsService (apps/api integration-platform). Use whenever a feature needs data produced by an integration check — "show 2FA status on People", "surface AWS S3 findings in X", "reuse a check's results", "per-user/per-resource results from a connected integration", "which integrations feed task T". Read this BEFORE writing your own IntegrationCheckResult / CheckRunRepository query — don't hand-roll it.

2026-07-06
responsive-ui
ウェブ・デジタルインターフェースデザイナー

MANDATORY for any UI work in apps/app, apps/portal, or packages/design-system — every component, page, or layout change must work on mobile (~375px), tablet (~768px), desktop (~1280px), and large desktop (~1920px) BY DEFAULT, without being asked. Read this before writing or editing any JSX/TSX that renders visible UI. Triggers on: new component, page, layout, table, toolbar, form, modal/sheet, dashboard, "build UI", "add a column", "add a filter", any styling change.

2026-07-02
ui
ウェブ開発者

Use when building or editing frontend UI components, layouts, styling, design system usage, colors, dark mode, or icons.

2026-07-02
api-endpoint-contract
ソフトウェア開発者

The contract every new or modified API endpoint must follow so it is correct for the public OpenAPI spec, the MCP server (npm @trycompai/mcp-server), the ValidationPipe, and the docs. Triggers on "new endpoint", "add API", "new DTO", "@Body", "@RequirePermission", "MCP tool", "edit controller in apps/api", "OpenAPI", or whenever editing controllers under apps/api/src/.

2026-05-28
diagnose-generation-failure
ソフトウェア開発者

Use when SDK generation failed or seeing errors. Triggers on "generation failed", "speakeasy run failed", "SDK build error", "workflow failed", "Step Failed", "why did generation fail"

2026-05-28
generate-mcp-server
ソフトウェア開発者

Use when generating an MCP server from an OpenAPI spec with Speakeasy. Triggers on "generate MCP server", "MCP server", "Model Context Protocol", "AI assistant tools", "Claude tools", "speakeasy MCP", "mcp-typescript"

2026-05-28
manage-openapi-overlays
ソフトウェア開発者

Use when creating, applying, or validating overlay files including x-speakeasy extensions. Covers overlay syntax, JSONPath targeting, retries, pagination, naming, grouping, open enums, global headers, custom security. Triggers on "create overlay", "apply overlay", "overlay file", "x-speakeasy", "add extension", "configure retries", "add pagination", "overlay for retries".

2026-05-28
speakeasy-context
ソフトウェア開発者

Speakeasy workflow: run 'agent context' FIRST, do task, run 'agent feedback' LAST. Triggers on speakeasy, SDK, OpenAPI.

2026-05-28
cleanup
ソフトウェア開発者

MUST run after writing or modifying code — reviews changed files for verbose patterns, inconsistencies, and readability issues before considering work done

2026-05-13
billing
ソフトウェア開発者

Use when changing Comp AI billing, Stripe products/prices, subscription checkout, org payment methods, entitlements, usage ledgers, invoices, or billing webhooks.

2026-05-01
audit-design-system
ソフトウェア開発者

Audit & fix design system usage — migrate @trycompai/ui and lucide-react to @trycompai/design-system

2026-04-27
audit-hooks
ソフトウェア開発者

Audit & fix hooks and API usage patterns — eliminate server actions, raw fetch, and stale patterns

2026-04-27
audit-rbac
ソフトウェア開発者

Audit & fix RBAC and audit log compliance in API endpoints and frontend components

2026-04-27
audit-tests
ソフトウェア品質保証アナリスト・テスター

Audit & fix unit tests for permission-gated components

2026-04-27
better-auth-best-practices
ソフトウェア開発者

Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.

2026-04-27
data
ソフトウェア開発者

Use when implementing data fetching, API calls, server/client components, or SWR hooks

2026-04-27
forms
ソフトウェア開発者

Use when building forms - covers React Hook Form, Zod validation, and form patterns

2026-04-27
infra
ソフトウェア開発者

Use when working with packages, dependencies, monorepo structure, or build configuration

2026-04-27
new-feature-setup
ソフトウェア開発者

Use when starting a new feature, Linear ticket, or bugfix in this repo — establishes the branch + worktree + env + DB + dev-server conventions so the work is immediately ready to code without fighting infra. Triggers on "start a new feature", "spin up a worktree", "begin ticket", "new branch".

2026-04-27
prisma
ソフトウェア開発者

Prisma schema conventions and migration workflow

2026-04-27
production-readiness
ソフトウェア開発者

Run all audit checks (RBAC, hooks, design system, tests) and verify build

2026-04-27
prompt-engineering
ソフトウェア開発者

Prompt engineering best practices - invoke with @prompt-engineering

2026-04-27
trigger-advanced-tasks
ソフトウェア開発者

Comprehensive rules to help you write advanced Trigger.dev tasks

2026-04-27
trigger-basic
ソフトウェア開発者

Only the most important rules for writing basic Trigger.dev tasks

2026-04-27
new-feature-setup
ソフトウェア開発者

Use when starting a new feature, Linear ticket, or bugfix in this repo — establishes the branch + worktree + env + DB + dev-server conventions so the work is immediately ready to code without fighting infra. Triggers on "start a new feature", "spin up a worktree", "begin ticket", "new branch".

2026-04-27
code
ソフトウェア開発者

Use when writing TypeScript/React code - covers type safety, component patterns, and file organization

2026-04-27
cursor-usage
ソフトウェア開発者

How to write and manage Cursor rules - invoke with @cursor-usage

2026-04-27
essentials
ソフトウェア開発者

Critical rules that must always be followed

2026-04-27
stale-worktree-cleanup
ソフトウェア開発者

Use when cleaning up old git worktrees, removing worktrees whose branches have merged or been abandoned, or dropping orphaned compdev_* Postgres databases. Triggers on "clean up worktrees", "delete stale worktrees", "worktrees piling up", "orphaned databases", "remove unused worktree".

2026-04-27
trigger-config
ソフトウェア開発者

Configure your Trigger.dev project with a trigger.config.ts file

2026-04-27
trigger-realtime
ソフトウェア開発者

How to use realtime in your Trigger.dev tasks and your frontend

2026-04-27
trigger-scheduled-tasks
ソフトウェア開発者

How to write and use scheduled Trigger.dev tasks

2026-04-27
ui
ウェブ・デジタルインターフェースデザイナー

Use when building or editing frontend UI components, layouts, styling, design system usage, colors, dark mode, or icons.

2026-04-27