Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

core

core 收录了来自 mx-space 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
542
更新
2026-06-12
Forks
149
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

mxs-cli-ai-author
软件开发工程师

Use when an agent must inspect, draft, validate, edit, publish, unpublish, delete, or configure mx-space content through packages/cli or the mxs binary.

2026-06-12
release-core
软件开发工程师

Use when releasing mx-core server (apps/core), @mx-space/api-client, or @mx-space/cli (mxs) — version bump, changelog, git tag, Docker build, GitHub Release, and Dokploy redeploy. Triggers on "发版", "release a new version", "cut a release", "bump version", "publish api-client", "publish cli", "release mxs".

2026-06-11
mx-migration-author
软件开发工程师

Author and review Drizzle SQL migrations safely for rolling deploys. Triggers when editing apps/core/src/database/schema/*.ts or apps/core/src/database/migrations/*.sql, when the user runs drizzle-kit generate, when "lint-migrations" reports a violation, or on prompts like "迁移", "改 schema", "alter table", "add a column", "drop column", "migration safety". Enforces the expand-contract pattern because mx-core ships rolling deploys (Dokploy, 2 replicas) where new and old pods coexist for tens of seconds during cutover.

2026-05-05
api-conventions
软件开发工程师

MX Space API design conventions. Apply when writing controllers, API endpoints, or handling HTTP requests.

2026-05-04
create-e2e-test
软件质量保证分析师与测试员

Create E2E test file for a specified module. Use when adding end-to-end tests for controllers or unit tests for services and repositories.

2026-05-04
create-module
软件开发工程师

Create a new NestJS module with repository, service, controller, schema, and Drizzle table definition. Use when adding new feature modules, API endpoints, or business domains.

2026-05-04
mx-review
软件质量保证分析师与测试员

Review code for MX Space project conventions. Checks NestJS patterns, Drizzle ORM repositories, Zod schemas, API design, etc.

2026-05-04
zod-patterns
软件开发工程师

MX Space project Zod schema patterns. Apply when creating DTOs, validation schemas, or handling request validation.

2026-05-04
mx-pg-controller-migration
软件开发工程师

Use when verifying and porting an mx-core controller (Post/Note/Page/Comment/Category/etc.) after the MongoDB→PostgreSQL cutover, or when its data shape no longer matches what api-client and admin-vue3 expect. Triggers on "校验 controller"、"check controller"、"迁移 controller"、"修复迁移后的接口"、"data missing after PG migration"、"related/category 字段丢了" and similar.

2026-05-04
run-test
软件质量保证分析师与测试员

Run tests. Supports running all tests, single file, or pattern-matched tests.

2026-01-24