Agent skill
nean-kit
Startup runbook for NEAN projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/nean-kit
SKILL.md
Purpose
Initialize a new NEAN project with the standard stack, scaffolding, GitHub security, and constraints.
Input: <app-name> (optional, default: "app")
Startup sequence (run in order)
1. Confirm stack decisions
/nean-stack
Establishes: toolchain, Nx monorepo layout, NestJS/Angular conventions, database approach, environments.
2. Scaffold the project
/nean-scaffold <app-name> [--github]
Creates: build-green baseline with CI, tests, shared libraries, API utilities, Docker configuration.
3. Set up local Git hooks
/github-hooks --platform nean
Installs: Husky + lint-staged, pre-commit validation (lint, format, secrets), commit message enforcement, pre-push tests.
4. Configure GitHub security (if --github was used)
/github-secure
Applies: branch protection, Dependabot, CodeQL, CODEOWNERS, SECURITY.md, PR templates, security workflows.
5. Verify constraints are active
Confirm these always-on skills are enabled:
nean-sec— security policynean-nfr— non-functional requirementsnean-std— coding standardsnean-styleguide— design/UX standards
Quality workflows (invoke as needed)
/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
Additional workflows (invoke as needed)
/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 deployment
Output
After running this kit, confirm:
- Stack decisions applied
- Project scaffolded and building
- Local Git hooks installed (pre-commit, commit-msg, pre-push)
- GitHub security configured (if --github)
- Governing constraints active
- Quality workflows available
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?