# Admin.NET.Skill **Repository Path**: feishi_1/admin.net.skill ## Basic Information - **Project Name**: Admin.NET.Skill - **Description**: 针对 Admin.NET 开发框架的Skill,克隆成 .agents 目录。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2026-07-20 - **Last Updated**: 2026-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Admin.NET Skill 本仓库用于作为 Admin.NET.Pro 项目的 `.agents` Git 子模块,不需要复制技能文件。 ```text skills/ └── admin-net-development/ ├── SKILL.md ├── agents/openai.yaml └── references/ ``` 首次接入,在你的 Admin.Net 项目根目录下执行: ```bash git submodule add -b main https://gitee.com/feishi_1/admin.net.skill.git .agents ``` 克隆主仓库后初始化: ```bash git submodule update --init --recursive ``` 更新到技能仓库 `main` 分支的最新提交: ```bash git submodule update --remote .agents ``` 完成后根目录截图: ![1784535907069](image/README/1784535907069.png) 然后就可以在 coding agent(如Codex)中调用`$admin-net-development`