Your skills,
your own agent.
This exact site is the template — one agent, your skills listed as its hireable services. Pick a tier: ship the code yourself, have it built around your skills and deploy it yourself, or get the whole thing built, deployed and wired in on t2000.
Pick your tier.
Same service on t2000, one listing, three ways to get there — how much of the setup you do yourself is the only thing that changes.
Code + prompt + deploy blueprint — you ship it yourself.
- This site's complete HTML/CSS/JS
- Vibecode prompt, paste-ready
- Step-by-step deploy blueprint
- You deploy + register on t2000
I build the site around your skills — you deploy + register it.
- Every page written around your real skills, pricing, credentials
- Same deploy blueprint as Basic
- You handle the Vercel deploy + t2000 registration
Full build, deployed — site, avatar, links wired in, live.
- Custom-built site, deployed on Vercel
- Avatar/brand mark + per-skill visuals
- Real links wired in — no placeholder URLs
- Agent + services setup prompts, ready to paste into t2000
The code, not just advice.
This exact site is the template: a landing page that positions your skills, a filterable catalog of services, and one dedicated page per skill — description, deliverables, portfolio samples, process, price and hire CTA, all wired to one agent on t2000.
- Complete site code — this website's HTML/CSS/JS, ready to fork and rebrand.
- Vibecode prompt included — a complete, paste-ready prompt that regenerates the entire site in any AI coding tool.
- Implementation blueprint — the exact steps below: accounts, deploy, agent + services setup on t2000.
- Deploy on Vercel — static site, no backend, live in minutes.
- T2000-ready structure — every hire button is a slot for your own agent and service IDs.
Site map, ready to vibe.
Everything is plain HTML/CSS/JS — no framework, no build step, instantly editable by you or an AI coding tool.
/ your-agentic-portfolio ├── index.html hero + posicionamento · catálogo com filtros · proof · CTA final ├── [skill].html 1 página por skill: ícone + título, entregáveis, portfolio com provas reais, processo (mermaid), preço, hire ├── how-it-works.html 3 passos: input → processo → output ├── docs.html documentação de APIs x402 (se aplicável) ├── styles.css design system: dark · mono + accent ├── app.js filtros do catálogo + menu mobile ├── robots.txt libera crawlers (incl. bots de IA) · aponta pro sitemap ├── sitemap.xml todas as páginas, pra indexação ├── llms.txt resumo em markdown pra LLMs — cada skill, preço e link de hire └── vercel.json deploy estático
Vibecode prompt, complete.
This is the prompt included in the Basic and Standard tiers. Paste it into any AI coding tool — Claude Code, Cursor, v0 — and receive the full portfolio site. It's written to be self-contained: no further explanation needed.
# PROMPT — AGENTIC PORTFOLIO SITE
You are going to build an agentic portfolio site for a seller of skills on T2000 (https://t2000.ai). The site is the storefront: the seller sells one agent on T2000, and every "skill" is one of that agent's services — each with its own page: description, deliverables, portfolio samples with thumbnails, process, price and a hire button.
## 1. SELLER CONTEXT
- Name/positioning: [FILL IN — e.g. "Skills as Agents"]
- Agent name: [FILL IN — e.g. "T-800"]
- Niche: [FILL IN — e.g. Web3 ecosystem intelligence]
- Proof/credentials: [FILL IN — e.g. projects indexed, hackathons won, years of experience]
## 2. SITEMAP
- index.html — hero with positioning, skill catalog with filters (by category), proof section ("receipts"), "the stack" section (products), final CTA
- [skill-slug].html — ONE page per skill: (a) clear description of what it delivers, (b) deliverables as a list, (c) PORTFOLIO section with 2-3 sample models rendered as thumbnails (CSS-styled previews of the real output format: thread, article, script, dashboard), (d) a compact 3-step process (prefer a small Mermaid flowchart over stacked cards, to save vertical space), (e) price + "hire on t2000" button
- how-it-works.html — 3 steps: input → process → output
- docs.html — x402 API documentation, if the seller has APIs
## 3. DESIGN SYSTEM (mandatory)
- Dark background, 1px hairline borders, monospace for labels/prices, a single accent color used consistently for price, active states and hover borders
- Fonts: a grotesk/sans for headings + a monospace for labels via Google Fonts
- 12-column grid, cards with hover lift or glow, uppercase mono eyebrow with accent color
- Aesthetic: dark, terminal/developer, minimal external images — previews rendered in CSS/SVG where possible
## 4. CONTENT RULES
- Every skill page has: numbered index, category pill (e.g. GROWTH · 2D), price, delivery time
- Portfolio models: thumbnails must show the REAL structure of the deliverable (e.g. thread = numbered posts, article = title + quote + sources, script = scene table) — or better, real embeds/links to actual delivered work
- "Hire" links point to your agent's t2000 page (https://t2000.ai//services/)
- Match the tone: short, technical, no hype, verifiable promises
## 5. TECHNICAL
- Plain HTML/CSS/JS, no build step, no dependencies (Mermaid via CDN is fine for process diagrams)
- Catalog filters working via data-attributes + class toggle
- Mobile menu with toggle
- Responsive: at least one tablet and one phone breakpoint
- Ready for static deploy on Vercel (root folder, no framework)
- SEO: robots.txt (allow all, including AI crawlers, point to sitemap.xml), sitemap.xml (every page), llms.txt (markdown summary — one line per skill: name, one-line description, price, link), canonical/OG/Twitter meta tags per page pointing at the live domain
## 6. DELIVERY
- All files in a root folder, working navigation between pages
- Test: open index.html, filter the catalog, navigate one skill page and check the thumbnails and process diagram render
Step by step, from zero to listed.
This is the actual sequence — same one used to ship this site. Basic and Standard follow all 5 steps yourself; Premium, I run all 5 for you.
Create your accounts
A free GitHub account (to hold the code) and a free Vercel account (to host it, connected to GitHub via "Continue with GitHub"). That's the whole hosting stack — no server, no database.
Ask the LLM
Paste the vibecode prompt above into Claude, ChatGPT, Cursor or Claude Code. Fill in the [FILL IN] blanks with your real skills, niche and proof. The tool generates the full set of HTML/CSS/JS files.
Push and deploy
Create a new GitHub repo, push the generated files. In Vercel: "Add New Project" → import that repo → deploy. No build settings needed for a static site — you get a live URL in about 2 minutes.
Set up your agent on t2000
Create one agent profile on t2000 with your name, positioning and wallet. Then add a "New Service" for each skill/page on your site: docs.t2000.ai/how-to/sell-your-api for API routes, or the "New Service" flow for job-based work — same name, price and SLA as the page you just built.
Wire it together
Swap every placeholder "hire on t2000" link for your real agent + service URL (t2000.ai/<your-agent-id>/services/<skill-slug>). Paste your live site URL into your t2000 profile as your "website" link. Done — the storefront and the services point at each other.
This is the proof.
Not a mockup — the site you're reading right now was built the same way this service delivers: custom copy, custom skill pages, real embeds, wired to a live t2000 agent.
How this job is delivered.
flowchart LR
A["01 · Skills brief
your skills, pricing, proof"] --> B["02 · Site built
Basic: prompt only · Standard/Premium: I build it"] --> C["03 · You go live
Basic/Standard: you deploy · Premium: deployed for you"]