一键导入
nean-kit
Startup runbook for NEAN projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Startup runbook for NEAN projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | nean-kit |
| description | Startup runbook for NEAN projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints. |
Initialize a new NEAN project with the standard stack, scaffolding, GitHub security, and constraints.
Input: <app-name> (optional, default: "app")
/nean-stack
Establishes: toolchain, Nx monorepo layout, NestJS/Angular conventions, database approach, environments.
/nean-scaffold <app-name> [--github]
Creates: build-green baseline with CI, tests, shared libraries, API utilities, Docker configuration.
/github-hooks --platform nean
Installs: Husky + lint-staged, pre-commit validation (lint, format, secrets), commit message enforcement, pre-push tests.
/github-secure
Applies: branch protection, Dependabot, CodeQL, CODEOWNERS, SECURITY.md, PR templates, security workflows.
Confirm these always-on skills are enabled:
nean-sec — security policynean-nfr — non-functional requirementsnean-std — coding standardsnean-styleguide — design/UX standards/nean-unit-test — run tests, report failures, fix with approval/nean-code-review — review against policies, fix with approval/nean-design-review — visual review with Playwright, fix with approval/nean-add-feature — scaffold new feature modules/nean-add-auth — add authentication/nean-api-docs — generate OpenAPI documentation/nean-e2e — E2E test management/nean-deps — dependency management/nean-deploy — prepare for deploymentAfter running this kit, confirm:
Scaffold a pnpm + Turborepo MERN monorepo with Next.js, tooling, tests, CI, and optional GitHub repo creation.
Configure GitHub repository security with branch protection, Dependabot, security scanning, and CI workflows. Integrates with mern-scaffold, nean-scaffold, and iOS projects.
Harden a Vercel deployment with security headers, CSP, bot protection, and deployment configuration
Add authentication to an iOS app with Sign in with Apple, biometrics, and Keychain storage.
Scaffold a new feature with View, ViewModel, and tests following ios-std conventions.
Review iOS code for compliance with standards, NFRs, and security policy.