Skip to content

Ortus-Solutions/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ortus Skills

Production-ready Claude and agent skills from Ortus Solutions for frontend engineering, language expertise, BoxLang development, security analysis, code review, and technical documentation.

This repository follows a flat skills/<slug>/SKILL.md layout and is designed to work with Claude plugin installs as well as skills.sh-compatible tooling.


Quick Install

# Claude plugin install from GitHub
claude plugin install https://github.com/Ortus-Solutions/skills
# Skills-only install
npx skills add Ortus-Solutions/skills
# Install a single skill
npx skills add Ortus-Solutions/skills/skills/vuejs-expert

Included Skills

Skill What It Covers
vite-expert Vite configuration, HMR, bundling strategy, env handling, Vitest integration
alpinejs-expert Alpine.js component state, directives, progressive enhancement, accessibility
vuejs-expert Vue 3 Composition API, component architecture, state ownership, rendering patterns
tailwind-expert Tailwind tokens, utility composition, responsive patterns, accessibility styling
bootstrap-expert Bootstrap grid, components, upgrades, theming, JavaScript integration
javascript-expert Modern JavaScript design, async flows, module boundaries, runtime safety
typescript-expert Type modeling, strict mode adoption, generics, inference, runtime boundary safety
java-expert Java service design, concurrency, profiling, testing, production hardening
boxlang-expert BoxLang idioms, modules, async flows, runtime integration, Ortus conventions
security-expert Threat modeling, auth, validation, secrets, secure coding remediation
code-reviewer Severity-ranked code review, regression risk, correctness, performance, test gaps
code-documenter API docs, docstrings, runbooks, onboarding docs, documentation consistency

Repository Layout

Path Purpose
skills/ Canonical skill source folders
.claude-plugin/plugin.json Claude plugin manifest
.claude-plugin/marketplace.json Marketplace metadata for plugin distribution
.claude/marketplace.json Additional marketplace descriptor
.mcp.json Ortus documentation MCP endpoints

Notes

  • The source of truth is skills/*/SKILL.md.
  • This repository does not keep duplicate mirrored skill files under .claude/skills/.
  • The plugin manifest currently registers ./skills/, which covers all 12 skills in this repo.

MCP Servers

The bundled .mcp.json points to Ortus GitBook MCP servers for:

  • BoxLang
  • ColdBox
  • TestBox
  • WireBox
  • CacheBox
  • LogBox
  • DocBox

Resources