workshops
Hands-on workshops for ML deployment and coding agents
All Skills in This Repository (5)
Pure Emerald Level Indicatorscoding_standards
Verify Python code against project coding standards using py_docstyle and pycodestyle.
joke
Format clean tech-themed jokes with a mandatory structure.
hello
Enforce a mandatory friendly greeting before any user interaction.
counter
Count list items and generate numbered lists starting at 1.
deploy_app
Automate application deployment with scripts and verification templates.
Frequently Asked Questions
FAQPage SchemaHow to install workshops?βΌ
Run `npx skills add alexeygrigorev/workshops --all -g -y` in your terminal to install all skills from this repository globally.
What can I learn from these workshops?βΌ
You learn to deploy ML models with FastAPI, build RAG systems with vector databases, create coding agents, and add guardrails to AI applications.
Do these workshops work with Claude Code and Cursor?βΌ
Yes. The included skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and Codex.
Are the workshops suitable for beginners?βΌ
Yes. Each workshop includes Jupyter notebooks and README guides that walk you through every step with working code examples.
Do I need to code to use these skills?βΌ
Basic Python familiarity helps for the workshop notebooks, but the packaged skills run through plain-English requests to your agent.
Related Repositories in Education & Research
View All in Education & Researchβlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides