Skip to main content
在 Manus 中运行任何 Skill
一键导入
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