Add Claude skills for design, planning, diagramming, and investigation - #5
Open
matheoceleste-sudo wants to merge 1 commit into
Open
Add Claude skills for design, planning, diagramming, and investigation#5matheoceleste-sudo wants to merge 1 commit into
matheoceleste-sudo wants to merge 1 commit into
Conversation
Adds the six Claude Code skills from naiersaidane/claude-mastery (commit facdc95) under .claude/skills so they are available as /interroge, /cadre, /planifie, /design, /investigue and /illustre. Adds a .gitignore exception so .claude/skills is tracked while the rest of .claude stays ignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01F4UQxUKkM8s9JtBCJ9se1G
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ⛔ Deployment terminated View logs |
cloudflare-docs | f9358a0 | Jul 23 2026, 01:07 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ⛔ Deployment terminated View logs |
mathclean | f9358a0 | Jul 23 2026, 01:38 AM |
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
This PR introduces a comprehensive suite of Claude skills to support structured project workflows:
/cadre— Structured project framing via questionnaire, producesdocs/PRD.md/planifie— Breaks PRD into vertical-slice phases, producesdocs/PLAN.md/design— Design system consultation, producesdocs/DESIGN.md+ HTML preview/illustre— Excalidraw diagram generation with PNG/SVG rendering via custom Python renderer/interroge— Lightweight brainstorming questionnaire for features/apps/investigue— Methodical bug investigation in 4 validated phasesEach skill includes:
/illustre)The skills form a natural workflow chain:
/interroge→/cadre(PRD) →/planifie(plan) → implementation, with/designand/illustreas supporting tools for visual/UX work.Key additions
.claude/skills/directory structure with 6 skill modulesillustre/references/— Excalidraw element templates, color palette, custom Python renderer (render_excalidraw.py), Excalifont font file.gitignoreupdate — Preserve.claude/skills/while ignoring other.claude/artifactsDocumentation checklist
https://claude.ai/code/session_01F4UQxUKkM8s9JtBCJ9se1G