meerita/monorepo-nextjs-golang-rust-python-ai-rules
Settings file Claude Code
Example of Agents rules for a project made with React, Rust, Golang, Python.
meerita/monorepo-nextjs-golang-rust-python-ai-rules
Settings file Claude Code
Example of Agents rules for a project made with React, Rust, Golang, Python.
meerita/monorepo-nextjs-golang-rust-python-ai-rules
Skill Claude CodeCodex
Review whether a feature is genuinely "done" against the project Definition of Done — plan exists, correct branch, fmt/lint/check/architecture/tests all green, and security & legal compliance (ASVS/GDPR) cleared — running the root make gates (with per-service fallback) plus the security review, auto-fixing only…
meerita/monorepo-nextjs-golang-rust-python-ai-rules
Skill Claude CodeCodex
Author an executable, phased implementation plan under docs/plans — first gather real context from the repo and docs, debate the ambiguities, trade-offs and open decisions with the human, and only after explicit human confirmation write the plan. Produces Master Plans (a directory with a bootstrap entry point, master…
meerita/monorepo-nextjs-golang-rust-python-ai-rules
Skill Claude CodeCodex
@file .claude/skills/pr-check-release/SKILL.md @description Executable form of the "Feature → dev via PR" step: verifies a work branch (all gates + mergeability into dev), then pushes it and opens/updates a well-formed PR to dev (title, description, assignee, labels). @layer agents @created Platform Team -->.
meerita/monorepo-nextjs-golang-rust-python-ai-rules
Skill Claude CodeCodex
Merge the current branch's open PR into dev on GitHub — verifies CI is green and no conflicts exist, merges via gh, deletes the remote branch, then cleans up locally (switch to dev, pull, delete local branch). Use when the PR is open and all checks have passed and you want to land it.
meerita/monorepo-nextjs-golang-rust-python-ai-rules
Skill Claude CodeCodex
Review whether dev is healthy and ready to be promoted to main (production) — the human release gate from the Release & Deploy process. Surfaces the exact set of changes being promoted (main..dev), checks CI/gate health on dev, confirms no in-flight [WIP] PRs are being left behind, and reports merged-branch cleanup …
meerita/monorepo-nextjs-golang-rust-python-ai-rules
Instructions file CodexOpenCode
AGENTS.md instructions for meerita/monorepo-nextjs-golang-rust-python-ai-rules, covering agent instructions, read order, repository map, clients and services and service and client boundaries.
meerita/monorepo-nextjs-golang-rust-python-ai-rules
Instructions file
Claude Code instructions for meerita/monorepo-nextjs-golang-rust-python-ai-rules: @file CLAUDE.md @description Claude Code entry point for this monorepo. Delegates to AGENTS.md. @layer agents @created Platform Team -->.