Add Claude Code skills and stop hook for documentation management#97
Open
Add Claude Code skills and stop hook for documentation management#97
Conversation
Move the tone of voice section from CLAUDE.md into .claude/skills/tone-of-voice.md so it can be invoked on demand via /tone-of-voice instead of always being loaded in the system prompt. https://claude.ai/code/session_01QvJ9BwtKSZ3MBxwfftwQbK
Adds a stop hook that detects Kotlin source file changes and prompts documentation review before ending a session. Also adds a manual /update-site skill for full documentation audits. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix incorrect function name `create` → `createTool` in dsl.mdx - Fix non-existent `GeminiModelIdentifier.Gemini2_5FlashPreview` → `Gemini2_5Flash` - Fix non-existent `OllamaModelIdentifier.Llama2` (removed) - Fix model DSL examples shown as standalone (they are AgentConfig extensions) - Fix `Model` interface: remove non-existent `authentication` property, add `structuredOutputParameter` to `sendRequest` - Fix `Attachment.pdf/jpeg` → `Attachment.Base64.pdf/jpeg` - Fix `task()` call missing required lambda parameter - Fix workflow type comments to use actual concrete types - Fix missing closing quote in apiKey example Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
wilmveel
approved these changes
Mar 3, 2026
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
.junie/guidelines.mdinto a reusable/tone-of-voiceClaude Code skill/update-siteskill for manual full documentation audits against the current codebase.claude/settings.jsonfor hook configurationTest plan
stop_hook_activeis true (loop guard).ktfile changes undersrc/and outputs valid JSON/update-siteskill is available in Claude Code/tone-of-voiceskill is available in Claude Code🤖 Generated with Claude Code