Frontend Workflow
Digest-first frontend skill with repo classification, dynamic detection, and internal lane routing for review, API, testing, and CI/CD workflows.
Overview
Digest-first frontend skill with repo classification, dynamic detection, and internal lane routing for review, API, testing, and CI/CD 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.
Digest-first frontend skill with repo classification, dynamic detection, and internal lane routing for review, API, testing, analytics, observability, CI/CD, planning, and commit workflows.
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
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install frontend@diversiotech Codex
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.