gpa-cgpa-calculator

Compute GPA and CGPA from course credits and grade points.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/JKKN-Institutions/rr_builders_roja --skill gpa-cgpa-calculator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpa-cgpa-calculator
Source: https://github.com/JKKN-Institutions/rr_builders_roja/tree/main/.claude/skills/gpa-cgpa-calculator
Command: npx skills add https://github.com/JKKN-Institutions/rr_builders_roja --skill gpa-cgpa-calculator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GPA and CGPA calculation for JKKN COE grading system, enabling accurate performance tracking from per-course marks and credits.

Core Features & Use Cases

  • GPA calculation using Σ(Credits × GradePoints) / ΣCredits per semester.
  • CGPA calculation across semesters using weighted averages of semester GPAs.
  • Grade lookups and pass/fail determinations via program-specific grade tables and course pass marks.

Quick Start

Provide per-course credits and grade points to compute the semester GPA and the cumulative CGPA.

Frequently Asked Questions about gpa-cgpa-calculator

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

FAQPage Schema
How do I calculate GPA and CGPA from course credits and grade points?

To calculate GPA, divide the sum of credits multiplied by grade points by the total credits for a semester. CGPA is then computed using weighted averages of semester GPAs across multiple terms.

How does CGPA calculation work across multiple semesters?

CGPA calculation works across multiple semesters by computing weighted averages of individual semester GPAs, applying program-specific grade tables to ensure accurate cumulative performance tracking.

Can I determine pass, fail, or distinction classifications using percentage breakdowns?

Yes, you can determine pass, fail, and distinction classifications by applying course pass thresholds and program-specific grade lookups to calculate percentage breakdowns and evaluate overall performance.

Does the GPA calculation support different grading systems for UG and PG programs?

Yes, the GPA calculation supports different grading systems by fetching program-specific grade tables for UG and PG programs, applying the appropriate pass marks and grade point lookups for each.

What is the best way to calculate semester GPA for the JKKN COE grading system?

The best way to calculate semester GPA for the JKKN COE grading system is to input per-course credits and grade points, which the system uses to compute the weighted average and round results to two decimals.

Why are my GPA calculation results rounded to two decimal places?

GPA calculation results are rounded to two decimal places to maintain consistency and precision in grading outputs, ensuring that the computed GPA and CGPA values align with standard academic reporting formats.