Skip to content

HXM-creator/student-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

student-skill

Claude Code skill for students — learn with AI, not just from AI

MIT License Claude Code Skill PRs Welcome


A Claude Code skill designed for students. Load it with /student and get a learning-first coding assistant that helps you understand why before how.

适用于课程项目、实验报告、竞赛、毕业设计等场景。帮助学生更高效地与 AI 协作学习。


Features

Feature Description
🎓 Learning-first Understand principles, not just get answers
📝 Study journaling Auto-document your progress and key takeaways
🎯 Scenario-aware Adapts to homework, labs, competitions, thesis, self-study
🌐 China-friendly mirrors Built-in npm/pip/git mirror sources
💡 Code quality Meaningful naming, clear comments, keep it simple

Quick Start

# Install the skill
mkdir -p ~/.claude/skills
git clone https://github.com/zxcmnv520/student-skill.git ~/.claude/skills/student

# Then in Claude Code, just type:
/student

Usage

Once loaded, the skill guides Claude to:

  • Explain trade-offs — when there are multiple approaches, you'll see pros and cons
  • Prioritize learning — concepts are explained before code is written
  • Keep records — session notes and lessons learned are auto-generated
  • Write clean code — meaningful names, purposeful comments, no over-engineering

Examples

Scenario What happens
Course project Understand requirements → design → implement → explain key code
Lab report Record process → analyze data → visualize → draw conclusions
Competition Fast prototype → iterate → document debugging journey
Thesis Tech research → architecture → phased delivery → documentation
Self-study Concept explanation → code examples → practice suggestions

Contents

student-skill/
├── SKILL.md       # The skill ruleset (loaded by Claude Code)
├── README.md      # This file
└── LICENSE        # MIT

License

MIT — free to use, modify, and share.

About

Claude Code skill for students — learn with AI, not just from AI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors