-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathshared-skill-surface.json
More file actions
141 lines (141 loc) · 5.16 KB
/
Copy pathshared-skill-surface.json
File metadata and controls
141 lines (141 loc) · 5.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"manifest_version": "0.1.0",
"workspace_id": "flossi0ullk",
"workspace_name": "FLOSSI0ULLK",
"portable_skill_root": "FLOSS/skill-corpus",
"rules": [
"Keep the source of truth for shared skills inside the repository.",
"Materialize agent-native views from the canonical skill corpus; do not hand-edit generated projections.",
"Prefer small, task-shaped skills that point back into canon, code, and the shared context surface.",
"Import external skill ideas selectively; preserve FLOSSI0ULLK-specific provenance and architecture rules."
],
"upstream_candidates": [
{
"id": "OpenViking",
"repo": "kalisam/OpenViking",
"role": "Filesystem-native context, memory, and selective retrieval patterns."
},
{
"id": "context-engineering-kit",
"repo": "kalisam/context-engineering-kit",
"role": "Portable low-token skill and context packaging patterns."
},
{
"id": "holochain-agent-skill",
"repo": "kalisam/holochain-agent-skill",
"role": "Holochain-specific workflow and implementation references."
},
{
"id": "ExtendingSkillX",
"repo": "kalisam/ExtendingSkillX",
"role": "Later-stage skill distillation and hierarchical skill knowledge base design."
}
],
"targets": {
"codex": {
"enabled": true,
"mode": "materialized-copy",
"install_path": "~/.codex/skills"
},
"claude": {
"enabled": true,
"mode": "materialized-copy",
"install_path": ".claude/skills"
},
"gemini": {
"enabled": true,
"mode": "materialized-copy",
"install_path": ".gemini/skills"
},
"opencode": {
"enabled": true,
"mode": "materialized-copy",
"install_path": "opworkers/.opencode/skills"
},
"cowork": {
"enabled": false,
"mode": "skill-zip-manual",
"install_path": "(not filesystem-addressable)",
"note": "Cowork/Claude-desktop skill store cannot be written directly. Distribution: zip the corpus skill dir as <name>.skill and install via the Save-skill button (Settings > Capabilities). Disabled so the materializer skips it; documented here per one-canonical-manifest rule. First materialized: flossi0ullk-orient v0.2.0, 2026-06-11."
}
},
"skills": [
{
"path": "FLOSS/skill-corpus/flossi0ullk-orient",
"category": "orientation",
"summary": "Startup and re-orientation flow for canonical FLOSSI0ULLK work.",
"upstreams": [
"OpenViking",
"context-engineering-kit"
]
},
{
"path": "FLOSS/skill-corpus/flossi0ullk-shared-surface",
"category": "coordination",
"summary": "Canonical workflow for shared MCP, context, skills, and materialized agent surfaces.",
"upstreams": [
"context-engineering-kit",
"OpenViking"
]
},
{
"path": "FLOSS/skill-corpus/flossi0ullk-consensus-gateway",
"category": "execution",
"summary": "Workflow for the local consensus gateway, voter rosters, hooks, and source-chain evidence.",
"upstreams": [
"OpenViking"
]
},
{
"path": "FLOSS/skill-corpus/flossi0ullk-radicle-stack",
"category": "architecture",
"summary": "Architecture workflow for Radicle, the local source-chain bridge, and Holochain provenance.",
"upstreams": [
"holochain-agent-skill"
]
},
{
"path": "FLOSS/skill-corpus/reasoning-ensemble",
"category": "reasoning",
"summary": "Selective Router/Synthesizer workflow for multi-model deliberation on substantive FLOSSI0ULLK decisions.",
"upstreams": [
"context-engineering-kit",
"OpenViking",
"atomic-agents"
]
},
{
"path": "FLOSS/skill-corpus/recent-open-distributed-intelligence-research",
"category": "research",
"summary": "Live-source research workflow for recent open distributed intelligence, agent-centric substrates, decentralized MAS, federated learning, and agent interoperability protocols.",
"upstreams": [
"context-engineering-kit",
"OpenViking"
]
},
{
"path": "FLOSS/skill-corpus/remember",
"category": "continuity",
"summary": "Cross-session handoff note at .remember/remember.md so any next session (same or different harness) picks up cleanly. Forward-looking, under 20 lines.",
"upstreams": [
"claude-plugins-official/remember"
]
},
{
"path": "FLOSS/skill-corpus/session-report",
"category": "observability",
"summary": "HTML retrospective of Claude Code session token usage, cache, subagents, skills, and expensive prompts. Includes FLOSSI0ULLK-specific anomaly checks (heartbeat spend, voter diversity, synthesis backpressure).",
"upstreams": [
"claude-plugins-official/session-report"
]
},
{
"path": "FLOSS/skill-corpus/claude-reflect",
"category": "continuity",
"summary": "Two-stage self-learning capture: hooks queue corrections, /reflect promotes to CLAUDE.md or FLOSS/docs/agent-memory/. Substrate-level learnings route through consensus + provenance instead of silent overwrite.",
"upstreams": [
"community/claude-reflect"
]
}
]
}