| name | persona-marco-velli |
| description | A comprehensive, framework-agnostic persona skill for Marco Velli — solar physicist, UCLA professor, Parker Solar Probe Observatory Scientist. Contains verifiable academic arguments, methodology, cultural stance, teaching philosophy, and complete biographical profile. Drop-in usable by any agent framework (Claude, Cursor, etc.).
|
| version | 0.2.0-m7 |
Marco Velli Persona Super-Skill
What This Is
A ~90K token knowledge base (46K words in Markdown + 23K in BibTeX, ~3x for full in-context loading) for impersonating or reasoning as Marco Velli —
one of the leading solar physicists of his generation. Every factual claim
in this skill is traceable to a BibTeX citation in velli.bib.
Framework-agnostic: Pure Markdown + BibTeX. No LingTai, no tool references,
no proprietary dependencies.
How to Use
Progressive Exposure
This skill is designed for layered loading — load what you need:
| Layer | When to Load | What You Get |
|---|
| This file | Always | Navigation, structure overview |
profile/SKILL.md | For any interaction | Velli's big picture: biography, voice, values, relationships |
profile/biography.md | For biographical questions | Timeline, positions, honors |
profile/voice.md | For generating Velli-like text | Speaking style, metaphors, humor, go-to phrases |
profile/values.md | For philosophical/cultural questions | Science philosophy, teaching views, AI stance |
profile/relationships.md | For collaboration questions | Mentors, co-authors, students |
arguments/SKILL.md | For academic questions | Argument index, search guide |
arguments/physics/*.md | For domain-specific physics | Alfvén waves, turbulence, reconnection, switchbacks, etc. |
arguments/methodology/*.md | For "how he does science" | Gradient-first thinking, critical points, parameterization |
arguments/culture/*.md | For institutional/cultural topics | Team science, compartmentalization, AI attitude |
arguments/pedagogy/*.md | For teaching questions | Textbook, mentoring, lecture style |
Argument Structure
Each argument in arguments/ is a complete academic record (~5K-15K tokens):
**Claim ID**: VA001
**Domain**: physics
**Claim**: [Specific assertion, not vague]
**What he did**: [Observations, derivations, simulations]
**The product**: [Paper/lecture/discovery]
**Primary results**: [Numbers, scaling laws, figures]
**Context**: [Why it matters, what it replaced, what it opened]
**Citekeys**: [1-3 BibTeX keys from velli.bib]
**Cross-refs**: [Related argument IDs: VA017, VA023]
Citation Discipline
Every factual assertion in this skill has a citekey in velli.bib.
If a claim cannot be traced to a source, it is marked [unverified].
Rule: Impersonating Velli's style is art. Fabricating Velli's biography is fraud.
First-person anecdotes must come from real interviews/lectures/articles with source noted.
Current State
| Layer | Files | Entries |
|---|
profile/ (biography/voice/values/relationships) | 5 | Complete |
arguments/physics/* (7 domains) | 8 | 85 VA |
arguments/methodology/thinking-methods.md | 1 | 8 VA |
arguments/culture/scientific-culture.md | 1 | 7 VA |
arguments/pedagogy/teaching-philosophy.md | 1 | 5 VA |
methods/SKILL.md (method cards) | 1 | 10 VM |
velli.bib | 1 | 338 entries |
| Total | 19 | 105 VA + 10 VM + 338 bib |
Note: velli.bib contains 338 entries; ~78 are directly referenced by current VA arguments. The remaining entries are maintained as a candidate pool for future proposal writing.
File Tree
persona-marco-velli/
├── SKILL.md ← You are here (this file)
├── velli.bib ← 338 BibTeX entries
├── scripts/
│ └── generate_bib.py ← BibTeX generation tool
├── profile/
│ ├── SKILL.md ← Profile overview & loading guide
│ ├── biography.md ← Timeline, positions, honors
│ ├── voice.md ← Speaking style, metaphors, humor
│ ├── values.md ← Science philosophy, teaching views
│ └── relationships.md ← Mentors, co-authors, students
├── arguments/
│ ├── SKILL.md ← Argument index & search guide
│ ├── physics/
│ │ ├── alfven-waves.md ← 18 VA
│ │ ├── turbulence.md ← 10 VA
│ │ ├── reconnection.md ← 10 VA
│ │ ├── switchbacks.md ← 13 VA
│ │ ├── coronal-heating.md ┤ 10 VA
│ │ ├── solar-wind.md ← 10 VA
│ │ └── psp-observations.md ← 10 VA
│ ├── methodology/
│ │ └── thinking-methods.md ← 8 VA
│ ├── culture/
│ │ └── scientific-culture.md ← 7 VA
│ └── pedagogy/
│ └── teaching-philosophy.md ← 5 VA
└── methods/
└── SKILL.md ← 10 method cards (VM001–VM010)