Production-ready Claude Code skills from Ortus Solutions for frontend engineering, language expertise, BoxLang development, security analysis, code review, and technical documentation.
This repository follows a flat <slug>/SKILL.md layout at the repository root and works as a Claude Code plugin marketplace as well as skills.sh-compatible tooling.
You can find all our skills published to our online directory at https://skills.boxlang.io/.
# Add the marketplace and install the plugin
/plugin marketplace add Ortus-Solutions/skills
/plugin install ortus-agent-skills@ortus-agent-skills# Install the ColdBox CLI if you haven't already
box install coldbox-cli
# Install AI integration into your app
# This reads your app, box.json and installs skills based on your stack and preferences
coldbox ai install
# Skills Management
# List installed skills
coldbox ai skills list
# Add a skill
coldbox ai skills add Ortus-Solutions/skills/vuejs-expert
# Remove a skill
coldbox ai skills remove vuejs-expertAll skills are installed at .agents/skills/ in your project.
# Install all Ortus skills
npx skills add Ortus-Solutions/skills
# Install a single skill
npx skills add Ortus-Solutions/skills/vuejs-expert
npx skills add Ortus-Solutions/skills/security-expert| Skill | What It Covers |
|---|---|
alpinejs-expert |
Alpine.js component state, directives, progressive enhancement, accessibility |
bootstrap-expert |
Bootstrap grid, components, upgrades, theming, JavaScript integration |
code-documenter |
API docs, docstrings, runbooks, onboarding docs, documentation consistency |
code-reviewer |
Severity-ranked code review, regression risk, correctness, performance, test gaps |
gitbook-docs-expert |
GitBook structure, information architecture, markdown consistency, docs publishing workflows |
github-action-authoring |
GitHub Actions authoring, workflow design, reusable actions, CI reliability and security |
java-expert |
Java service design, concurrency, profiling, testing, production hardening |
javascript-expert |
Modern JavaScript design, async flows, module boundaries, runtime safety |
ortus-java-coding-standards |
Ortus Java coding conventions, style consistency, maintainability and quality guardrails |
security-expert |
Threat modeling, auth, validation, secrets, secure coding remediation |
tailwind-expert |
Tailwind tokens, utility composition, responsive patterns, accessibility styling |
typescript-expert |
Type modeling, strict mode adoption, generics, inference, runtime boundary safety |
vite-expert |
Vite configuration, HMR, bundling strategy, env handling, Vitest integration |
vuejs-expert |
Vue 3 Composition API, component architecture, state ownership, rendering patterns |
| Path | Purpose |
|---|---|
alpinejs-expert/ |
Skill folder |
bootstrap-expert/ |
Skill folder |
code-documenter/ |
Skill folder |
code-reviewer/ |
Skill folder |
gitbook-docs-expert/ |
Skill folder |
github-action-authoring/ |
Skill folder |
java-expert/ |
Skill folder |
javascript-expert/ |
Skill folder |
ortus-java-coding-standards/ |
Skill folder |
security-expert/ |
Skill folder |
tailwind-expert/ |
Skill folder |
typescript-expert/ |
Skill folder |
vite-expert/ |
Skill folder |
vuejs-expert/ |
Skill folder |
.claude-plugin/plugin.json |
Claude Code plugin manifest |
.claude-plugin/marketplace.json |
Claude Code marketplace catalog |
.mcp.json |
Ortus documentation MCP endpoints |
The bundled .mcp.json points to Ortus GitBook MCP servers for:
- BoxLang
- ColdBox
- TestBox
- WireBox
- CacheBox
- LogBox
- DocBox
| Resource | Link |
|---|---|
| Skills Publishing Site | https://skills.boxlang.io/ |
| Ortus Solutions | https://www.ortussolutions.com/ |
| ColdBox Skills Repository | https://github.com/coldbox/skills |
| BoxLang Skills Repository | https://github.com/ortus-boxlang/skills |
| BoxLang Documentation | https://boxlang.ortusbooks.com/ |
| ColdBox Documentation | https://coldbox.ortusbooks.com/ |
| Claude Code Plugin Docs | https://code.claude.com/docs/en/plugins |
| skills.sh | https://skills.sh |