Files
Haoxiang Jia 41249c879c refactor: restructure skills directory and improve error-handling skill
- Rename open_python_skills/ to skills/ for cleaner structure
- Rewrite error-handling skill with "Let it crash" philosophy
- Add framework-specific reference docs (python.md, fastapi.md, pydantic.md, asyncio.md)
- Remove deprecated quickstart.md and pitfalls.md
- Update AGENTS.md and README.md for new structure
2026-01-24 19:11:13 -05:00

14 lines
413 B
TOML

[project]
name = "open-python-skills"
version = "0.1.5"
description = "AI skills for Python development - FastAPI, testing, diagrams, type checking"
readme = "README.md"
license = {text = "MIT"}
authors = [
{name = "Haoxiang Jia", email = "henry@podpitch.com"}
]
[project.urls]
Homepage = "https://github.com/henryperkins/open-python-skills"
Repository = "https://github.com/henryperkins/open-python-skills"