relate: 6cc417e2 --BUILDS_ON--> 9e502d2b

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

View File

@ -6,7 +6,7 @@ tags: [claude-code, skills, organization, best-practices, scope-guards, claude-c
importance: 0.8
confidence: 0.8
created: "2026-03-01T05:48:08.265336+00:00"
updated: "2026-03-01T05:48:42.810088+00:00"
updated: "2026-03-01T05:48:47.715024+00:00"
relations:
- target: dfa75d94-cfcc-459c-999b-41123d4f700a
type: CAUSES
@ -18,6 +18,11 @@ relations:
direction: outgoing
strength: 0.9
edge_id: 08489f38-78fc-4153-bad9-5d41e8c3164c
- target: 9e502d2b-bf95-4161-8190-ba153b9961d0
type: BUILDS_ON
direction: outgoing
strength: 0.8
edge_id: 30e44ec2-f9ea-49db-bf2e-6e9a98508c94
---
# Skill Organization Strategy: Scoped User Skills Over Symlinks

View File

@ -6,7 +6,13 @@ tags: [claude-code, agents, skills, workflow, decision]
importance: 0.8
confidence: 0.8
created: "2026-02-16T18:27:45.633590+00:00"
updated: "2026-02-16T18:27:45.633590+00:00"
updated: "2026-03-01T05:48:47.715024+00:00"
relations:
- target: 6cc417e2-8b8a-4629-a611-b2b379ad39b4
type: BUILDS_ON
direction: incoming
strength: 0.8
edge_id: 30e44ec2-f9ea-49db-bf2e-6e9a98508c94
---
Decision to start leveraging custom agents (.claude/agents/) and skills (.claude/skills/) more frequently across all projects. Added VS Code code snippets from indydevdan's gist (https://gist.github.com/disler/d9f1285892b9faf573a0699aad70658f) as templates for creating new agents and skills. Goal: better task delegation, specialized workflows, and reusable automation patterns.

View File

@ -0,0 +1,13 @@
---
id: 30e44ec2-f9ea-49db-bf2e-6e9a98508c94
type: BUILDS_ON
from_id: 6cc417e2-8b8a-4629-a611-b2b379ad39b4
from_title: "Skill organization: scoped user skills over symlinks"
to_id: 9e502d2b-bf95-4161-8190-ba153b9961d0
to_title: "Utilize custom agents and skills more across all projects"
strength: 0.8
created: "2026-03-01T05:48:47.715024+00:00"
updated: "2026-03-01T05:48:47.715024+00:00"
---
Scoped skills decision builds on the general decision to use agents and skills more across projects