Agent Plugins Marketplace
All plugins

frontend-axiom

v0.3.0

Turns Claude Code into a senior frontend architect for React/Next.js: verification gates on the build path, a generated inventory of your repo's own components and endpoints, house conventions enforced in CI, and independent audits — with an ablation benchmark that reports what it actually adds.

Claude Code5 Skills2 MCP serversstdioStreamable HTTP

By Rajesh BhattaraiLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install frontend-axiom for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install frontend-axiom@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/zrajesh/frontend-axiom

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

frontend-axiom/
├── .claude-plugin/plugin.json
├── skills/audit/SKILL.md
├── skills/init-project/SKILL.md
├── skills/learn-guide/SKILL.md
├── skills/new-feature/SKILL.md
├── skills/pixel-check/SKILL.md
└── .mcp.json

Included Skills5

auditskills/audit/SKILL.md

Independent, fresh-eyes review of implemented code against Frontend Axiom's SOLID, security, performance, accessibility, and scalability standards. Produces a markdown report in docs/audits/. Use after a feature is implemented, before merging, or whenever the user runs /frontend-axiom:audit.

init-projectskills/init-project/SKILL.md

Bootstrap Frontend Axiom conventions on a brand-new frontend project, or adopt them onto an existing repo. Use when starting a new frontend project, or the first time this plugin touches an existing codebase.

learn-guideskills/learn-guide/SKILL.md

Ingest a pasted frontend guide (e.g. copied from Notion) directly into the knowledge base as durable, dense reference content — merged into the relevant existing knowledge/*.md file, or a new one if the topic doesn't fit an existing file. Use when the user pastes a best-practices doc and asks Claude to learn/remember it.

new-featureskills/new-feature/SKILL.md

Plan and build a new frontend feature the Frontend Axiom way. Interviews requirements first, never assumes, then implements following SOLID and the destructuring convention with full data-state handling. Use whenever the user asks to build/add a new UI feature, page, or flow.

pixel-checkskills/pixel-check/SKILL.md

Compare a running page or component against its Figma design and iterate the implementation until pixel-accurate, using the Figma MCP for the design source and the Chrome DevTools MCP for the live render. Use whenever a feature has a Figma reference and needs visual validation.

MCP servers2

chrome-devtoolsstdio
command
npx
args
-y chrome-devtools-mcp@latest
figmaStreamable HTTP
url
https://mcp.figma.com/mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "frontend-axiom",
  "displayName": "Frontend Axiom",
  "description": "Turns Claude Code into a senior frontend architect for React/Next.js: verification gates on the build path, a generated inventory of your repo's own components and endpoints, house conventions enforced in CI, and independent audits — with an ablation benchmark that reports what it actually adds.",
  "version": "0.3.0",
  "author": {
    "name": "Rajesh Bhattarai",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/zrajesh/frontend-axiom",
  "repository": "https://github.com/zrajesh/frontend-axiom",
  "license": "MIT",
  "keywords": [
    "frontend",
    "react",
    "nextjs",
    "architecture",
    "solid",
    "accessibility",
    "performance",
    "security",
    "seo"
  ],
  "defaultEnabled": true
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[frontend-axiom on Agent Plugins Marketplace](https://pluginsmp.com/plugins/frontend-axiom)