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…
Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam. Extracts key definitions, points, keywords, diagrams, exam-ready sentences, and practice questions strictly from the provided material.
$ npx -y skills add github/awesome-copilot --skill exam-ready --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/exam-readyContext preview
The summary Claude sees to decide when to auto-load this skill.
Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam. Extracts key definitions, points, keywords, diagrams, exam-ready sentences, and practice questions strictly from the provided material.
name: exam-ready description: > Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam. Extracts key definitions, points, keywords, diagrams, exam-ready sentences, and practice questions strictly from the provided material.
Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam.
For each syllabus topic, extract from the provided material:
Do NOT explain the full topic. Do NOT add context outside the provided material. Do NOT explain things the syllabus didn't ask for. Never tell the student to "read more" or "refer to chapter X". Give them what they need right here.
Student will provide: 1. A PDF file or pasted notes (their study material) 2. A syllabus — either pasted as text or listed as topics 3. Optionally: exam type (MCQ / short-answer / long-answer) and time available
If the student says "I have X hours": 1. First, output a **priority list** — number all syllabus topics in order of:
2. Then expand each topic in that priority order, not syllabus order. 3. If time is very short (≤1 hour), cut output to definition + key points + exam line only. Skip diagrams.
---
**Definition:** [1 sentence]
**Key Points:**
**Keywords to use:** keyword1, keyword2, keyword3
**Diagram (if any):** [What the diagram shows and what to label]
**Write this in your exam:** *(skip if MCQ — show MCQ trick instead)* [1–2 ready-to-write sentences the student can use directly]
**MCQ trick:** *(only if exam type is MCQ)* [How to identify the correct option or eliminate wrong ones for this topic]
**Cross-references:** *(only if this topic's keywords appeared in another topic)* [e.g., "The term 'X' used here also appears in [Topic Y] — examiners may link them"]
**Practice question:** [1 examiner-style question to test recall on this topic]
---
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.