Portfolio presenting
Skill ryanbaumann/fieldwork/.agents/skills/portfolio-presenting
Fieldwork by Ryan Baumann: developer tools, Field Notes, working Labs, and agent evals.
npx -y skills add ryanbaumann/fieldwork --skill portfolio-presentingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
How Ryan presents. Use when drafting talk abstracts, outlines, speaker notes, or deck content, and when adding presentations to the site.
SKILL.md
2.1 KB, as published. Nobody here has run it
How Ryan presents
The format: demo-first
Working product beats slides, every time. The arc of every talk:
- The problem, in one real developer moment. Not market sizing — an actual moment of friction a builder in the room recognizes.
- The demo. Live, real product, real API keys, real failure modes. The demo IS the argument.
- How it's built. Enough architecture that engineers trust it and can reproduce it.
- What it means for the business. Close the loop to growth: adoption, funnel, revenue. A demo without a so-what is a toy.
Slide rules
- Slides support the demo; they don't replace it. If the wifi dies, the talk should still mostly work — but build the recorded-demo fallback anyway.
- One idea per slide. One metric per slide, big.
- No bullet walls. If a slide needs paragraphs, it's a doc, not a slide.
- Screenshots of real product > diagrams > stock art (never stock art).
Q&A posture
Answer as the practitioner, not the spokesperson: "here's what I saw in the traces last week" beats "our documentation covers that." It's fine to say "we haven't solved that yet" — and better to follow with how you'd measure whether a solution works.
Adding a presentation to this site
- Drop the deck (PDF) into
static/decks/— anything instatic/ships verbatim with the built site. - Create
content/talks/<slug>.md(copycontent/talks/_TEMPLATE.md) withtype: deckand a link like{"label": "Slides", "url": "/decks/<file>.pdf"}. - Write the abstract in the body so the owned page explains the developer problem, demo, architecture, business meaning, and invitation path. Use the writing skill for the talk title, abstract, share title, and social summary.
- Add a distinct 1200×627 raster social card through
scripts/social-cards.mjs, then setsocialImage,shareTitle,shareSummary, andshareImageAltin front matter. node build.mjsand verify the talk page,/talks/, and emitted social metadata.