frontend-pipeline

frontend-pipeline is a skill for Claude Code from Ohswedd/praxis. It costs 220 tokens per session (3,178 once invoked), scanned A, original, MIT.

A workflow for designing and building user-facing websites and interfaces, such as landing pages, online shops, dashboards, and admin panels.

In plain words
What is it for?
Use it when creating or changing any visible website or application interface, including marketing pages, storefronts, SaaS screens, CRM or CMS tools, and dashboards.
Why use it?
It gives front-end work a defined path from research and planning through design, coding, review, and release. This helps prevent improvised layouts and missed quality checks.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the praxis plugin — 15 skills, 8 commands, 13 agents, 5 hooks shipped together

Good fit Use it when creating or changing any visible website or application interface, including marketing pages, storefronts, SaaS screens, CRM or CMS tools, and dashboards.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Ohswedd/praxis
Claude Code
/plugin install praxis

Made for: Claude Code.

Or install praxis, the plugin that ships this one along with the rest of its 15 skills, 8 commands, 13 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for frontend-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/ohswedd/praxis/frontend-pipeline/github.svg)](https://agentmods.dev/skills/ohswedd/praxis/frontend-pipeline)
Your own site
<a href="https://agentmods.dev/skills/ohswedd/praxis/frontend-pipeline"><img src="https://agentmods.dev/badge/skills/ohswedd/praxis/frontend-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for frontend-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/ohswedd/praxis/frontend-pipeline"><img src="https://agentmods.dev/badge/skills/ohswedd/praxis/frontend-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 220 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,178 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00220 $0.03178
Opus 5 $0.00110 $0.01589
Sonnet 5 $0.00044 $0.00636
Haiku 4.5 $0.00022 $0.00318

Measured 9d ago against content hash 03f55c7abb6b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

frontend-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/praxis/skills/frontend-pipeline/SKILL.md · 234 lines

How it starts

The opening of the file, as written. The whole thing — 234 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Front-End Pipeline

A website (or storefront, lead page, admin panel, dashboard…) must solve a business problem, not just fill a page. This skill turns a front-end request into the same disciplined pipeline praxis applies to any change, with the design work made explicit instead of improvised:

RESEARCH → STRATEGY → WIREFRAMES → DESIGN SYSTEM → DEVELOPMENT → OPTIMIZATION → SHIP

It wraps the task-orchestrator, it does not replace it: the same spec/plan discipline, the same Stop gate, the same quality rubric, plus the design phases and two extra vertical auditors for UI surface. Consistency creates trust; the pipeline is how consistency survives the project.

Two references carry the depth; read them rather than reinventing their content inline:

  • reference/playbook.md: question banks, narrative patterns, wireframe format, design-system checklist, per-niche adaptations, artifact templates. Read when executing Phases 1–4.
  • reference/craft.md: the visual judgement the checklists cannot encode: the tells of generated UI and what to do instead, hierarchy, typography, space, colour, depth, motion, and the detail pass. Read it before writing any markup or styles, and again in Phase 5. The playbook makes an interface correct; craft.md is what makes it designed. Skipping it is how a system-compliant page still ships looking generic.

Both live under ${CLAUDE_PLUGIN_ROOT}/skills/frontend-pipeline/reference/.


When this skill runs (it is not a judgement call, and there is no command)

Any change that adds or alters user-facing surface runs this pipeline, whatever the request called it. The trigger is the surface, not the wording:

  • markup and templates (.html, .jsx, .tsx, .vue, .svelte, .astro, .erb, .twig, and the rest);
  • styles and design tokens (.css, .scss, tailwind.config.*, theme.*);
  • anything under docs/design/.

"Fix the checkout bug", "make the empty state nicer", and "update src/components/Header.tsx" are all front-end work. The Stop gate resolves the same question from the changed file list and refuses a report that lacks accessibility=pass and design-consistency=pass, so a change routed here late pays for a second audit. Size the response with Phase 0; do not skip the pipeline because the request sounded small.

Read the full file on GitHub · 234 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 234 lines · 220 tokens per session scan A 03f55c7abb6b

Subscribe to this mod's changes

frontend-pipeline is a skill published in the GitHub repository Ohswedd/praxis (1 stars, last pushed 1mo ago), licensed MIT. It adds 220 tokens to every session and 3,178 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

scroll-craft

Build premium scroll-driven landing pages for service, product, food, and drink brands. Plan the visitor journey, page grammar, emotional peak, and bespoke signature move. Create dimensional heroes with independent visual planes, restrained motion, and separate mobile composition. Use supplied photos and footage or…

nateherkai/scroll-craft · 177 tokens

design-system

Token architecture, component specifications, and slide generation. Three-layer tokens (primitive→semantic→component), CSS variables, spacing/typography scales, component specs, strategic slide creation. Use for design tokens, systematic design, brand-compliant presentations.

nicohodt/claude-code-ui-ux-skill · 52 tokens

ui-styling

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns…

nicohodt/claude-code-ui-ux-skill · 90 tokens

animation-patterns

Framer Motion patterns, page transitions, skeleton loading, scroll-linked animations, and gesture-based interactions for React.

vibeeval/vibecosystem · 26 tokens

accessibility-patterns

WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization.

vibeeval/vibecosystem · 24 tokens

component-library-patterns

Design system token management, component API design, Storybook, and visual regression testing patterns.

vibeeval/vibecosystem · 22 tokens