Install
$ agentstack add skill-dbmcco-claude-agent-toolkit-golden-voice-packets ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Golden Voice Packets
Purpose
Use the canonical voice packet system in /Users/braydon/assistant-kb/people/. Do not store packet content in this skill. Load only the files needed for the current task, and treat private examples as sensitive source material.
Canonical Layout
/Users/braydon/assistant-kb/people//voice.md
/Users/braydon/assistant-kb/people//voice-pack/
/Users/braydon/assistant-kb/private/gold//
Known human packet starts:
- Braydon:
/Users/braydon/assistant-kb/people/braydon/voice.md - Logan:
/Users/braydon/assistant-kb/people/logan/voice.md - Amrish:
/Users/braydon/assistant-kb/people/amrish/voice.md
Agents use the same people// pattern. If an agent has style.md or persona.md but no voice.md, use those as source material and create voice.md only when the user asks to develop that voice pack.
Load Order
- Resolve the subject slug under
/Users/braydon/assistant-kb/people/. - Load
voice.mdfirst if it exists. - Load
voice-pack/README.mdwhen you need the packet index or provenance. - Load the gold master when the task needs high fidelity or packet updates.
- Load one matching mode pack when the task clearly maps to a mode.
- Load private gold examples only when the user explicitly asks for few-shot
fidelity or packet maintenance that requires them.
Useful discovery commands:
find /Users/braydon/assistant-kb/people -maxdepth 2 -name voice.md -print
find /Users/braydon/assistant-kb/people//voice-pack -maxdepth 1 -type f -name '*.md' -print
If the subject is ambiguous, ask one concise clarification rather than guessing.
Drafting Rules
- Use voice packets as guidance, not as a license to impersonate without review.
- Never label generated text as a real quote.
- Never send, publish, or externally represent generated text as someone else's
words without explicit human approval.
- Preserve provenance boundaries: observed source, inferred pattern, and
speculative adaptation should be distinguishable.
- For outreach or external messaging, combine this skill with the relevant
drafting/review skill and keep the output human-reviewable.
Creating Or Updating A Pack
Use this structure for humans and agents:
people//
|-- voice.md
`-- voice-pack/
|-- README.md
|-- _Voice_Gold_Master.md
`-- __Prompt_Pack.md
Update the smallest file that carries the change:
voice.md: compact runtime rule used by agents first.voice-pack/README.md: inventory, provenance, privacy notes, update rules.- Gold master: general voice principle, source model, or prompt sandwich.
- Mode pack: email, posting, scientific writing, meeting talktrack, TTS, or
another recurring mode.
/Users/braydon/assistant-kb/private/gold//: private examples.
When adding examples, redact or summarize unless the user explicitly wants a private gold-bank entry. Do not put raw private examples in public repos, campaign folders, or skill files.
Learning From User Edits
When Braydon edits model-written output, treat the edit as supervised signal for the relevant voice pack if both versions or a clear description of the change are available.
Process:
- Identify the subject voice and mode.
- Compare model draft vs user-edited version.
- Extract the reusable preference: cadence, diction, structure, claim
discipline, warmth, hedging, examples to use, or examples to avoid.
- Update the smallest canonical file.
- Mark confidence in the update:
Observed from explicit editInferred from repeated preferenceSpeculative; confirm before relying on it
Do not update a packet from typo fixes, factual corrections, one-off reversals, or edits that change the underlying argument rather than the voice.
Good update shape:
- Observed from explicit edit, 2026-06-08: In short partner follow-ups, prefer
the concrete next decision before the relationship context. Avoid opening with
broad appreciation when the ask is operational.
Consolidation Rules
- Assistant KB is canonical for packet content.
- Repo-local copies are mirrors, frozen campaign exports, or working material
unless their README explicitly states otherwise.
- Logan's Synthyra HANTA packet copies have historically matched the
assistant-kb packet by hash; verify before replacing or deleting.
- Braydon's
personal/dbm_dossiermaterial is legacy/tooling source unless the
assistant-kb packet points there for scripts.
- Amrish's assistant-kb packet is canonical; add LFW-specific modes only when a
recurring use case justifies them.
Prefer README pointers or symlinks over duplicate copies only when the consuming tool handles symlinks safely.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: dbmcco
- Source: dbmcco/claude-agent-toolkit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.