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.
/plugin marketplace add Ohswedd/praxis/plugin install praxisWrote 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.
[](https://agentmods.dev/skills/ohswedd/praxis/frontend-pipeline)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
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.
- 9d ago First seen · 234 lines · 220 tokens per session scan A 03f55c7abb6b
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.
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…
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.
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…
animation-patterns
Framer Motion patterns, page transitions, skeleton loading, scroll-linked animations, and gesture-based interactions for React.
accessibility-patterns
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization.
component-library-patterns
Design system token management, component API design, Storybook, and visual regression testing patterns.