From learning
Tracks Coursera course progress, completion percentages, certificate status, and assignment deadlines via Playwright with Chrome cookies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/learning:app-courseraThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Playwright + Chrome cookies (session from existing Chrome login)
Auth: Playwright + Chrome cookies (session from existing Chrome login)
URL: https://www.coursera.org
Configuration: Set Coursera email and Chrome profile in vault/learning/config.md
Coursera is one of the most rigorous consumer learning platforms — structured certificate programs backed by universities (Stanford, Johns Hopkins, Duke) and major tech companies (Google, IBM, Meta, Deeplearning.ai). Certificates on Coursera require completing graded assignments, passing quizzes (minimum 80% in most programs), and in some cases peer review. This makes them more credible than completion badges from less structured platforms. The platform is particularly strong for data science, machine learning, cloud certifications, and business fundamentals.
This skill reads Coursera's "My Learning" dashboard to extract progress data for the monthly learning sync. Rather than requiring the user to log in and manually check progress, the skill automates the collection and routes data to the vault for tracking and analysis.
From coursera.org/my-learning:
From individual course pages:
Add to vault/learning/config.md:
coursera_email: "YOUR_COURSERA_EMAIL"
coursera_chrome_profile: "/Users/YOU/Library/Application Support/Google/Chrome/Default"
vault/learning/01_prior/certs/ for record-keepinghttps://www.coursera.org/my-learning # main dashboard
https://www.coursera.org/account-profile # profile and learning activity
Coursera's most valuable credentials are Professional Certificates (Google Data Analytics, Google Project Management, IBM Data Science, Meta Front-End Developer) and Specializations (DeepLearning.AI Machine Learning Specialization, Johns Hopkins Data Science). These take 3-6 months and produce a credential that has real market recognition, especially when the issuing organization is well-known.
op-monthly-sync — pull current completion percentages and deadline dates for all enrolled coursesflow-build-learning-summary — provide updated completion data for pace analysis~/Documents/aireadylife/vault/learning/00_current/coursera/ — course progress records~/Documents/aireadylife/vault/learning/01_prior/certs/ — downloaded certificates for completed coursesnpx claudepluginhub fru-dev3/ai-ready-life --plugin learningProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.