eft-domain

Extract and organize EFT quest, trader, and progression data from tarkov.dev.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/andrew-tucker-razorvision/EFT-Tracker --skill eft-domain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eft-domain
Source: https://github.com/andrew-tucker-razorvision/EFT-Tracker/tree/main/.claude/skills/eft-domain
Command: npx skills add https://github.com/andrew-tucker-razorvision/EFT-Tracker --skill eft-domain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Escape from Tarkov domain knowledge for EFT-Tracker: Understands quest structures, traders, Kappa container progression, and tarkov.dev API integration.

Core Features & Use Cases

  • Quest system: statuses, types, and Kappa requirements
  • Dependencies: prerequisites with status requirements
  • Data sources: tarkov.dev API mapping and trader catalog

Quick Start

Query tarkov.dev to fetch tasks and map to the internal Quest model; calculate dependency chains as needed.

Frequently Asked Questions about eft-domain

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

FAQPage Schema
How do I track Escape from Tarkov quests and their dependencies?

Quest tracking extracts and organizes quest data including statuses, types, and prerequisites from tarkov.dev. The Skill models quest structures with dependency resolution to determine available quests, prerequisite chains, and progression requirements for UI visualization and focus mode interactions.

Can I sync quest progression data from tarkov.dev API?

Yes. The Skill maps tarkov.dev API responses to internal Quest data models, handling quest statuses, trader catalogs, and Kappa progression. Data synchronization supports wipe handling and updates progress calculations automatically.

What's the best way to compute quest dependency chains?

Dependency resolution calculates prerequisite chains by analyzing quest relationships and status requirements. The Skill computes next available quests and visualizes quest trees for UI interactions, enabling users to see blocking prerequisites and progression paths.

How does Kappa progression tracking work with quest data?

Kappa container progression integrates with quest status tracking. The Skill organizes Kappa-specific requirements within quest structures, allowing systems to calculate completion milestones and update progress across wipe cycles.

Do I need TypeScript models to use this quest system?

The Skill provides TypeScript data models for quests, traders, and progression. These models standardize API integration with tarkov.dev and enable UI-agnostic dependency resolution and progress calculations without requiring custom data structures.

What happens to quest progress during a wipe?

Wipe handling resets quest statuses and progression data while maintaining structural relationships. The Skill recalculates dependency chains and available quests post-wipe, ensuring accurate quest trees and Kappa progression tracking across reset cycles.