By yashs33244
Yash Singh's opinionated coding standards plugin: Python, React/Next.js, JavaScript/TypeScript, Java/Spring, C++, Postgres, OOP (SOLID + relationship types). Ships the agentic engineering stack (AGENTS.md, plans/findings/progress/skills), a full Sprint Loop (/y-office-hours through /y-retro), and a parallel-agent governance audit (/y-govern) inspired by Microsoft's agent-governance-toolkit.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Run the_y_coding_standard governance audit. Dispatches three parallel sub-agents (security, audit, permissions) inspired by Microsoft's agent-governance-toolkit. Each runs deterministic scripts and inspects the repo. Aggregates findings into findings/YYYY-MM-DD-governance.md. Use before every release.
Scaffold the_y_coding_standard agentic engineering stack into the current repo. Creates AGENTS.md, CLAUDE.md, the canonical folder tree (.claude/, .agents/, .conductor/, .cursor/, .devcontainer/, .github/, .husky/, Docs/, plans/, findings/, progress/), .gitignore, .editorconfig, and stub configs. Idempotent - safe to re-run.
Sprint Loop step 01 - 'What should we build?' Run office hours to brainstorm and shape an idea into a problem statement, premise challenge, and explored alternatives. Triggers on 'office hours', 'brainstorm', 'shape an idea', 'new product', 'new feature idea', 'should we build', 'is this worth building', 'explore the problem', 'design direction', 'explore alternatives', 'premise challenge', 'what should we build'. Output is a design doc in plans/YYYY-MM-DD-slug.md with sections for Problem, Trigger, Alternatives explored, Recommended shape, Constraints, and Open questions.
Sprint Loop step 02 - 'How big could it be?' CEO-mode strategic and scope review of an active plan. Triggers on 'review the plan', 'scope review', 'strategic review', 'is this scope right', 'what is the blast radius', 'core review', 'CEO review', 'challenge the plan', 'poke holes', 'think bigger', 'scope down', 'lock the scope', 'what is not in scope'. Output is an updated plan file in plans/ with locked scope, NOT-in-scope section, blast radius map, and decision log.
Sprint Loop step 03 - 'Make the user happy.' Designer's-eye review of an active plan for UI and UX surfaces. Triggers on 'design review', 'UX review', 'designer review', 'review the design', 'is this UX good', 'make the user happy', 'UI critique', 'UX critique', 'rate the design', 'design dimensions', 'design rating', 'design plan review'. Output is an updated plan in plans/ with scored design dimensions, gap analysis, and concrete fixes per dimension.
An opinionated coding-standards plugin for Claude Code. Hard rules for Python and React/Next.js. Drop-in AGENTS.md template. Parallel governance audit inspired by Microsoft's agent-governance-toolkit.
# add the marketplace
/plugin marketplace add yashs33244/the_y_coding_standard
# install the plugin
/plugin install the-y-coding-standard
| Surface | What it does |
|---|---|
the-y-coding-standard skill | Aggressive auto-trigger on new code, new features, and standards-related prompts. Loads the right reference file per stack. |
/y-init command | Scaffolds the agentic engineering stack into the current repo: AGENTS.md, CLAUDE.md, .claude/, .agents/, .conductor/, .cursor/, .devcontainer/, .github/, .husky/, Docs/, plans/, findings/, progress/. |
/y-govern command | Dispatches three parallel sub-agents (security, audit, permissions) inspired by Microsoft's agent-governance-toolkit. Writes a findings report. |
Loaded by the skill on demand:
references/python.md: Python version policy (latest stable, looked up at runtime), uv + Poetry, conda envs, modularity rules (separate enums.py / constants.py / types.py), pydantic boundaries, error handling, 20+ common pitfalls.references/react-nextjs.md: Next.js App Router 14+, Server Components default, 400-line component cap, useReducer over useState explosion, centralized config, middleware patterns, Vercel AI SDK v6 defaults.references/agentic-stack.md: AGENTS.md format, the canonical folder tree, plans/findings/progress/ semantics, the Skillify 10-item promotion checklist.references/governance.md: The five governance dimensions, parallel sub-agent dispatch model, policy catalog, permission matrix template.references/project-scaffold.md: Every dotfolder Yash uses (.claude, .conductor, .cursor, .devcontainer, .github, .husky, Docs), what each one does, canonical config inside.# in any repo
/y-init # scaffolds the agentic stack
/y-govern # runs the parallel governance audit
Python:
uv default, Poetry fallback, conda for env management.ruff for lint + format. mypy --strict. pytest with 90% coverage gate.React / Next.js:
pages/.useReducer when state has 3+ related fields.lib/config.ts with zod schema.Agentic Stack:
Governance:
/y-govern before every release.findings/YYYY-MM-DD-governance.md./y-govern scripts (uses uv run for the inline metadata).MIT.
Open a PR. Run /y-govern first.
npx claudepluginhub yashs33244/the_y_coding_standard --plugin the-y-coding-standardCombined Claude skills library for macOS: Anthropic examples, Superpowers workflows, Matt Pocock skills, gstack browser-testing, and token-efficient profiles
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code