docs: add Kennis (knowledge) skill type to create-skill conventions#47
Open
oinkspook wants to merge 1 commit into
Open
docs: add Kennis (knowledge) skill type to create-skill conventions#47oinkspook wants to merge 1 commit into
oinkspook wants to merge 1 commit into
Conversation
Documenteert het onderscheid tussen workflow-skills (Actie/Review/Generatie/Wizard) en kennis-skills: - Nieuwe 'Kennis'-rij in de classificatietabel - Uitleg dat kennis-skills meestal impliciet geladen worden o.b.v. de description - Structuur-variant met ## When this applies i.p.v. ## Workflow (## Important blijft verplicht) Vervolg op de review van Steven op #42, waar dit onderscheid naar voren kwam. Co-Authored-By: Claude <noreply@anthropic.com>
3 tasks
Tomeriko96
approved these changes
Jul 24, 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.
Pull Request Description
Type of Change
Description of Changes
Voegt een Kennis-skilltype toe aan de
create-skill-conventies.Uit de review van Steven op #42 kwam naar voren dat niet elke skill een
## Workflowmet "When the user invokes /naam:" past. Skills komen op twee manieren binnen: expliciet (/naam) óf impliciet — Claude laadt de body automatisch o.b.v. dedescriptionzodra je vraag matcht. Dat splitst skills in:## Workflow.## When this appliesi.p.v.## Workflow.Concreet toegevoegd aan
create-skill/SKILL.md:Kennis-rij in de classificatietabel (stap 3).## When this applies;## Importantblijft verplicht.Comparison: Before and After
Before:
create-skillkende alleen workflow-vormige types; alle skills kregen## Workflow.After:
Kennis-skills hebben een eigen, eerlijke vorm — wat de recent toegevoegde skills (helm, docker, gitlab-ci, sram-oidc, …) al volgen.
Related Issues
Vervolg op de conventie-alignment in #42, #43, #46.
Testing Instructions
create-skill/SKILL.md: deKennis-rij + structuur-variant renderen correct.Dependencies
Geen.
Checklist