
# Agentic Practices Installer Install agentic engineering practices into the current project's CLAUDE.md as permanent coding standards. ## Procedure Follow these steps exactly when this skill is invoked: ### Step 1: Identify available languages List the files in this skill's `references/` directory matching the pattern `agentic-*-practices.md`. Extract the language name from each filename (e.g., `agentic-go-practices.md` → "Go"). These are the supported languages. ### Step 2: Ask the user
This skill should be used when the user asks to "fossil commit", "fossil branch", "fossil merge", "fossil clone", "fossil sync", "fossil ticket", "fossil stash", "fossil timeline", mentions working with a Fossil repository, asks about Fossil vs Git differences, or needs help with Fossil SCM commands and workflows.
Use this skill when working on Go projects, creating new Go services, adding features to Go applications, designing Go package structure, implementing repository patterns, structuring layered Go architectures, or discussing Go application design. Applies to any Go development following a pragmatic layered architecture with clean separation between domain, service, storage, and interface layers.