subzero-coding-standards
v0.6.0SubZero (@am92/react-design-system) standards: shared DS principles, React/TypeScript coding, and SubZero Figma screens (including demos from an existing PRD).
By SubZero TeamLicense: UNLICENSED0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 4 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 →
Get the plugin
git clone https://github.com/akshat24sharma/subzero-coding-standards-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/subzero-coding-standards/SKILL.md├── skills/subzero-design-standards/SKILL.md├── skills/subzero-principles/SKILL.md└── mcp.json
Included Skills3
Writes, edits, and reviews React/TypeScript UI that is 100% compliant with @am92/react-design-system (SubZero). Use when implementing a screen in code, generating or fixing JSX/TSX, mapping HTML or Figma to Ds* components, styling with the sx prop, choosing --ds-spacing/--ds-colour/--ds-radius tokens, using Code Connect, replacing raw HTML/hex/px, or wiring the 5-file Redux API pattern. Also use for presenter / ML / server-driven UI: TEXT strings with {{component}} placeholders, responseBlock, configurable UI, and presenter-catalog.json. Also use for DS code review and common sx mistakes. For chat / assistant UI, also load conversational-ui.md. Load subzero-principles first (including ux-guardrails, experience-behaviours, and content-design). Do not use to create or edit Figma files, generate Figma screens, or write PRDs — those use subzero-design-standards. Cropped, overflowing, or clipped chrome in implemented UI is not done.
Creates, demos, and audits SubZero-compliant Figma screens from a prompt, existing PRD, spec, or description. Use when the user asks to create a Figma design, generate a screen in Figma, design a feature in Figma, build a PRD in Figma, push a spec to Figma, make a PM/demo from a PRD, bind $sz-colour-* / $sz-spacing-* variables, search Subzero 3.0 then V.2.0, or audit a Figma file against the DS. Also use for conversational / assistant / “ask me anything” screens (load conversational-ui.md). Load ux-review.md and visual-layout-qa.md before calling a screen done — cropped, overflowing, or clipped chrome is not done. Every node must use DS instances and tokens (no hex, no raw px that maps to a token, no hand-drawn primitive when a DS component exists). Load subzero-principles first (including content-design). Do not write or rewrite PRDs. Do not generate React/TypeScript — that is subzero-coding-standards.
Shared SubZero / AM92 (@am92/react-design-system) language: which token, which Ds* component, typography, and loading/empty/error/disabled states. Use when the user asks what spacing/color/radius to use, $sz- vs --ds- names, DsButton vs DsChip vs DsBox, bottom nav, OTP vs date vs text input, or the canonical component inventory. Also covers shared UX guardrails, experience behaviours, and content design (voice Simple / Trustworthy / Purposeful; tone by screen and new vs existing user). Shared rule: if it is clipped or overflows the device, it is not done. Also load first whenever applying subzero-coding-standards or subzero-design-standards. Does not generate React/JSX or Figma nodes by itself.
MCP servers1
- command
- node
- args
- ./mcp-server/index.mjs
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "subzero-coding-standards",
"description": "SubZero (@am92/react-design-system) standards: shared DS principles, React/TypeScript coding, and SubZero Figma screens (including demos from an existing PRD).",
"version": "0.6.0",
"author": {
"name": "SubZero Team",
"url": "https://github.com/akshat24sharma/subzero-coding-standards-skill"
},
"repository": "https://github.com/akshat24sharma/subzero-coding-standards-skill",
"license": "UNLICENSED",
"keywords": [
"subzero",
"react",
"typescript",
"design-system",
"am92",
"coding-standards",
"figma",
"product",
"design",
"redux"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[subzero-coding-standards on Agent Plugins Marketplace](https://pluginsmp.com/plugins/subzero-coding-standards)