Skip to main content

trycompai/comp

SkillsMP hat 35 Skills aus trycompai/comp gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
35
GitHub-Stars
1.892
GitHub-Forks
394

Es werden 35 von 35 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Check code for the most common, high-risk security vulnerabilities (broken access control, tenant isolation, injection, secrets, SSRF, auth/session, unsafe file handling, mass assignment) before it ships. Use after editing any API controller, guard, or auth…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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",…

Quellsprache: Englisch

Aktualisiert
Beruf
Web- und digitale Schnittstellendesigner
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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",…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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"

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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"

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Audit & fix unit tests for permission-gated components

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Prisma schema conventions and migration workflow

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Prompt engineering best practices - invoke with @prompt-engineering

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Comprehensive rules to help you write advanced Trigger.dev tasks

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Critical rules that must always be followed

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

How to write and use scheduled Trigger.dev tasks

Quellsprache: Englisch

Aktualisiert
Beruf
Web- und digitale Schnittstellendesigner
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Es werden 35 von 35 gesammelten Skills angezeigt.