← スキル一覧に戻る

dailygoals
by Alejfanjul
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: DailyGoals description: Show personal goals progress (training and habits). USE WHEN user asks about goals, progress, metas, treino, maconha, streak, workout, fitness OR /goals OR /metas.
DailyGoals
Displays progress on personal goals with ASCII visualizations.
Goals Tracked
- TREINO - Wendler 5/3/1 strength program (cycles, weeks, lifts)
- MACONHA - Reduction plan by phases (streak, allowed days)
Usage
Full progress report:
python3 ~/ai-brain/scripts/show_goals.py
Today's focus only:
python3 ~/ai-brain/scripts/show_goals.py --today
Just training:
python3 ~/ai-brain/scripts/show_goals.py --saude
Just reduction:
python3 ~/ai-brain/scripts/show_goals.py --maconha
JSON output (for programmatic use):
python3 ~/ai-brain/scripts/show_goals.py --json
What to Show
When user asks about goals/progress, run the appropriate command and show the script output directly. The ASCII progress bars are the visualization - do NOT summarize or "translate" them into plain text. A brief comment after is fine, but the bars should be visible.
Example interactions:
- "Como estão minhas metas?" → Run
show_goals.py(full report) - "Qual é o foco de hoje?" → Run
show_goals.py --today - "Quantos dias de streak?" → Run
show_goals.py --maconha - "Próximo treino?" → Run
show_goals.py --saude - "/goals" → Run
show_goals.py(full report) - "/metas" → Run
show_goals.py(full report)
Output Example
════════════════════════════════════════════
METAS DO DIA
2026-01-20
════════════════════════════════════════════
TREINO - 5/3/1 Prep & Fat Loss
────────────────────────────────────
Ciclo 1 | Semana 2 (3s)
[██████░░░░░░░░░░░░░░] 31%
Próximo: Cardio (colete) - Qua 21/01
Lifts restantes: Bench → Squat → OHP
MACONHA - Fase 1 (Sex-Sáb-Dom)
────────────────────────────────────
Dia 1 de 14 | Streak: 3 dias sem fumar
[█░░░░░░░░░░░░░░░░░░░] 7%
Próximo permitido: Sex 23/01
Hoje: Terça - dia de resistir ✓
════════════════════════════════════════════
Data Sources
projects/ai-brain/metas/SAUDE.md- Training dataprojects/ai-brain/metas/MACONHA.md- Reduction data
Related Commands
python3 scripts/daily_digest.py- Alternative entry point (same output)python3 scripts/daily_digest.py --short- One-line summary
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です