Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

twinfolio

twinfolio에는 darrenhead에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
5
Stars
5
업데이트
2026-06-12
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

add-to-corpus
소프트웨어 개발자

Add new knowledge to the twin. Use when the user says "/add-to-corpus", "teach my twin about X", "add this to my corpus", "index this file/url", or hands you a document, link, or block of text they want the AI portfolio to know. Places the material into content/ and re-indexes it for the configured retrieval backend (local vectors by default, or Gemini File Search).

2026-06-12
deploy
소프트웨어 개발자

Ship a Twinfolio site live on Vercel. Use when the user says "/deploy", "put this online", "deploy to Vercel", "go live", or "set up my production env". Owns the whole path — create a GitHub repo from the local clone, push, import to Vercel, set env vars, then point at /admin → Connect GitHub for live edits. Referencing docs/deploy.md.

2026-06-12
setup-twin
소프트웨어 개발자

Flagship agentic onboarding for a fresh Twinfolio clone. Use when the user says "/setup-twin", "set up my twin", "onboard me", "get this running", or has just cloned the repo and wants to turn the example owner (Dr. Lena Hoffmann) into their own AI portfolio. Walks them through a starting point, identity, keys, and first boot — and works end-to-end even with NO keys (demo mode).

2026-06-12
add-vector-db
소프트웨어 개발자

Wire Twinfolio's retrieval to a VECTOR DATABASE the user owns, instead of the default local-vectors file or Gemini File Search. Use when the user says "/add-vector-db", "use Supabase/pgvector", "Pinecone", "Qdrant", "Weaviate", "MongoDB Atlas Vector Search", "Convex vector", "store my embeddings in a database", or "host the vectors in my own DB". Scaffolds a RagBackend adapter + an ingest step against the existing seam, in THEIR fork, with THEIR provider.

2026-06-05
retheme
웹·디지털 인터페이스 디자이너

Redesign the look of the Twinfolio site. Use when the user says "/retheme", "change the theme", "make it feel more X" (warm, brutalist, editorial, calm, high-contrast, etc.), "new colors", or "match my brand". Edits the oklch design tokens in app/theme.css — the same engine the /admin Theme Studio writes — while keeping text readable (WCAG AA).

2026-05-31