core
AI agent toolkit for building and maintaining the dotCMS platform
All Skills in This Repository (27)
Pure Emerald Level Indicatorsnx-workspace
Inspect Nx workspace projects, targets, and dependency graphs using nx CLI commands.
link-workspace-packages
Link workspace packages in monorepos using npm, yarn, pnpm, or bun workspace commands.
nx-plugins
Lists and installs Nx plugins to add framework support to a workspace.
angular-developer
Generates Angular code and architectural guidance for components, signals, forms, routing, and testing.
nx-run-tasks
Runs build, test, lint, and other tasks in Nx monorepo workspaces.
nx-generate
Generates applications, libraries, and boilerplate code using Nx workspace generators.
speckit-checklist
Generate requirements-quality checklists for spec-kit feature specifications.
speckit-specify-fix
Creates defect-framed bug-resolution specifications from issue reports for the dotCMS spec-kit workflow.
dot-release-rollback-check
Inspects merged PRs between two dotCMS versions to determine rollback safety.
skill-doctor
Diagnose, report, and fix broken repository skills with local override management.
speckit-constitution
Creates and updates project constitution files with versioned principles and template synchronization.
speckit-implement
Executes implementation plans by processing tasks defined in tasks.md.
Frequently Asked Questions
FAQPage SchemaHow to install dotCMS core skills?โผ
Run `npx skills add dotCMS/core --all -g -y` in your terminal to install all agent skills in this suite globally.
What do the dotCMS agent skills do?โผ
They let your AI agent create GitHub issues, diagnose CI failures, plan features with spec-kit, backport LTS fixes, and check release rollback safety inside the dotCMS repo.
How to diagnose a failing dotCMS CI build with AI?โผ
The dot-cicd-diagnose skill gathers workflow logs, checks known flaky tests, and produces an evidence-based root cause report automatically.
Do these skills work with Claude Code and Cursor?โผ
Yes. The skills follow the standard SKILL.md format and the repo includes CLAUDE.md, AGENTS.md, and Cursor rules for cross-tool compatibility.
Can AI enforce dotCMS coding standards automatically?โผ
Yes. Skills like dot-ui-angular-standards make the agent follow the repo's Angular, testing, and styling rules whenever it writes or reviews frontend code.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core