Weekly Tracker

Record deployed trading strategy IDs to output/weekly_tracking.csv.

13|6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/lauragp28/generador-trading-claude-code --skill weekly-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Weekly Tracker
Source: https://github.com/lauragp28/generador-trading-claude-code/tree/main/skills/weekly-tracker
Command: npx skills add https://github.com/lauragp28/generador-trading-claude-code --skill weekly-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the weekly recording of deployed trading strategies by accepting strategy IDs and the number of short-term months, then appending rows to a CSV tracking file.

Core Features & Use Cases

  • Input handling: accepts a list of strategy IDs and the number of months for selection.
  • ID parsing: extracts asset, direction, and timeframe from each ID.
  • Date computation: calculates the upcoming work week (Monday to Friday) and ISO week.
  • CSV logging: appends records to output/weekly_tracking.csv without overwriting existing data.
  • Summary output: provides a concise summary of logged strategies for the week.

Quick Start

Provide a list of strategy IDs and the number of months; the skill will append them to output/weekly_tracking.csv for the upcoming week.

Frequently Asked Questions about Weekly Tracker

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

FAQPage Schema
How do I automate weekly tracking of deployed trading strategies to a CSV file?

Automating weekly tracking of trading strategies is done by inputting strategy IDs and short-term month counts, which the system parses and appends as new rows to output/weekly_tracking.csv without overwriting existing data.

What information is extracted from a strategy ID when logging it for the upcoming trading week?

When logging a strategy ID for the upcoming trading week, the system extracts the asset, direction, and timeframe. If parsing fails, it prompts you for clarification before proceeding.

How does the system calculate the next trading week dates for CSV logging?

The system calculates the next trading week dates by computing the upcoming Monday to Friday range and determining the corresponding ISO week, appending these dates alongside your strategy data to the CSV file.

Can I append new strategy records to weekly_tracking.csv without losing my previously logged data?

Yes, you can append new strategy records without losing data. The system appends new entries to output/weekly_tracking.csv, preserving existing rows while adding the newly parsed strategies for the current week.

What do I need to provide to start logging deployed strategies for weekly deployment?

To start logging deployed strategies, you need to provide a list of strategy IDs and the number of short-term months for selection. The system then outputs a concise summary of the logged strategies.

Why does my strategy tracking workflow prompt me when parsing a strategy ID fails?

Your strategy tracking workflow prompts you when parsing fails because it cannot automatically extract the asset, direction, and timeframe from the ID, requiring your input to ensure accurate CSV logging.