Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:14 +08:00
commit 4fd2f6595c
4 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "prime-skill",
"description": "Quickly understand and load a codebase by examining repository structure, README, and AI documentation. Use when starting work on a new project, need to refresh context about how a project is organized, or want to get a quick overview of a codebase's architecture and purpose.",
"version": "1.0.0",
"author": {
"name": "Don Jacobsmeyer",
"email": "hello@donjacobsmeyer.com"
},
"skills": [
"./"
]
}