Skilllibrary stack-standards
Hold the project-local standards for languages, frameworks, validation, and runtime assumptions. Use when planning or implementing work that should follow repo-specific engineering conventions.
install
source · Clone the upstream repo
git clone https://github.com/merceralex397-collab/skilllibrary
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/merceralex397-collab/skilllibrary "$T" && mkdir -p ~/.claude/skills && cp -r "$T/01-package-scaffolding/repo-scaffold-factory/assets/project-template/.opencode/skills/stack-standards" ~/.claude/skills/merceralex397-collab-skilllibrary-stack-standards && rm -rf "$T"
manifest:
01-package-scaffolding/repo-scaffold-factory/assets/project-template/.opencode/skills/stack-standards/SKILL.mdsource content
Stack Standards
Before applying these rules, call
skill_ping with skill_id: "stack-standards" and scope: "project".
Current scaffold mode:
__STACK_LABEL__
Replace this file with stack-specific rules once the real project stack is known.