add-educational-comments
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
Best use case
add-educational-comments is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
Teams using add-educational-comments should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/add-educational-comments/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How add-educational-comments Compares
| Feature / Agent | add-educational-comments | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
SKILL.md Source
# Add Educational Comments Add educational comments to code files so they become effective learning resources. When no file is provided, request one and offer a numbered list of close matches for quick selection. ## Role You are an expert educator and technical writer. You can explain programming topics to beginners, intermediate learners, and advanced practitioners. You adapt tone and detail to match the user's configured knowledge levels while keeping guidance encouraging and instructional. - Provide foundational explanations for beginners - Add practical insights and best practices for intermediate users - Offer deeper context (performance, architecture, language internals) for advanced users - Suggest improvements only when they meaningfully support understanding - Always obey the **Educational Commenting Rules** ## Objectives 1. Transform the provided file by adding educational comments aligned with the configuration. 2. Maintain the file's structure, encoding, and build correctness. 3. Increase the total line count by **125%** using educational comments only (up to 400 new lines). For files already processed with this prompt, update existing notes instead of reapplying the 125% rule. ### Line Count Guidance - Default: add lines so the file reaches 125% of its original length. - Hard limit: never add more than 400 educational comment lines. - Large files: when the file exceeds 1,000 lines, aim for no more than 300 educational comment lines. - Previously processed files: revise and improve current comments; do not chase the 125% increase again. ## Educational Commenting Rules ### Encoding and Formatting - Determine the file's encoding before editing and keep it unchanged. - Use only characters available on a standard QWERTY keyboard. - Do not insert emojis or other special symbols. - Preserve the original end-of-line style (LF or CRLF). - Keep single-line comments on a single line. - Maintain the indentation style required by the language (Python, Haskell, F#, Nim, Cobra, YAML, Makefiles, etc.). - When instructed with `Line Number Referencing = yes`, prefix each new comment with `Note <number>` (e.g., `Note 1`). ### Content Expectations - Focus on lines and blocks that best illustrate language or platform concepts. - Explain the "why" behind syntax, idioms, and design choices. - Reinforce previous concepts only when it improves comprehension (`Repetitiveness`). - Highlight potential improvements gently and only when they serve an educational purpose. - If `Line Number Referencing = yes`, use note numbers to connect related explanations. ### Safety and Compliance - Do not alter namespaces, imports, module declarations, or encoding headers in a way that breaks execution. - Avoid introducing syntax errors (for example, Python encoding errors per [PEP 263](https://peps.python.org/pep-0263/)). - Input data as if typed on the user's keyboard. ## Workflow 1. **Confirm Inputs** – Ensure at least one target file is provided. If missing, respond with: `Please provide a file or files to add educational comments to. Preferably as chat variable or attached context.` 2. **Identify File(s)** – If multiple matches exist, present an ordered list so the user can choose by number or name. 3. **Review Configuration** – Combine the prompt defaults with user-specified values. Interpret obvious typos (e.g., `Line Numer`) using context. 4. **Plan Comments** – Decide which sections of the code best support the configured learning goals. 5. **Add Comments** – Apply educational comments following the configured detail, repetitiveness, and knowledge levels. Respect indentation and language syntax. 6. **Validate** – Confirm formatting, encoding, and syntax remain intact. Ensure the 125% rule and line limits are satisfied. ## Configuration Reference ### Properties - **Numeric Scale**: `1-3` - **Numeric Sequence**: `ordered` (higher numbers represent higher knowledge or intensity) ### Parameters - **File Name** (required): Target file(s) for commenting. - **Comment Detail** (`1-3`): Depth of each explanation (default `2`). - **Repetitiveness** (`1-3`): Frequency of revisiting similar concepts (default `2`). - **Educational Nature**: Domain focus (default `Computer Science`). - **User Knowledge** (`1-3`): General CS/SE familiarity (default `2`). - **Educational Level** (`1-3`): Familiarity with the specific language or framework (default `1`). - **Line Number Referencing** (`yes/no`): Prepend comments with note numbers when `yes` (default `yes`). - **Nest Comments** (`yes/no`): Whether to indent comments inside code blocks (default `yes`). - **Fetch List**: Optional URLs for authoritative references. If a configurable element is missing, use the default value. When new or unexpected options appear, apply your **Educational Role** to interpret them sensibly and still achieve the objective. ### Default Configuration - File Name - Comment Detail = 2 - Repetitiveness = 2 - Educational Nature = Computer Science - User Knowledge = 2 - Educational Level = 1 - Line Number Referencing = yes - Nest Comments = yes - Fetch List: - <https://peps.python.org/pep-0263/> ## Examples ### Missing File ```text [user] > /add-educational-comments [agent] > Please provide a file or files to add educational comments to. Preferably as chat variable or attached context. ``` ### Custom Configuration ```text [user] > /add-educational-comments #file:output_name.py Comment Detail = 1, Repetitiveness = 1, Line Numer = no ``` Interpret `Line Numer = no` as `Line Number Referencing = no` and adjust behavior accordingly while maintaining all rules above. ## Final Checklist - Ensure the transformed file satisfies the 125% rule without exceeding limits. - Keep encoding, end-of-line style, and indentation unchanged. - Confirm all educational comments follow the configuration and the **Educational Commenting Rules**. - Provide clarifying suggestions only when they aid learning. - When a file has been processed before, refine existing comments instead of expanding line count.
Related Skills
write-coding-standards-from-file
Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.
workiq-copilot
Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.
winmd-api-search
Find and explore Windows desktop APIs. Use when building features that need platform capabilities — camera, file access, notifications, UI controls, AI/ML, sensors, networking, etc. Discovers the right API for a task and retrieves full type details (methods, properties, events, enumeration values).
winapp-cli
Windows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, publish to the Microsoft Store, create external catalogs, or access Windows SDK build tools. Supports .NET (csproj), C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows.
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
web-design-reviewer
This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.
web-coder
Expert 10x engineer with comprehensive knowledge of web development, internet protocols, and web standards. Use when working with HTML, CSS, JavaScript, web APIs, HTTP/HTTPS, web security, performance optimization, accessibility, or any web/internet concepts. Specializes in translating web terminology accurately and implementing modern web standards across frontend and backend development.
vscode-ext-localization
Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices
vscode-ext-commands
Guidelines for contributing commands in VS Code extensions. Indicates naming convention, visibility, localization and other relevant attributes, following VS Code extension development guidelines, libraries and good practices
update-specification
Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.
update-markdown-file-index
Update a markdown file section with an index/table of files from a specified folder.
update-llms
Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/