Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:08:16 +08:00
commit fc569e5620
38 changed files with 4997 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "ypares-agent-skills",
"description": "Collection of productivity and development skills including GitHub workflow automation, Nix packaging, Textual TUI building, Typst document creation, and Jujutsu VCS workflows",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Yves Parès",
"email": "yves.pares@gmail.com"
},
"skills": [
"./skills/github-pr-workflow",
"./skills/package-npm-nix",
"./skills/textual-builder",
"./skills/typst-writer",
"./skills/working-with-jj"
]
}