yashs33244/the_y_coding_standard
Plugin Claude Code
Plugin marketplace listing 1 plugin: the-y-coding-standard.
yashs33244/the_y_coding_standard
Plugin Claude Code
Plugin marketplace listing 1 plugin: the-y-coding-standard.
yashs33244/the_y_coding_standard
Plugin Claude Code
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…
yashs33244/the_y_coding_standard
Instructions file CodexOpenCode
Instructions for yashs33244/the_y_coding_standard, covering agents.md, project overview, stack, repository layout and workflow.
yashs33244/the_y_coding_standard
Command
Run theycodingstandard 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.
yashs33244/the_y_coding_standard
Command
Scaffold theycodingstandard 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…
yashs33244/the_y_coding_standard
Command
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…
yashs33244/the_y_coding_standard
Command
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…
yashs33244/the_y_coding_standard
Command
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'…
yashs33244/the_y_coding_standard
Command
Sprint Loop step 04 - 'Build it well.' Engineering review of an active plan covering architecture, data flow, code quality, tests, and performance. Triggers on 'engineering review', 'eng review', 'architecture review', 'lock in the plan', 'tech review', 'review tests', 'data flow review', 'review architecture', 'Yash…
yashs33244/the_y_coding_standard
Command
Sprint Loop step 06. Trigger when the user says "QA this", "test this", "does it work", "run QA", "verify the change", "smoke test", "end to end check", "report bugs", "QA pass", or any variant asking to validate that the code actually works. This is the "Does it work?" gate. Runs unit + integration tests, walks the…
yashs33244/the_y_coding_standard
Command
Sprint Loop step 08. Trigger when the user says "retro", "retrospective", "weekly retro", "post-mortem", "what did we ship", "reflect on the week", "retro time", "Yash retro", or any variant asking to look back at recent work. This is the "Reflect." step. Pulls commit history, plans activity, findings activity, and…
yashs33244/the_y_coding_standard
Command
Sprint Loop step 05. Trigger when the user says "review this PR", "review the diff", "review my code", "audit this change", "did we build it", "code review", "Yash review", "review against the plan", "P0 P1 P2", or any variant asking for a code review. This is the "Did we build it?" gate. Reviews the diff against the…
yashs33244/the_y_coding_standard
Command
Sprint Loop step 07. Trigger when the user says "ship it", "open the PR", "ship", "land this", "deploy this", "release this", "create PR", "merge ready", or any variant asking to push code out the door. This is the "Ship." step. Verifies the plan is ready-to-ship, the review has no open P0/P1, the QA report is PASS or…
yashs33244/the_y_coding_standard
Skill Claude CodeCodex
MUST USE whenever the user starts a new project, scaffolds a repo, creates a new feature, module, service, or package, or creates any .py, .ts, .tsx, .js, .jsx, .java, .cpp, .hpp, .cc, .h, or .sql file. MUST USE when the user mentions Next.js, FastAPI, Django, Flask, React, Python, TypeScript, Node, Express, NestJS…