install
source · Clone the upstream repo
git clone https://github.com/CodelyTV/agentic_programming-course
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/CodelyTV/agentic_programming-course "$T" && mkdir -p ~/.claude/skills && cp -r "$T/04-skills/1-all_about_commands_skills/.agents/skills/repo-status-claude-code" ~/.claude/skills/codelytv-agentic-programming-course-repo-status && rm -rf "$T"
manifest:
04-skills/1-all_about_commands_skills/.agents/skills/repo-status-claude-code/SKILL.mdsource content
Instructions for getting the context
- Commits in the last week: !
git log --oneline --since="last week" - Last week top contributors: !
git shortlog -sn --since="last week"
Output
If there are more than 5 commits and at least 2 contributors, respond that the repository is in good shape; otherwise, that it’s in bad shape.