Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

comp

comp contient 33 skills collectées depuis trycompai, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
33
Stars
1.7k
mis à jour
2026-07-06
Forks
333
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

check-results-service
Développeurs de logiciels

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
Concepteurs web et d'interfaces numériques

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
Développeurs web

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

2026-07-02
api-endpoint-contract
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-05-28
cleanup
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-27
audit-hooks
Développeurs de logiciels

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

2026-04-27
audit-rbac
Développeurs de logiciels

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

2026-04-27
audit-tests
Analystes en assurance qualité des logiciels et testeurs

Audit & fix unit tests for permission-gated components

2026-04-27
better-auth-best-practices
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-27
forms
Développeurs de logiciels

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

2026-04-27
infra
Développeurs de logiciels

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

2026-04-27
new-feature-setup
Développeurs de logiciels

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
Développeurs de logiciels

Prisma schema conventions and migration workflow

2026-04-27
production-readiness
Développeurs de logiciels

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

2026-04-27
prompt-engineering
Développeurs de logiciels

Prompt engineering best practices - invoke with @prompt-engineering

2026-04-27
trigger-advanced-tasks
Développeurs de logiciels

Comprehensive rules to help you write advanced Trigger.dev tasks

2026-04-27
trigger-basic
Développeurs de logiciels

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

2026-04-27
new-feature-setup
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-27
cursor-usage
Développeurs de logiciels

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

2026-04-27
essentials
Développeurs de logiciels

Critical rules that must always be followed

2026-04-27
stale-worktree-cleanup
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-27
trigger-realtime
Développeurs de logiciels

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

2026-04-27
trigger-scheduled-tasks
Développeurs de logiciels

How to write and use scheduled Trigger.dev tasks

2026-04-27
ui
Concepteurs web et d'interfaces numériques

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

2026-04-27