diff --git a/.github/skills/cache-provider-architecture/SKILL.md b/.github/skills/cache-provider-architecture/SKILL.md
index ea797eb..a0a5ba7 100644
--- a/.github/skills/cache-provider-architecture/SKILL.md
+++ b/.github/skills/cache-provider-architecture/SKILL.md
@@ -142,4 +142,4 @@ foreach (var msg in messages) { /* 处理 */ await msgQueue.AckAsync(msg.Id); }
## 参考资料
-参考示例与模式证据见 `references/newlife-core-icache-patterns.md`。
+参考示例与模式证据见 `references/newlife-icache-patterns.md`。
diff --git a/.github/skills/coding-standards/SKILL.md b/.github/skills/coding-standards/SKILL.md
index cb4eecf..ef0ab49 100644
--- a/.github/skills/coding-standards/SKILL.md
+++ b/.github/skills/coding-standards/SKILL.md
@@ -54,4 +54,4 @@ argument-hint: 'Provide the repository or files to inspect, the language, and wh
## 参考资料
-- 参考 `references/newlife-core-csharp-style.md`
+- 参考 `references/newlife-csharp-style.md`
diff --git a/.github/skills/compatibility-checks/SKILL.md b/.github/skills/compatibility-checks/SKILL.md
index 783d061..5f643ab 100644
--- a/.github/skills/compatibility-checks/SKILL.md
+++ b/.github/skills/compatibility-checks/SKILL.md
@@ -52,4 +52,4 @@ argument-hint: 'Provide the target project files, expected frameworks, and the A
## 参考资料
-- 参考 `references/newlife-core-compatibility-patterns.md`
+- 参考 `references/newlife-compatibility-patterns.md`
diff --git a/.github/skills/config-provider-system/SKILL.md b/.github/skills/config-provider-system/SKILL.md
index 3423eff..777a338 100644
--- a/.github/skills/config-provider-system/SKILL.md
+++ b/.github/skills/config-provider-system/SKILL.md
@@ -141,4 +141,4 @@ var port = args["port"].ToInt(8080);
## 参考资料
-参考示例与模式证据见 `references/newlife-core-config-patterns.md`。
+参考示例与模式证据见 `references/newlife-config-patterns.md`。
diff --git a/.github/skills/dependency-injection-ioc/SKILL.md b/.github/skills/dependency-injection-ioc/SKILL.md
index 64f46d4..cfe754d 100644
--- a/.github/skills/dependency-injection-ioc/SKILL.md
+++ b/.github/skills/dependency-injection-ioc/SKILL.md
@@ -139,4 +139,4 @@ await dbCtx.SaveChangesAsync();
## 参考资料
-参考示例与模式证据见 `references/newlife-core-ioc-patterns.md`。
+参考示例与模式证据见 `references/newlife-ioc-patterns.md`。
diff --git a/.github/skills/development-workflow/SKILL.md b/.github/skills/development-workflow/SKILL.md
index 13c9374..cdf32aa 100644
--- a/.github/skills/development-workflow/SKILL.md
+++ b/.github/skills/development-workflow/SKILL.md
@@ -58,4 +58,4 @@ argument-hint: 'Provide the project goal, current stage if known, and whether yo
## 参考资料
-- 参考 `references/newlife-core-flow-template.md`
+- 参考 `references/newlife-flow-template.md`
diff --git a/.github/skills/event-bus-messaging/SKILL.md b/.github/skills/event-bus-messaging/SKILL.md
index 6d6d26b..66324c8 100644
--- a/.github/skills/event-bus-messaging/SKILL.md
+++ b/.github/skills/event-bus-messaging/SKILL.md
@@ -83,4 +83,4 @@ argument-hint: >
## 参考资料
-参考示例与模式证据见 `references/newlife-core-eventbus-patterns.md`。
+参考示例与模式证据见 `references/newlife-eventbus-patterns.md`。
diff --git a/.github/skills/high-performance-buffers/SKILL.md b/.github/skills/high-performance-buffers/SKILL.md
index 51c6409..f2c0687 100644
--- a/.github/skills/high-performance-buffers/SKILL.md
+++ b/.github/skills/high-performance-buffers/SKILL.md
@@ -168,4 +168,4 @@ protected override void OnDisconnected(String reason)
## 参考资料
-参考示例与设计决策证据见 `references/newlife-core-ipacket-patterns.md`。
+参考示例与设计决策证据见 `references/newlife-ipacket-patterns.md`。
diff --git a/.github/skills/hosted-services-lifecycle/SKILL.md b/.github/skills/hosted-services-lifecycle/SKILL.md
index 4b27a7a..371f966 100644
--- a/.github/skills/hosted-services-lifecycle/SKILL.md
+++ b/.github/skills/hosted-services-lifecycle/SKILL.md
@@ -140,4 +140,4 @@ await host.StopAsync(cts.Token);
## 参考资料
-参考示例与模式证据见 `references/newlife-core-host-patterns.md`。
+参考示例与模式证据见 `references/newlife-host-patterns.md`。
diff --git a/.github/skills/http-client-loadbalancer/SKILL.md b/.github/skills/http-client-loadbalancer/SKILL.md
index 2130e97..3de8645 100644
--- a/.github/skills/http-client-loadbalancer/SKILL.md
+++ b/.github/skills/http-client-loadbalancer/SKILL.md
@@ -62,7 +62,7 @@ argument-hint: 'Provide the target service pattern, endpoint list, authenticatio
## 参考资料
-- 参考 `references/newlife-core-apihttpclient-patterns.md`
+- 参考 `references/newlife-apihttpclient-patterns.md`
## 三种负载均衡策略(NewLife.Remoting)
diff --git a/.github/skills/logging-tracing-system/SKILL.md b/.github/skills/logging-tracing-system/SKILL.md
index 8186546..ee3c7c2 100644
--- a/.github/skills/logging-tracing-system/SKILL.md
+++ b/.github/skills/logging-tracing-system/SKILL.md
@@ -148,4 +148,4 @@ var traceId = DefaultTracer.Instance?.GetCurrentSpan()?.TraceId;
## 参考资料
-参考示例与模式证据见 `references/newlife-core-log-tracer-patterns.md`。
+参考示例与模式证据见 `references/newlife-log-tracer-patterns.md`。
diff --git a/.github/skills/network-server-sessions/SKILL.md b/.github/skills/network-server-sessions/SKILL.md
index a12911b..6d53fc1 100644
--- a/.github/skills/network-server-sessions/SKILL.md
+++ b/.github/skills/network-server-sessions/SKILL.md
@@ -183,4 +183,4 @@ Console.WriteLine($"当前 {server.SessionCount} / 峰值 {server.MaxSessionCoun
## 参考资料
-参考示例与模式证据见 `references/newlife-core-netserver-patterns.md`。
+参考示例与模式证据见 `references/newlife-netserver-patterns.md`。
diff --git a/.github/skills/pipeline-handler-model/SKILL.md b/.github/skills/pipeline-handler-model/SKILL.md
index 8032dbb..4caa654 100644
--- a/.github/skills/pipeline-handler-model/SKILL.md
+++ b/.github/skills/pipeline-handler-model/SKILL.md
@@ -172,4 +172,4 @@ public class AuthHandler : Handler
## 参考资料
-参考示例与模式证据见 `references/newlife-core-pipeline-patterns.md`。
+参考示例与模式证据见 `references/newlife-pipeline-patterns.md`。
diff --git a/.github/skills/security-crypto-patterns/SKILL.md b/.github/skills/security-crypto-patterns/SKILL.md
index e4a8df5..4e643b0 100644
--- a/.github/skills/security-crypto-patterns/SKILL.md
+++ b/.github/skills/security-crypto-patterns/SKILL.md
@@ -149,4 +149,4 @@ byte[] plain = dec.Transform(result);
## 参考资料
-参考示例与模式证据见 `references/newlife-core-security-patterns.md`。
+参考示例与模式证据见 `references/newlife-security-patterns.md`。
diff --git a/.github/skills/serialization-patterns/SKILL.md b/.github/skills/serialization-patterns/SKILL.md
index 40c724f..be229cb 100644
--- a/.github/skills/serialization-patterns/SKILL.md
+++ b/.github/skills/serialization-patterns/SKILL.md
@@ -166,4 +166,4 @@ JsonHelper.Default = new SystemTextJson();
## 参考资料
-参考示例与模式证据见 `references/newlife-core-serialization-patterns.md`。
+参考示例与模式证据见 `references/newlife-serialization-patterns.md`。