This repository follows Burke Holland's course The complete guide to Agent Skills at https://www.youtube.com/watch?v=fabAI1OKKww .
python -m venv env
source ./env/bin/activateConfigure your code editor (like VS Code) to use the Python interpreter within ./env.
Type in your editor's AI agent prompt: hello world
Type in your editor's AI agent prompt: what's in file-sample_150kB.pdf?
The pdf skill was brought in from the repository at anthropic skills.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.