acquire-codebase-knowl…
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind
$ npx -y skills add github/awesome-copilot --skill excalidraw-diagram-generator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/excalidraw-diagram-generatorContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind
name: excalidraw-diagram-generator description: 'Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.'
A skill for generating Excalidraw-format diagrams from natural language descriptions. This skill helps create visual representations of processes, systems, relationships, and ideas without manual drawing.
Use this skill when users request:
**Supported diagram types:**
Analyze the user's description to determine: 1. **Diagram type** (flowchart, relationship, mind map, architecture) 2. **Key elements** (entities, steps, concepts) 3. **Relationships** (flow, connections, hierarchy) 4. **Complexity** (number of elements)
| User Intent | Diagram Type | Example Keywords | |-------------|--------------|------------------| | Process flow, steps, procedures | **Flowchart** | "workflow", "process", "steps", "procedure" | | Connections, dependencies, associations | **Relationship Diagram** | "relationship", "connections", "dependencies", "structure" | | Concept hierarchy, brainstorming | **Mind Map** | "mind map", "concepts", "ideas", "breakdown" | | System design, components | **Architecture Diagram** | "architecture", "system", "components", "modules" | | Data flow, transformation processes | **Data Flow Diagram (DFD)** | "data flow", "data processing", "data transformation" | | Cross-functional processes, actor responsibilities | **Business Flow (Swimlane)** | "business process", "swimlane", "actors", "responsibilities" | | Object-oriented design, class structures | **Class Diagram** | "class", "inheritance", "OOP", "object model" | | Interaction sequences, message flows | **Sequence Diagram** | "sequence", "interaction", "messages", "timeline" | | Database design, entity relationships | **ER Diagram** | "database", "entity", "relationship", "data model" |
**For Flowcharts:**
**For Relationship Diagrams:**
**For Mind Maps:**
**For Data Flow Diagrams (DFD):**
**For Business Flow (Swimlane):**
**For Class Diagrams:**
**For Sequence Diagrams:**
**For ER Diagrams:**
Create the `.excalidraw` file with appropriate elements:
**Available element types:**
**Key properties to set:**
A community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to supercharge your GitHub Copilot experience.
Repo: github/awesome-copilot
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc…
Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS…
Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting…
Use this skill when the user shares ad campaign performance data and asks what to cut, scale, or test. Trigger for prompts like "analyze my ad campaigns",…
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.