marketplace/bundles/pm-dev-frontend-cui/skills/cui-javascript-project/SKILL.md
JavaScript project structure, package.json configuration, dependency management, and Maven integration standards for consistent project setup and builds
npx skillsauth add cuioss/plan-marshall cui-javascript-projectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
REFERENCE MODE: This skill provides reference material. Load specific standards on-demand based on current task.
Build output parsing: Use plan-marshall:build-npm for npm/npx output analysis — this skill does not provide its own parser.
Standards for JavaScript project setup, structure, dependencies, and Maven integration in CUI projects.
| Standard | Purpose |
|----------|---------|
| standards/project-structure.md | Directory layouts, file naming, package.json, .gitignore |
| standards/dependency-management.md | Semantic versioning, security, ES module config |
| standards/maven-integration.md | frontend-maven-plugin, Maven phases, SonarQube |
| Type | Source Directory |
|------|----------------|
| Standard Maven | src/main/resources/static/js/ |
| Quarkus DevUI | src/main/resources/dev-ui/ |
| NiFi Extension | src/main/webapp/js/ |
| Standalone | src/main/js/ |
"type": "module" in package.json for ES module supportlint, format, test, test:ci-strict, qualitypackage-lock.json, never commit node_modules/pm-dev-frontend:javascript — JavaScript standards including JSDocpm-dev-frontend:lint-config — ESLint, Prettier, Stylelint configurationplan-marshall:build-npm — npm/npx build execution with multi-parser output analysistesting
A test skill for README generation
testing
A test skill with existing references
tools
Skill without references directory
development
Test skill with table-format references