JSchOBL

5 mods across 1 repository, 3 stars between them.

claude-md-coach

01

JSchOBL/agentic-ai-learning-journey

Skill Claude CodeCodex

Reviews a learner's hand-written Claude Code setup for a level of the Agentic AI Learning Journey lab — the CLAUDE.md always, plus any skill, hook, settings.json, subagents, or MCP server the level asks them to write — identifies missing or weak elements against a rubric, challenges the learner to fix them, and…

3 1mo ago B 149 tokens original MIT

dependency-auditor

03

JSchOBL/agentic-ai-learning-journey

Agent

Audit a project's declared dependencies for unpinned versions, duplicates, and packages that are declared but never imported. Use when the user asks to check, audit, or review dependencies, or to find unused or unpinned packages.

3 1mo ago A 51 tokens original MIT

format-python

04

JSchOBL/agentic-ai-learning-journey

Skill Claude CodeCodex

Format Python source files with Black and isort, then report any remaining lint issues. Use when the user asks to format, clean up, tidy, or fix the style of Python code.

3 1mo ago A 41 tokens original MIT

run-tests

05

JSchOBL/agentic-ai-learning-journey

Skill Claude CodeCodex

Run the pytest suite, report pass/fail counts and coverage, and identify untested code. Use when the user asks to run tests, check test coverage, or verify that changes didn't break anything.

3 1mo ago A 43 tokens original MIT