Skip to content
BeClaude

student-exam-skill

New
GitHub TrendingGeneralby barbodshafiee0012-hash

A Claude skill that answers exam questions exactly like a university student — concise, humanized, and always referenced to Iranian university textbooks. No extra explanation, just the right answer.

Summary

This skill transforms Claude into a university student answering exam questions with concise, human-like responses.

  • It provides accurate answers referenced exclusively to Iranian university textbooks, without extra explanations or commentary.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/student-exam-skill.md https://raw.githubusercontent.com/barbodshafiee0012-hash/student-exam-skill/main/SKILL.md
3
Invoke in Claude Code
/student-exam-skill

Use Cases

Answering a multiple-choice question from an Iranian university exam with the correct option and textbook reference.
Providing a short-answer response to a theoretical question from a physics or engineering exam.
Solving a mathematical problem step-by-step as a student would in an exam, citing the relevant textbook.
Responding to a literature or history question with a brief, referenced answer from a standard Iranian textbook.
Generating a concise answer for a chemistry or biology exam question, including the textbook page number.
Replying to a programming or computer science question with a code snippet and reference to a Persian textbook.

Usage Examples

1

/student-exam-skill What is the formula for calculating kinetic energy? Answer like a university student.

2

Explain the concept of supply and demand in economics, referencing an Iranian textbook.

3

Solve the integral ∫x^2 dx and provide the textbook source.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is student-exam-skill?

This skill transforms Claude into a university student answering exam questions with concise, human-like responses. It provides accurate answers referenced exclusively to Iranian university textbooks, without extra explanations or commentary.

How to install student-exam-skill?

To install student-exam-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/student-exam-skill.md https://raw.githubusercontent.com/barbodshafiee0012-hash/student-exam-skill/main/SKILL.md. Finally, /student-exam-skill in Claude Code.

What is student-exam-skill best for?

student-exam-skill is a skill categorized under General. Created by barbodshafiee0012-hash.

What can I use student-exam-skill for?

student-exam-skill is useful for: Answering a multiple-choice question from an Iranian university exam with the correct option and textbook reference.; Providing a short-answer response to a theoretical question from a physics or engineering exam.; Solving a mathematical problem step-by-step as a student would in an exam, citing the relevant textbook.; Responding to a literature or history question with a brief, referenced answer from a standard Iranian textbook.; Generating a concise answer for a chemistry or biology exam question, including the textbook page number.; Replying to a programming or computer science question with a code snippet and reference to a Persian textbook..