Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
prisma
GitHub 创作者资料

prisma

按仓库查看 4 个 GitHub 仓库中的 108 个已收集 skills,并展示近似职业覆盖。

已收集 skills
108
仓库
4
职业领域
2
更新
2026-05-30
职业覆盖
该创作者主要覆盖的职业大类。
仓库浏览

仓库与代表性 skills

#001
prisma-next
56 个 skills34211更新于 2026-05-30
占该创作者 52%
drive-judge-harness
软件开发工程师

Spawns one Drive orchestrator run on a golden-case brief with a pinned model, accumulates per-run token usage, and writes a run manifest — the corpus generator the Drive LLM judge calibrates against. Use when you want to run a golden Drive brief end-to-end, produce a natively-instrumented run, accumulate token usage from the Cursor SDK, or validate the post-hoc trace parser against a transcript corpus. Live execution is gated behind --live + CURSOR_API_KEY; the default is a dry-run that makes no live call.

2026-05-30
prisma-next-upgrade
软件开发工程师

Upgrade Prisma Next in your app. Bumps every `@prisma-next/*` dependency from the version pinned in the lockfile to the requested target (or npm `latest`), applies any required code-translation steps from the per-transition upgrade instructions, validates with the project's own typecheck + tests, and commits each minor step on its own. Use when the user asks to "upgrade Prisma Next", "bump Prisma Next", "move to Prisma Next X.Y", or asks an agent to deal with an `@prisma-next/*` minor bump in their app.

2026-05-30
drive-diagnose-run
软件开发工程师

Reads a Drive trace.jsonl and renders a deterministic diagnostics report. Use when you want to measure a Drive run, read a trace, or produce a diagnostics report over an emitted Drive trace.

2026-05-30
drive-record-traces
软件开发工程师

Library skill that owns the Drive trace-event vocabulary and the JSONL emission protocol. Instrumented drive-* skills reference this skill by name from their "Emit" steps for payload schemas (events.md) and file-path resolution + append mechanics (emission.md), so the vocabulary lives in one canonical place rather than in project-local docs. Use when an instrumented Drive skill reaches an "Emit `<event>`" step and you need the payload schema or append mechanics to write the trace line; when adding or changing a trace event type; when instrumenting a new skill with an Emit step; or when computing metrics from an emitted trace.jsonl.

2026-05-30
prisma-next-extension-upgrade
软件开发工程师

Upgrade Prisma Next in your extension. Bumps every `@prisma-next/*` dependency to the requested target (or npm `latest`), runs the per-transition upgrade instructions for the extension SPI (middleware lifecycle, codec / migration-tools / framework-components churn, seed-migration on-disk shape), verifies the pins are correctly exact via `prisma-next-check-pins`, runs the extension's own typecheck and tests, and commits each minor step on its own. Use when the user asks to "upgrade Prisma Next" in an extension package, or to update an extension's `@prisma-next/*` deps to a new minor.

2026-05-29
drive-check-health
软件开发工程师

Run a project-health rollup at one of three cadence points: session-bookend (start / end), per-slice-merge (after each slice's DoD), or trigger-fired (operator-requested or surfaced by drift signals). Surfaces progress, drift signals, dispatch throughput, calibration story, and recommended next pick. Atomic skill — primary output is the rollup. Downstream skill recommendations are surfaced; auto-invoke only in unattended mode with operator policy.

2026-05-29
drive-close-project
软件开发工程师

Close out a project: verify project DoD (incl. mandatory final retro per invariant I10), classify files under projects/<project>/ as long-lived methodology vs transient project artefacts, migrate long-lived into docs/, strip repo-wide references to projects/<project>/**, delete projects/<project>/, and open the close-out PR. Refuses to delete if DoD unmet or operator hasn't confirmed the classification. Atomic skill; invoked by drive-deliver-workflow once all slices are merged, or directly by the operator at end-of-project.

2026-05-29
drive-create-project
软件开发工程师

Create a new transient project workspace under projects/<project>/ (folders + optional stub docs) AND walk the project DoR. Optionally bootstrap drive/<category>/README.md files if missing (delegates to drive-bootstrap-context). Then hand off to drive- specify-project and drive-plan-project. Use at the start of every new project AND during promote ceremonies (mid-flight slice→project).

2026-05-29
当前展示该仓库 Top 8 / 56 个已收集 skills。
#002
cursor-plugin
40 个 skills81更新于 2026-02-06
占该创作者 37%
当前展示该仓库 Top 8 / 40 个已收集 skills。
#003
skills
7 个 skills382更新于 2026-03-31
占该创作者 6.5%
prisma-postgres-setup
数据库架构师

Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database".

2026-03-31
prisma-cli
数据库管理员

Prisma CLI commands reference covering all available commands, options, and usage patterns. Use when running Prisma CLI commands, setting up projects, generating client, running migrations, managing databases, or starting Prisma's MCP server. Triggers on "prisma init", "prisma generate", "prisma migrate", "prisma db", "prisma studio", "prisma mcp".

2026-03-31
prisma-client-api
软件开发工程师

Prisma Client API reference covering model queries, filters, operators, and client methods. Use when writing database queries, using CRUD operations, filtering data, or configuring Prisma Client. Triggers on "prisma query", "findMany", "create", "update", "delete", "$transaction".

2026-03-31
prisma-database-setup
软件开发工程师

Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup".

2026-03-31
prisma-driver-adapter-implementation
软件开发工程师

Required reference for Prisma v7 driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching SqlDriverAdapter/Transaction interfaces. Contains critical contract details not inferable from code examples — including the transaction lifecycle protocol, error mapping requirements, and verification checklist. Existing implementations do not replace this skill.

2026-03-31
prisma-postgres
数据库管理员

Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.

2026-03-31
prisma-upgrade-v7
软件开发工程师

Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating existing projects. Triggers on "upgrade to prisma 7", "prisma 7 migration", "prisma-client generator", "driver adapter required".

2026-03-31
#004
prisma-plugin
5 个 skills20更新于 2026-05-27
占该创作者 4.6%
prisma-cli
软件开发工程师

Prisma CLI commands reference covering all available commands, options, and usage patterns. Use when running Prisma CLI commands, setting up projects, generating client, running migrations, managing databases, or starting Prisma's MCP server. Triggers on "prisma init", "prisma generate", "prisma migrate", "prisma db", "prisma studio", "prisma mcp".

2026-05-27
prisma-client-api
软件开发工程师

Prisma Client API reference covering model queries, filters, operators, and client methods. Use when writing database queries, using CRUD operations, filtering data, or configuring Prisma Client. Triggers on "prisma query", "findMany", "create", "update", "delete", "$transaction".

2026-05-27
prisma-database-setup
软件开发工程师

Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup".

2026-05-27
prisma-postgres
软件开发工程师

Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.

2026-05-27
prisma-upgrade-v7
软件开发工程师

Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating existing projects. Triggers on "upgrade to prisma 7", "prisma 7 migration", "prisma-client generator", "driver adapter required".

2026-05-27
已展示 4 / 4 个仓库
已展示全部仓库