Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

comp

يحتوي comp على 33 من skills المجمعة من trycompai، مع تغطية مهنية على مستوى المستودع وصفحات 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