feat(skill-crystallizer): add proactive skill crystallization skill#6
Merged
Conversation
Encodes the Hermes Agent behavioral pattern for Claude Code: proactively create skills from complex session learnings and immediately patch existing skills when they're found stale or wrong during use — without being asked. Includes references/skill-format-guide.md as a supporting file with the canonical SKILL.md format reference. Adds Hermes Agent attribution to THIRD_PARTY_LICENSES.md (MIT, Nous Research). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Start description with "Use when..." (not workflow summary) - Remove "what it does" from description pattern — trigger conditions only Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…O rules Replace "include what the skill does AND when to use" with trigger-conditions-only guidance. Adds the reason (Claude follows description instead of reading the body if it contains workflow summary) and redirects the "pushy" advice toward specific trigger conditions rather than process description. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skill-crystallizer— a publishable skill encoding the Hermes Agent behavioral pattern for Claude Code: proactively create skills from complex session learnings and immediately patch existing skills when stale or wrong, without being askedreferences/skill-format-guide.mdas a supporting file with canonical SKILL.md format referenceTHIRD_PARTY_LICENSES.md(MIT, Nous Research)skill-creatordescription guidance to align with writing-skills CSO rules (trigger conditions only, no workflow summary)Inspiration
Adapted from NousResearch/hermes-agent — specifically
SKILLS_GUIDANCEinagent/prompt_builder.pyand theskill_managetool description intools/skill_manager_tool.py.Test plan
bash .github/scripts/validate.shpasses forskill-crystallizer.claude/skills/skill-crystallizersymlink resolves correctlyTHIRD_PARTY_LICENSES.mdcontains Nous Research entry🤖 Generated with Claude Code