From bd7ec17caeab25d9fe82d316b27abcba1170c234 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sat, 28 Feb 2026 23:48:50 -0600 Subject: [PATCH] relate: e0a851a7 --RELATED_TO--> a41644f1 --- ...skillmd-only-app-code-lives-separately-e0a851.md | 7 ++++++- ...emory-app-from-skill-dir-to-standalone-a41644.md | 7 ++++++- ...TED_TO--extracted-cognitive-memory-app-ff317a.md | 13 +++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 graph/edges/skill-architecture-skillmd-onl--RELATED_TO--extracted-cognitive-memory-app-ff317a.md diff --git a/graph/code-patterns/skill-architecture-skillmd-only-app-code-lives-separately-e0a851.md b/graph/code-patterns/skill-architecture-skillmd-only-app-code-lives-separately-e0a851.md index 2be04216900..424a66daddf 100644 --- a/graph/code-patterns/skill-architecture-skillmd-only-app-code-lives-separately-e0a851.md +++ b/graph/code-patterns/skill-architecture-skillmd-only-app-code-lives-separately-e0a851.md @@ -6,7 +6,7 @@ tags: [claude-code, skills, architecture, best-practices, python, uv, claude-cod importance: 0.75 confidence: 0.8 created: "2026-03-01T05:48:30.126096+00:00" -updated: "2026-03-01T05:48:45.159537+00:00" +updated: "2026-03-01T05:48:50.361659+00:00" relations: - target: 6cc417e2-8b8a-4629-a611-b2b379ad39b4 type: CAUSES @@ -18,6 +18,11 @@ relations: direction: outgoing strength: 0.9 edge_id: f8920f75-7809-4b4a-ae30-77bd85c28ef1 + - target: a41644f1-2dd1-4706-8fc8-e2242c1702cb + type: RELATED_TO + direction: outgoing + strength: 0.95 + edge_id: ff317a0a-fe1b-4e35-b924-762b087fd134 --- # Skill Architecture Pattern: Separate App Code from Skill Instructions diff --git a/graph/decisions/extracted-cognitive-memory-app-from-skill-dir-to-standalone-a41644.md b/graph/decisions/extracted-cognitive-memory-app-from-skill-dir-to-standalone-a41644.md index 91391dc0735..a1664436dcb 100644 --- a/graph/decisions/extracted-cognitive-memory-app-from-skill-dir-to-standalone-a41644.md +++ b/graph/decisions/extracted-cognitive-memory-app-from-skill-dir-to-standalone-a41644.md @@ -6,7 +6,7 @@ tags: [cognitive-memory, architecture, extraction, claude-code, gitea, decision] importance: 0.9 confidence: 0.8 created: "2026-02-28T22:10:12.917346+00:00" -updated: "2026-02-28T22:11:02.699906+00:00" +updated: "2026-03-01T05:48:50.361659+00:00" relations: - target: 81e3306f-cbab-4936-b1d2-e0d10bbe79cd type: CAUSES @@ -33,6 +33,11 @@ relations: direction: outgoing strength: 0.85 edge_id: aea53b08-79a6-446a-bd1c-13f37b872c4e + - target: e0a851a7-1dc5-4191-b220-aa90112a1171 + type: RELATED_TO + direction: incoming + strength: 0.95 + edge_id: ff317a0a-fe1b-4e35-b924-762b087fd134 --- # Cognitive-Memory: Extraction to Standalone Project diff --git a/graph/edges/skill-architecture-skillmd-onl--RELATED_TO--extracted-cognitive-memory-app-ff317a.md b/graph/edges/skill-architecture-skillmd-onl--RELATED_TO--extracted-cognitive-memory-app-ff317a.md new file mode 100644 index 00000000000..b678f98a778 --- /dev/null +++ b/graph/edges/skill-architecture-skillmd-onl--RELATED_TO--extracted-cognitive-memory-app-ff317a.md @@ -0,0 +1,13 @@ +--- +id: ff317a0a-fe1b-4e35-b924-762b087fd134 +type: RELATED_TO +from_id: e0a851a7-1dc5-4191-b220-aa90112a1171 +from_title: "Skill architecture: SKILL.md only, app code lives separately" +to_id: a41644f1-2dd1-4706-8fc8-e2242c1702cb +to_title: "Extracted cognitive-memory app from skill dir to standalone project" +strength: 0.95 +created: "2026-03-01T05:48:50.361659+00:00" +updated: "2026-03-01T05:48:50.361659+00:00" +--- + +Both describe the same pattern: extracting app code out of the Claude skills directory into a proper standalone project