relate: e0a851a7 --RELATED_TO--> a41644f1

This commit is contained in:
Cal Corum 2026-02-28 23:48:50 -06:00
parent 5554bcff4c
commit bd7ec17cae
3 changed files with 25 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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