Skip to content

Commit 11d5272

Browse files
Add discovery proof to account setup packet
1 parent d280060 commit 11d5272

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

marketing/account-creation-runbook.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ as proof that a platform will reserve the handle after verification.
2222
- After each account exists, record only the public profile URL in
2323
`marketing/social-profiles.json`.
2424

25+
## Credibility Links
26+
27+
Use these proof links in profile descriptions when the platform has enough room
28+
or in pinned/introductory posts when the bio must stay short.
29+
30+
- Agent-Skills.md listing:
31+
`https://agent-skills.md/skills/TerminallyLazy/tree-ring-memory-skill/tree-ring-memory`
32+
- HeyClaude / Awesome Claude source entry:
33+
`https://github.com/JSONbored/awesome-claude/blob/main/content/skills/tree-ring-memory.mdx`
34+
2535
## Priority Order
2636

2737
### 1. YouTube

marketing/account-setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ storing passwords, recovery codes, phone numbers, or private inbox data.
1313
- Broad fallback: `UseTreeRing`
1414
- Repository URL: `https://github.com/TerminallyLazy/Tree-Ring-Memory`
1515
- Website URL: `https://terminallylazy.github.io/Tree-Ring-Memory/`
16+
- Agent-Skills.md listing:
17+
`https://agent-skills.md/skills/TerminallyLazy/tree-ring-memory-skill/tree-ring-memory`
18+
- HeyClaude / Awesome Claude source entry:
19+
`https://github.com/JSONbored/awesome-claude/blob/main/content/skills/tree-ring-memory.mdx`
1620
- Tagline: Framework-agnostic memory lifecycle for AI agents.
1721
- Long positioning: Local-first, Rust-native memory lifecycle for AI agents:
1822
fresh work stays detailed, older learning compresses into rings, important
@@ -76,6 +80,8 @@ adapters, and practical demos for developers building AI agent systems.
7680

7781
Repository: https://github.com/TerminallyLazy/Tree-Ring-Memory
7882
Website: https://terminallylazy.github.io/Tree-Ring-Memory/
83+
Agent skill listing: https://agent-skills.md/skills/TerminallyLazy/tree-ring-memory-skill/tree-ring-memory
84+
HeyClaude source entry: https://github.com/JSONbored/awesome-claude/blob/main/content/skills/tree-ring-memory.mdx
7985

8086
### Product Hunt Tagline
8187

marketing/social-profiles.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"tagline": "Framework-agnostic memory lifecycle for AI agents.",
1212
"websiteUrl": "https://terminallylazy.github.io/Tree-Ring-Memory/",
1313
"repositoryUrl": "https://github.com/TerminallyLazy/Tree-Ring-Memory",
14+
"agentSkillsUrl": "https://agent-skills.md/skills/TerminallyLazy/tree-ring-memory-skill/tree-ring-memory",
15+
"heyClaudeSourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/skills/tree-ring-memory.mdx",
1416
"launchFeedbackIssueUrl": "https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26"
1517
},
1618
"assets": {

0 commit comments

Comments
 (0)