Three-stage content quality workflow pattern (Maker creates, Checker validates, Fixer remediates) with detailed execution workflows.
Rust coding standards from authoritative docs/explanation/software-engineering/programming-languages/rust/ documentation
Comprehensive guide for creating in-the-field production implementation guides - production-ready code with 20-40 guides following standard library first principle, framework…
Six-layer governance hierarchy (Vision → Principles → Conventions → Development → Agents → Workflows).
Common software development workflow patterns shared across all language developer agents
Trunk Based Development workflow - all development on main branch with small frequent commits, minimal branching, and continuous integration.
Guide for creating content on ose-platform-web Hugo site using PaperMod theme. Covers English-only landing page structure, update posts with date-prefixed filenames, PaperMod…
Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from…
UI development skill covering design token usage, shadcn/ui + Radix composition patterns, accessibility requirements, anti-patterns catalog, and brand context for…
Go coding standards from authoritative docs/explanation/software-engineering/programming-languages/golang/ documentation
Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history…
Universal classification system for checker and fixer agents using orthogonal criticality (CRITICAL/HIGH/MEDIUM/LOW importance) and confidence (HIGH/MEDIUM/FALSE_POSITIVE…
Elixir, Phoenix Framework, and Phoenix LiveView coding standards from authoritative docs/explanation/ documentation
Guidance for selecting appropriate AI model (sonnet vs haiku) based on task complexity, reasoning requirements, and performance needs.
Dart coding standards from authoritative docs/explanation/software-engineering/programming-languages/dart/ documentation
Python coding standards from authoritative docs/explanation/software-engineering/programming-languages/python/ documentation
Clojure coding standards from authoritative docs/explanation/software-engineering/programming-languages/clojure/ documentation
Guidelines for generating validation/audit reports with UUID chains, progressive writing, and UTC+7 timestamps
F# coding standards from authoritative docs/explanation/software-engineering/programming-languages/f-sharp/ documentation
Kotlin coding standards from authoritative docs/explanation/software-engineering/programming-languages/kotlin/ documentation
C# coding standards from authoritative docs/explanation/software-engineering/programming-languages/c-sharp/ documentation
AI agent development standards including frontmatter structure, naming conventions, tool access patterns, model selection, and Bash-only file operations for .opencode/ folders
TypeScript coding standards from authoritative docs/explanation/software-engineering/programming-languages/typescript/ documentation
Validates software engineering documentation separation between OSE Platform style guides (docs/explanation/) and AyoKoding educational content (apps/ayokoding-web/).
Workflow pattern standards for creating multi-agent orchestrations including YAML frontmatter (name, description, tags, status, agents, parameters), execution phases…
Guide for writing Gherkin acceptance criteria using Given-When-Then syntax for testable requirements.
Comprehensive project planning standards for plans/ directory including folder structure (ideas.md, backlog/, in-progress/, done/), per-stage naming rules…
Playwright E2E testing standards from authoritative docs/explanation/software-engineering/automation-testing/tools/playwright/ documentation
README quality standards for engaging, accessible, scannable content including problem-solution hooks, plain language (no unexplained jargon), acronym context, paragraph limits…
Java, Spring Framework, and Spring Boot coding standards from authoritative docs/explanation/ documentation
Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status",…
CI/CD standards knowledge for validating project compliance with CI conventions
Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.