igcse-chapter

Generate React-based IGCSE mathematics lesson modules with standardized UX.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/badgujarkunal93-blip/Tenali --skill igcse-chapter-badgujarkunal93-blip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: igcse-chapter
Source: https://github.com/badgujarkunal93-blip/Tenali/tree/main/skills/igcse-chapter
Command: npx skills add https://github.com/badgujarkunal93-blip/Tenali --skill igcse-chapter-badgujarkunal93-blip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the inconsistency and manual overhead involved in creating, editing, and maintaining interactive educational modules for the Cambridge IGCSE Mathematics curriculum within the Tenali application.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically generates the React component structure for new chapters, ensuring they follow the established Tenali design patterns.
  • Uniform UX Enforcement: Applies consistent behavior across all chapters, including lesson navigation, progress tracking, and math rendering.
  • Use Case: When adding a new chapter, such as Chapter 7, this skill ensures the component is correctly wired into the router, uses the required lesson catalogue shape, and implements the mandatory question-ramp and auto-advance features.

Quick Start

Use the igcse-chapter skill to build the module for chapter 7 based on the provided coursebook material.

Frequently Asked Questions about igcse-chapter

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

FAQPage Schema
How do I scaffold interactive IGCSE mathematics lessons in React?

To scaffold interactive IGCSE mathematics lessons, generate standardized React component structures that enforce uniform lesson navigation, progress tracking, and LaTeX-style math rendering across all modules.

What is the best way to maintain consistent UX across e-learning mathematics chapters?

Maintaining consistent UX across e-learning mathematics chapters requires applying standardized question-ramp logic, auto-advance features, and keyboard-accessible navigation to ensure every module behaves identically.

How do I add a new chapter to an interactive IGCSE React application?

To add a new chapter to an IGCSE React application, wire the component into the router using the established lesson catalogue shape and implement mandatory progress persistence and navigation features.

Does this scaffolding approach support LaTeX-style math rendering for coursebook material?

Yes, this scaffolding approach supports LaTeX-style math rendering by ensuring all generated chapter modules uniformly implement the required rendering logic for IGCSE coursebook material.

Can I use this method to implement question-ramp logic for multiple math chapters?

Yes, you can use this method to implement question-ramp logic for multiple chapters because it automatically applies the required interactive progression behavior uniformly across the entire application.

Why does my interactive mathematics lesson module lack progress persistence?

Interactive mathematics lesson modules lack progress persistence when they are not scaffolded using standardized patterns that enforce mandatory progress tracking and keyboard-accessible navigation across all chapters.