Diversio Engineering
On this page
PACKAGE
frontend
v0.0.3
Category
Process
Version
v0.0.3
Compatibility
Claude Code, Codex
PLUGIN PROCESS

Frontend Workflow

Digest-first frontend skill with repo-aware, exact-scope review and internal lanes for implementation and delivery workflows.

Overview

Digest-first frontend skill with repo-aware, exact-scope review and internal lanes for implementation and delivery workflows.

Bundles 1 skill with 5 Claude Code wrappers. Codex users install the same skill directories directly from GitHub.

Skills

Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.

frontend

Implement, test, review, or prepare frontend changes using detected repository tooling and workflow lanes.

plugins/frontend/skills/frontend
Skill docs →

Slash Commands

Claude Code wrapper files live under plugins/frontend/commands/ and surface as namespaced commands. Codex invokes the underlying skill by name (for example, name: frontend).

/frontend:review/frontend:commit/frontend:work/frontend:new-branch/frontend:refresh-digest

Installation

Install the plugin for Claude Code, or install one or more skill paths for Codex.

Claude Code

bash
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install frontend@diversiotech

Codex

bash
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
  --repo DiversioTeam/agent-skills-marketplace \
  --path plugins/frontend/skills/frontend

Claude Code: invoke as /frontend:review. Codex: invoke as name: frontend.