From emmaly-skills
Write or update the standards section in ~/.claude/CLAUDE.md from emmaly:standards — use to persist standards across all projects
How this skill is triggered — by the user, by Claude, or both
Slash command
/emmaly-skills:apply-standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill writes the content of `emmaly:standards` into `~/.claude/CLAUDE.md` so it is loaded automatically in every conversation, across all projects.
This skill writes the content of emmaly:standards into ~/.claude/CLAUDE.md so it is loaded automatically in every conversation, across all projects.
Read the standards source: Read the file ../standards/SKILL.md relative to this skill (i.e. the sibling standards skill directory). Strip the YAML frontmatter (everything between the opening and closing --- lines). Keep only the body content.
Read ~/.claude/CLAUDE.md: If it doesn't exist, create it. Read its current contents.
Check for existing markers: Look for the marker pair <!-- emmaly:standards --> and <!-- /emmaly:standards -->.
Update or insert:
<!-- emmaly:standards --> through <!-- /emmaly:standards --> (inclusive) with the new block below.Block format (use exactly this structure):
<!-- emmaly:standards -->
## Standards
{body content from standards/SKILL.md}
<!-- /emmaly:standards -->
Report: Tell the user whether the section was added or updated, and confirm the target file path.
npx claudepluginhub emmaly/emmaly --plugin emmaly-skillsUpdates 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.
Creates, updates, or optimizes CLAUDE.md files following Anthropic best practices for project context, coding standards, and persistent memory management.