oge-tasks

Manage OGE math JSON task files and coordinate with TaskDataService workflows.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/Palomig/PALOMATIKA --skill oge-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oge-tasks
Source: https://github.com/Palomig/PALOMATIKA/tree/main/.claude/skills/oge-tasks
Command: npx skills add https://github.com/Palomig/PALOMATIKA --skill oge-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management and understanding of OGE (Russian standardized exam) math task data, ensuring consistency and accuracy in educational content.

Core Features & Use Cases

  • Task Data Management: Create, edit, and debug JSON files containing OGE math tasks.
  • Topic Integration: Add new topics and manage existing ones within the OGE curriculum.
  • Debugging: Resolve issues related to task display and data integrity.
  • Architecture Understanding: Gain insights into the OGE task data structure and the TaskDataService.

Quick Start

Use the oge-tasks skill to add a new math problem to topic 09.

Frequently Asked Questions about oge-tasks

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

FAQPage Schema
How do I manage OGE math task data using JSON files?

OGE math task data is managed by creating, editing, and debugging JSON files structured for the TaskDataService. This unified data source handles deterministic task generation and retrieval for the curriculum.

What is the JSON structure for OGE exam math tasks?

The OGE task data structure organizes math problems by curriculum topics within JSON files. This architecture supports various task types and enables deterministic generation and retrieval via the TaskDataService.

How do I add a new math problem to an existing OGE curriculum topic?

To add a new math problem, you edit the corresponding JSON task file to include the new content under the target topic, such as topic 09. The TaskDataService then retrieves this updated data for display.

Why are my OGE math tasks not displaying correctly?

Incorrect task display often stems from JSON data integrity issues. You need to debug the JSON file structure and verify that the TaskDataService correctly parses the task types and topic architecture.

Can I integrate new topics into the OGE math curriculum using this approach?

Yes, you can add new topics to the OGE curriculum by integrating them into the existing JSON task files. The TaskDataService manages these additions to ensure accurate task retrieval.

Does the TaskDataService support deterministic task generation for standardized exams?

Yes, the TaskDataService uses a unified data source stored in JSON files to support deterministic task generation. This ensures consistent and accurate retrieval of OGE math tasks.