From glados
Extracts tribal knowledge from the codebase into documented standards like PROJECT_STATUS.md using a structured workflow. Useful for onboarding and standardizing practices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glados:establish-standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/src/workflows/establish-standards.md`.
Read and follow the workflow at ${CLAUDE_PLUGIN_ROOT}/src/workflows/establish-standards.md.
When resolving path references in the workflow:
{{MODULES}}/ means ${CLAUDE_PLUGIN_ROOT}/src/modules/{{PERSONAS}}/ means ${CLAUDE_PLUGIN_ROOT}/src/personas/{{STATUS}} means product-knowledge/PROJECT_STATUS.mdnpx claudepluginhub cruxdigital-llc/crux-marketplace --plugin gladosUpdates or creates .maister project standards from conversation context, descriptions, or by syncing/merging from other projects' standards directories.
Updates or creates project standards in .maister/docs/standards/ from conversation context, explicit descriptions, or by syncing from another project. Auto-detects categories like frontend, backend, testing.
Scans a codebase to generate or update docs/code-standards.md with project-specific conventions, examples, and forbidden patterns for LLM consumers.