gpa-cgpa-calculator

Calculate GPA and CGPA from relational database tables.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Jicate-Solutions/arts_tally_roja --skill gpa-cgpa-calculator-jicate-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpa-cgpa-calculator
Source: https://github.com/Jicate-Solutions/arts_tally_roja/tree/main/.claude/skills/gpa-cgpa-calculator
Command: npx skills add https://github.com/Jicate-Solutions/arts_tally_roja --skill gpa-cgpa-calculator-jicate-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the complex process of calculating GPA and CGPA for educational institutions, ensuring accurate results with minimal manual input.

Core Features & Use Cases

  • Automated GPA Calculation: Quickly calculate the Grade Point Average (GPA) for individual semesters.
  • Cumulative GPA Calculation: Compute the Cumulative Grade Point Average (CGPA) across all semesters.
  • Grade Point Lookup: Efficiently find the corresponding grade point based on percentage.
  • Pass Status Determination: Determine the pass/fail status for individual courses based on predefined pass marks.
  • Use Case: A university administrator can use this Skill to process the GPA and CGPA calculations for a large number of students, streamlining the grading process and reducing errors.

Quick Start

Use the gpa-cgpa-calculator skill to calculate the GPA for the current semester based on the student's final marks.

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 across multiple semesters using a database?

To calculate GPA and CGPA across multiple semesters, this Skill applies pre-defined formulas and database triggers to process final marks, determining grade points and pass/fail statuses automatically.

Can I determine pass/fail status and grade points from percentage marks automatically?

Yes, you can determine pass/fail status and grade points from percentage marks by applying the Skill's predefined pass marks and robust grading system logic to the final_marks data.

What database tables do I need to calculate cumulative grade point average?

To calculate cumulative grade point average, you need access to a relational database containing the courses, final_marks, and grade_system tables for querying and processing.

How does multi-semester CGPA calculation handle pass/fail statuses?

Multi-semester CGPA calculation handles pass/fail statuses by using database triggers to evaluate predefined pass marks against individual course marks before computing the cumulative average.

Is there a way to automate grade point lookup for a large number of students?

Automating grade point lookup for a large number of students is achieved by querying the grade_system table with pre-defined formulas, streamlining the educational grading process and reducing manual errors.