cyberfit-achievements

Track and display unlocked CyberFit achievements with unlock dates and progress.

15|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ZouR-Ma/cyberfit --skill cyberfit-achievements
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cyberfit-achievements
Source: https://github.com/ZouR-Ma/cyberfit/tree/main/skills/cyberfit-achievements
Command: npx skills add https://github.com/ZouR-Ma/cyberfit --skill cyberfit-achievements

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It solves the problem of not knowing which CyberFit achievements you’ve unlocked, what progress you have toward the next ones, and why you’re missing them.

Core Features & Use Cases

  • Unlocked achievements with unlock dates: Provides a clear, auditable list of your completed street-cred milestones.
  • Locked achievements with non-spoiler requirements: Shows what you need to do next without revealing the full underlying details.
  • Progress tracking and titles: Displays overall completion (unlocked/total) and presents the title rank ladder for motivation and identity.

Use case: After several weeks of training, you want a single view of your unlocked streak and total progress, plus gentle prompts for the achievements you’re close to earning.

Quick Start

Run the achievements report by executing the command: python3 scripts/cli.py achievements.

Frequently Asked Questions about cyberfit-achievements

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

FAQPage Schema
How do I track workout achievements and see unlocked titles?

To track workout achievements and see unlocked titles, run the Python CLI command to generate a report. This displays your unlocked milestones with dates, locked items with requirements, and overall completion progress for your rank ladder.

What is gamified progress tracking for workout logging?

Gamified progress tracking for workout logging applies a rank system and unlockable achievements to your training data. It computes your unlocked versus total milestones, providing an at-a-glance status of your ongoing progression and next-step unlock guidance.

How do I view locked achievement requirements without spoilers?

To view locked achievement requirements without spoilers, run the achievements report via the command line. The system lists locked items alongside their non-spoiler conditions, showing exactly what you need to do next without revealing the full underlying details.

Can I use a Python CLI to check my rank progression and completion status?

Yes, you can use a Python CLI to check your rank progression and completion status. By executing the entry point script, you render a single view of your unlocked streak, total completion ratio, and the title rank ladder for motivation.

Does the achievement tracking system require external dependencies?

The achievement tracking system requires no external dependencies to function. It operates independently through a Python script entry point, allowing you to compute your unlocked versus total progress and render titles without additional environment setup.