skill: add collapsible toggle format to coaching_state template — readability#40
Open
christophecapel wants to merge 3 commits intonoamseg:mainfrom
Open
Conversation
- Create .claude/CLAUDE.md with full session context (key files, 8 How We Work principles, Session Kickoff, End of Session, What NOT to Do) - Create changelog.md seeded from git history (v1-v3) - Create .github/PULL_REQUEST_TEMPLATE.md with What/Why/How to verify format - Update .gitignore to scope CLAUDE.md ignore to root only (so .claude/CLAUDE.md is tracked) https://claude.ai/code/session_01FAusYFkJVFsNFLAjzSqpzp
…dability Updated coaching_state.md format template so Story Details, Company Patterns, Interview Loops, and Coaching Notes use HTML <details>/<summary> toggles. Bolded STAR keywords and key metadata labels in Story Details template. Added formatting rule to State Update Triggers ensuring new entries follow the toggle pattern. https://claude.ai/code/session_01G3kmjJAEfTjnF3KmfvuUCD
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.
What
SKILL.md: Updated coaching_state.md format template — Story Details, Company Patterns,Interview Loops, and Coaching Notes now use HTML
<details>/<summary>collapsible togglesWhy
coaching_state.md in job-hunting now uses toggles for readability. Without updating the
skill template, any new story/company/loop/note added by the skill would revert to the
old flat format and break the pattern.
How to verify