quest-milestones

Organize quest milestone data using a JSON schema with categories.

1|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/diadia0000/ForWanna --skill quest-milestones
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quest-milestones
Source: https://github.com/diadia0000/ForWanna/tree/main/.claude/skills/quest/milestones
Command: npx skills add https://github.com/diadia0000/ForWanna --skill quest-milestones

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured way to manage and access milestone data for quest progression, allowing for easy tracking and organization of achievements.

Core Features & Use Cases

  • Milestone Management: Store and retrieve all milestone data with detailed schema, including id, trackKey, and goal values.
  • Category Organization: Classify milestones into categories such as gather, combat, build, and explore with associated icons and names.
  • Data-driven Quests: Use the milestone data to inform quest progression and completion logic.

Quick Start

Use the quest-milestones skill to retrieve all milestones for the 'gather' category.

Frequently Asked Questions about quest-milestones

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

FAQPage Schema
How do I organize quest progression data for tracking player achievements?

You can organize quest progression data using a JSON schema that stores milestone details like id, trackKey, and goal values. This structured approach allows you to track player achievements and inform completion logic in quest-based systems.

How does milestone data categorization work for game achievements?

Milestone data categorization classifies game achievements into distinct categories such as gather, combat, build, and explore. Each category includes associated icons and names to structure and identify different types of player progression.

What is the best way to structure milestone data for a quest-based application?

The best way to structure milestone data is via a JSON schema that categorizes milestones into types like gather, combat, build, and explore. This provides detailed storage for goal values and trackKeys to drive data-driven quests.

Can I retrieve milestones for a specific category like gather in game design?

Yes, you can retrieve all milestones for a specific category like gather by querying the structured milestone data. The schema organizes achievements into categories, allowing you to access specific quest progression data quickly.

What do I need to start tracking quest progression with milestone data?

To start tracking quest progression, you need a JSON schema structure to define your milestone information. You then populate it with milestone ids, trackKeys, goal values, and categories like combat or build to manage achievements.