course-management-platform
Course platform verification, API access, and incident response
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core