← Browse

@igorganapolsky/weekend-learning

A

Weekend auto-learning from YouTube transcripts, Phil Town content, trade analysis

skillclaude

Install

agr install @igorganapolsky/weekend-learning --target claude

Writes 1 file into .claude/skills/, pinned to git-abfa64ea.

  • .claude/skills/weekend-learning/SKILL.md

Document


name: weekend-learning description: Weekend auto-learning from YouTube transcripts, Phil Town content, trade analysis version: 1.1.0 context: fork triggers:

  • weekend-learn

Weekend Learning Skill

Trigger continuous learning during market-closed hours.

Trigger

  • /weekend-learn - Manually trigger weekend learning
  • Automatic: Sunday 8 AM ET via GitHub Actions

What It Does

  1. Content Ingestion (cost-free)

    • Phil Town YouTube transcripts
    • Options education (Option Alpha, InTheMoney)
    • Blog/podcast content
  2. RAG Vectorization (local LanceDB - free)

    • Semantic chunking
    • BAAI/bge-small-en-v1.5 embeddings
    • No cloud RAG costs
  3. Trade Analysis

    • Review last 30 days of trades
    • Calculate win rate by strategy
    • Identify patterns
  4. Insight Generation

    • Recommendations for next week
    • Phil Town Rule #1 reminders

Cost Controls

  • Budget: $50/month GCP max
  • Strategy: Local LanceDB instead of cloud RAG
  • Frequency: Once per weekend (Sunday only)
  • No API calls: Uses free YouTube API quota

Usage

# Manual trigger
gh workflow run weekend-learning.yml

# Check status
gh run list --workflow=weekend-learning.yml

# View results
cat data/weekend_insights.json

Integration

  • Updates rag_knowledge/ with new content
  • Reindexes local LanceDB
  • Auto-creates PR with learned content
  • Auto-merges if only safe files changed

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-abfa64ea83612026-07-31