https-deeplearning-ai/sc-agent-skills-files
Skill Claude CodeCodex
Analyze weekly marketing campaign performance data across channels. Use when analyzing multi-channel digital marketing data to calculate funnel metrics (CTR, CVR) and compare to benchmarks, compute cost and revenue efficiency metrics (ROAS, CPA, Net Profit), or get budget reallocation recommendations based on…
https-deeplearning-ai/sc-agent-skills-files
Skill Claude CodeCodex
CraftedWell brand guidelines for presentations and documents. Use this skill whenever creating or styling documents (docx, pdf) or presentations (pptx) for CraftedWell. Apply warm, artisanal aesthetic with chocolate/caramel color palette, Georgia headings, and Arial body text.
https-deeplearning-ai/sc-agent-skills-files
Skill Claude CodeCodex
Comprehensive diagnostic analysis of time series data. Use when users provide CSV time series data and want to understand its characteristics before forecasting - stationarity, seasonality, trend, forecastability, and transform recommendations.
https-deeplearning-ai/sc-agent-skills-files
Skill Claude CodeCodex
Generate educational practice questions from lecture notes to test student understanding. Use when users request practice questions, exam preparation materials, study guides, or assessment items based on lecture content.
https-deeplearning-ai/sc-agent-skills-files
Agent Claude Code
Reviews code for quality, security, and convention compliance. Use when user asks to review, check, or verify code.
https-deeplearning-ai/sc-agent-skills-files
Agent Claude Code
Runs tests and generates them if missing for commands or functions. Use when user asks to test, run tests, and/or verify code works, or after implementing a new command or function.
https-deeplearning-ai/sc-agent-skills-files
Skill Claude CodeCodex
Provides Typer templates, handles registration, and ensures consistency. ALWAYS use this skill when adding or modifying CLI commands. Use when user requests to add/create/implement/build/write a new command (e.g., "add edit command", "create search feature") OR update/modify/change/edit an existing command.
https-deeplearning-ai/sc-agent-skills-files
Skill Claude CodeCodex
Generate pytest tests for Typer CLI commands. Includes fixtures (tempstorage, sampledata), CliRunner patterns, confirmation handling (y/n/--force), and edge case coverage. Use when user asks to "write tests for", "test my CLI", "add test coverage", or any CLI + test request.
https-deeplearning-ai/sc-agent-skills-files
Skill Claude CodeCodex
Provides checklist for reviewing Typer CLI command implementations. Covers structure, Annotated syntax, error handling, exit codes, display module usage, destructive action patterns, and help text conventions. Use when user asks to review/check/verify a CLI command, wants feedback on implementation, or asks if a…
https-deeplearning-ai/sc-agent-skills-files
Skill Claude CodeCodex
Create learning paths for programming tools, and define what information should be researched to create learning guides. Use when user asks to learn, understand, or get started with any programming tool, library, or framework.
https-deeplearning-ai/sc-spec-driven-development-files
Skill Claude CodeCodex
Maintains CHANGELOG.md in the project root using git commit history. Use when the user invokes /changelog, asks to "update the changelog", "generate a changelog", or wants to record what changed before merging a branch. Creates the file from scratch if it doesn't exist (all commits grouped by date); otherwise appends…
https-deeplearning-ai/sc-spec-driven-development-files
Skill Claude CodeCodex
Kicks off a new AgentClinic feature by finding the next incomplete phase in specs/roadmap.md, creating a git branch, interviewing the user about scope/decisions/context, and writing a dated spec directory under specs/ containing plan.md, requirements.md, and validation.md. Trigger when the user says "feature spec"…