Files
2025-11-30 08:30:04 +08:00

20 lines
365 B
JSON

{
"name": "pythonic",
"description": "Python project setup and development workflows following modern best practices with uv, ruff, pytest, and FastAPI",
"version": "1.0.0",
"author": {
"name": "Joseph Platta"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}