DataTalksClubDataTalksClubOfficialยท2 Agent Skills Included

course-management-platform

Course platform verification, API access, and incident response

Verifies Django course platform changes end-to-end by running the app against a throwaway database and driving pages over HTTP. Connects to the platform REST API with token authentication to inspect courses, homeworks, projects, and registrations. Investigates CloudWatch production alerts with read-only log access, test-driven fixes, and controlled dev-to-prod deployments.
npx skills add DataTalksClub/course-management-platform --all -g -y
Available:

Instructs your AI agent on package management with uv, test-first bug fixing, design system rules, and when to route incident work to the cmp-incident-response skill.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install course-management-platform skills?โ–ผ

Run `npx skills add DataTalksClub/course-management-platform --all -g -y` in your terminal to install all skills in this suite globally.

How to verify Django changes without breaking dev data?โ–ผ

The verify skill runs the app against a throwaway SQLite database and drives pages over HTTP, so your real dev data is never touched.

How to access the course platform REST API?โ–ผ

The api skill shows how to authenticate with a token from .env and fetch the live OpenAPI spec listing every course, homework, and project endpoint.

How to handle production CloudWatch alerts safely?โ–ผ

The cmp-incident-response skill uses a read-only investigator role to collect logs, reproduce failures with tests, and only deploys to production with explicit authorization.

Do these skills work with Claude Code and Codex?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, Cursor, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’