From agentic-practices
Install agentic engineering practices into the current project's CLAUDE.md as permanent coding standards.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-practices:agentic-practicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install agentic engineering practices into the current project's CLAUDE.md as permanent coding standards.
Install agentic engineering practices into the current project's CLAUDE.md as permanent coding standards.
Follow these steps exactly when this skill is invoked:
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.
Present the available languages and ask the user to choose one. If only one language is available, still confirm it with the user. Do not auto-detect — the user decides.
If the user requests a language that has no practices file, tell them which languages are currently supported and stop.
Look for CLAUDE.md in the project root. If it does not exist, create a new one.
Search the CLAUDE.md for the marker:
<!-- BEGIN agentic-practices vX.Y.Z -->
1.0.0: Tell the user the practices are already installed and up to date. Stop.BEGIN and END markers (inclusive) with the new version. Tell the user the practices were updated from vX.Y.Z to v1.0.0.Read the contents of references/agentic-<language>-practices.md for the chosen language.
Append the following block to the end of CLAUDE.md:
<!-- BEGIN agentic-practices v1.0.0 (<language>) -->
[contents of the language-specific practices file]
<!-- END agentic-practices -->
Replace <language> with the chosen language name (e.g., "go", "python").
Tell the user:
npx claudepluginhub egravert/egravert-marketplace --plugin agentic-practicesProvides reference for configuring Claude Code with CLAUDE.md templates, best practices, thinking keywords, debugging tips, and advanced usage patterns. Useful for agentic coding workflows.
Generates or updates AGENTS.md/CLAUDE.md files for AI coding agents by auto-scanning project files combined with interactive Q&A. Supports multiple tech stacks and preserves customizations when updating.
Crafts effective prompts, CLAUDE.md instructions, rules, agent system prompts, and skill bodies for reliable Claude Code behavior.