Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explain My Own Code

Validate skill

An Agent Skill that teaches a learner how their existing code works using real project structure, identifiers, execution flow, and examples.

Use it for

  • explaining program purpose and structure in plain language
  • tracing realistic inputs through exact functions and state changes
  • connecting concrete code to programming concepts
  • producing study notes and targeted comprehension checks

Install

Clone or copy this repository into:

<project>/.agents/skills/explain-my-own-code/

For GitHub Copilot project skills:

<project>/.github/skills/explain-my-own-code/

Example prompt

Use $explain-my-own-code to trace how this function changes the linked list.

Validate

python tests/validate_skill.py

License

MIT

About

Agent Skill that explains a learner's existing code through real identifiers, execution traces, concepts, and targeted comprehension checks.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages