cote-teacher

Generate structured markdown learning materials for coding test algorithm patterns.

Updated Oct 21, 2025
One-click install
npx skills add https://github.com/ev3rlit/CoTe --skill cote-teacher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cote-teacher
Source: https://github.com/ev3rlit/CoTe/tree/main/.claude/skills/cote-teacher
Command: npx skills add https://github.com/ev3rlit/CoTe --skill cote-teacher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of structured learning materials for coding test (CoTe) algorithm and data structure patterns, generating comprehensive markdown documents and updating the project's README.md.

Core Features & Use Cases

  • Automated Learning Material Generation: Creates detailed markdown files for specific algorithm patterns (e.g., sliding window, two pointers) using pre-defined templates.
  • README Integration: Automatically adds links to newly created learning materials in the main README.md file for easy access.
  • Use Case: When a user asks for learning material on the "sliding window pattern," this Skill will create a _learning/슬라이딩_윈도우.md file with explanations, code examples, and complexity analysis, and then update the project's README.md to include a link to this new resource.

Quick Start

Use the cote-teacher skill to create learning material for the sliding window pattern.

Frequently Asked Questions about cote-teacher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate structured learning materials for coding test algorithm patterns?

To generate coding test learning materials, request learning material for a specific algorithm pattern like sliding window. The Skill creates a markdown document in the _learning/ folder with explanations, code examples, and complexity analysis.

What templates are available for creating algorithm and data structure documentation?

Algorithm and data structure documentation supports basic_pattern, visualization, mathematical, and implementation templates. Each template structures the markdown content differently based on the specific algorithm pattern type being generated.

Can I automatically update README.md with links to newly created algorithm learning materials?

Yes, README integration is automatic. When learning materials are generated, the Skill automatically adds links to the newly created markdown files in the main README.md file for easy project access.

What file format and folder structure does the generated coding test documentation use?

Generated coding test documentation uses markdown files stored in the _learning/ folder. Each algorithm pattern gets its own markdown file, such as _learning/슬라이딩_윈도우.md, containing structured explanations and code examples.

Do I need any dependencies to automate algorithm pattern documentation generation?

No external dependencies are required. The Skill operates independently using its built-in scripts, references, and assets components to automate the generation of algorithm learning materials and README updates.