Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:05 +08:00
commit f464dacdb7
4 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "rails",
"description": "Set of commands, skills, and agents to work on Ruby on Rails projects",
"version": "1.0.0",
"author": {
"name": "Artur Roszczyk",
"email": "[email protected]"
},
"commands": [
"./commands"
]
}