Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
examples/digital-brain-skill/identity/bio-variants.md
1# Bio Variants23Pre-written bios for different platforms and contexts.45---67## Twitter/X Bio (160 chars)8```9[PLACEHOLDER: Your Twitter bio]10```1112## LinkedIn Headline (120 chars)13```14[PLACEHOLDER: Your LinkedIn headline]15```1617## LinkedIn About Section18```19[PLACEHOLDER: Your LinkedIn about section - can be longer]20```2122## Newsletter/Substack Bio23```24[PLACEHOLDER: 2-3 sentences for newsletter]25```2627## Speaker Bio (Short - 50 words)28```29[PLACEHOLDER: For conference programs, short intros]30```3132## Speaker Bio (Long - 150 words)33```34[PLACEHOLDER: For detailed speaker pages]35```3637## Podcast Guest Bio38```39[PLACEHOLDER: What hosts should read when introducing you]40```4142## Press/Media Bio43```44[PLACEHOLDER: Formal bio for press releases]45```4647## Casual Intro48```49[PLACEHOLDER: How you introduce yourself at casual events]50"Hey, I'm [Name]. I [one sentence about what you do]."51```5253## Professional Intro54```55[PLACEHOLDER: For formal settings]56```5758---5960## Bio Components6162### Credentials Block63```64[PLACEHOLDER: Your key credentials/achievements to mix and match]65- [Credential 1]66- [Credential 2]67- [Credential 3]68```6970### Personal Touch Block71```72[PLACEHOLDER: Human elements - hobbies, location, fun facts]73- [Personal detail 1]74- [Personal detail 2]75```7677### CTA Block78```79[PLACEHOLDER: Calls to action for different contexts]80- Newsletter: "Subscribe at [link]"81- DMs: "DMs open for [topic]"82- Booking: "Book a call at [link]"83```8485---8687## Platform Links8889```yaml90website: "[PLACEHOLDER]"91twitter: "[PLACEHOLDER]"92linkedin: "[PLACEHOLDER]"93newsletter: "[PLACEHOLDER]"94github: "[PLACEHOLDER]"95youtube: "[PLACEHOLDER]"96calendar: "[PLACEHOLDER: Booking link]"97```9899---100101*Last updated: [DATE]*102