Leaderboard/Learning/learning-opportunities
Last commit on May 1, 2026·Created on February 7, 2026

DrCatHicks/learning-opportunities

Turns architectural changes into learning moments during AI-assisted coding.
Combined rank
#160
across all skills
In Learning
#2
category rank
Stars
2.4k
+1.1% in last 7d
Forks
90
-1.1% in last 7d
Watchers
16
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill makes every significant code modification a chance to build genuine understanding. After creating new files, altering schemas, or refactoring, it offers a short exercise that pauses for the developer's prediction, then compares it to the actual behavior. The approach addresses the AI productivity trap—fast output without deep learning. An accompanying orient skill generates a repo-specific guide, so new team members can quickly build a mental model of the codebase. The pair helps AI-assisted developers, new hires, and tech leads turn shipping into deliberate skill development.

WHO IT'S FOR
AI-Assisted Coding Developers
develop skills during AI-assisted coding
Technical Leads / Engineering Managers
guide team skill growth with AI tools
Onboarding Mentors / Codebase Guides
create orientation resources for new members
Developer Education / Training Specialists
design deliberate practice exercises for developers
Repository contents

2 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

Register the GitHub marketplace in Codex

Installs: Registers the complete learning-opportunities Codex plugin marketplace, documented as containing learning-opportunities, learning-opportunities-auto, and orient. The excerpt does not document a subsequent Codex plugin-install command. · Codex

Before you start
  • Codex with plugin marketplace support
  1. Run this terminal command to add the marketplace from GitHub.

    codex plugin marketplace add https://github.com/DrCatHicks/learning-opportunities.git
.claude-plugin/marketplace.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a project-specific orientation resource

Uses orient

  • The project working directory
  • Whether the current agent is Codex or Claude Code

Check the repository for this skill’s setup.

Use the orient skill to generate a repo-specific orientation.md for the repository in `[project working directory]`. Use the project-level destination appropriate for my current agent, create the target directory if needed, and leave its other existing files untouched.
orient/skills/orient/SKILL.md · Checked Sep 18, 2026