Agents suck at making figures. They make things looks ugly and emphasize the wrong things.
We’ve made skills so your agents can create beautiful figures for your papers or visualizations while you are doing research.
GPT-5.6 Sol (Codex) w/o and with skills:
here's every AI tool i use... and how they all fit together
the models:
- daily driver: GPT-5.6 Sol Low
- planning: Fable High
- coding: GPT-5.6 Sol High
- research: Opus 5 High
- image and video vision: Gemini 3.7 Flash
- design: Kimi K3 and Fable Low
- voices: ElevenLabs v3
- images: GPT Images 2
- video: Seedance 2.5 and Minimax H3
Claude and ChatGPT models run inside their own harnesses on max and pro subs, everything else goes through the API
- research: Parallel, Perplexity, Firecrawl, /last30days and Apify
- seo: Ahrefs, DataForSEO, Screaming Frog, Google Search Console and Porkbun
- emails: SmartLead and Zapmail
- analytics: Google Analytics and Posthog
- the rest of the stack: Browser Use, Typefully, Kit, Supabase and Vercel
how it runs together:
Hermes or Orca as orchestrators... they spawn new worktrees and Claude Code or Codex sessions inside them
planning loop: Fable writes the initial plan with /grill-me from Matt, then GPT-5.6 Sol workers roast that plan until it holds up
knowledge lives in Obsidian, memory across every agent and platform goes through mem0
all of it runs on a Hetzner AX42-1 box with proper backups and security
@louszbd I use GLM-5, GLM-5.1, GLM-5.2 and currently using GLM-5.3 Flash. Overall it's great
But what I like more is the ZCode harness, freaking gooddd
I've been using ZCode for more than 2 weeks and NEVER back to OpenCode/OpenChamber/Cursor/Codex (Codex is better but much heavier), CC
A FREE GUIDE THAT COVERS EVERY PROMPT ENGINEERING TECHNIQUE YOU NEED
dair-ai's Prompt Engineering Guide is one of the most complete open resources on the topic 77k+ stars and still growing.
→ zero-shot, few-shot, and chain-of-thought prompting
→ ReAct, tree of thoughts, and self-consistency
→ RAG, function calling, and synthetic data generation
→ risks: adversarial prompting, bias, factuality
→ model-specific guides for GPT-4, LLaMA, Gemini, Mistral, and more
available in 13 languages, with notebooks and a full lecture included
https://t.co/aPhFQNTuxA
Codex Sol has one bad habit: it turns small tasks into big systems.
Ask it to make a config change, and it builds a framework. Ask it to fix a bug, and it adds a new adapter layer.
Full text in the first reply. Add these rules to your AGENTS.md. 👇
For people who keep asking what to build in AI Engineering.
➣ Build your own Agent Orchestrator (deterministic state machine, no LangChain)
➣ Build your own Context Assembler (token-budgeted memory + retrieval + tools)
➣ Build your own MCP Server and Client (raw JSON-RPC, no SDK)
➣ Build your own Retrieval Stack (chunker + BM25 + dense + reranker from scratch)
➣ Build your own Eval Harness (trajectory grading + CI regression gates)
➣ Build your own Model Router (cost/latency/quality routing with fallbacks)
➣ Build your own Semantic Cache (embedding similarity + hit-rate tracking)
➣ Build your own Guardrails Middleware (injection detection + PII redaction)
➣ Build your own Streaming Proxy (SSE with TTFT and ITL metrics)
➣ Build your own Durable Workflow Engine (checkpoint/resume, mini-Temporal)
➣ Build your own LLM Tracer (OpenTelemetry-style spans for every hop)
➣ Build your own Sandboxed Tool Executor (isolated execution, resource limits)
➣ Build your own Prompt Registry (versioning + A/B routing + rollback)
➣ Build your own Data Flywheel (feedback → synthetic data → LoRA loop)
➣ Build your own Multi-Agent Consensus (weighted voting + judge + escalation)
Pick 3. Build them from scratch. Document every decision.
Most people import libraries.
Builders understand them.
(Bookmark & Repost.)
If you are building a vibe-coded app, you need these 3 websites;
1. Free-for dev;
https://t.co/8tXNuopjzu - A huge collection of free tiers, free developer tools, APIs, hosting, databases, and other resources.
2. Free Public APIs;
https://t.co/6wmzA8SERD - Find free public APIs you can use to add real functionality to your app without building everything from scratch.
3. OpenDesign;
https://t.co/3sNIuLNiFt - A collection of free, open-source design resources that can help you build better-looking interfaces faster.
Save this for your next vibe coding project 🔖
Since people asked, a proper intro to the skill.
https://t.co/AdGbip9IUB
GPT models, Sol especially, love to overengineer process: hashes, locks, receipts, status files. Sooner or later the agent starts redoing finished work because a marker went stale, or refuses to act because its paperwork is missing, and reports all of that as progress. So you end up burning tokens and wasting time while accomplishing absolutely nothing.
The skill makes the agent classify every action as implementation, validation, or bookkeeping, and skip the third. Redoing work needs a real reason, and stale metadata is not one. Tests and benchmarks stay mandatory.
Result: the agent ships instead of managing its own paperwork. For me that took the experience of using GPT models from 3 to 8. I get stuff shipped and save on tokens.
The skill is generic and cuts this garbage in any workflow. Make a few quick edits so it fits your actual workflow even better.
How have software engineering fundamentals changed with agentic coding? Here is our AI Engineering Skills map for software engineering fundamentals. https://t.co/cnRLj43DLs
If I could give Codex / Grok Bot just one skill for drawing system diagrams, I’d pick 𝗔𝗿𝗰𝗵𝗶𝗳𝘆.
It already has 29K+ stars on GitHub.
I now use it by default whenever I need to map a system.
Give it the code, then use this template:
“Turn [CODEBASE / FEATURE / WORKFLOW] into a [DIAGRAM TYPE] diagram. Choose from Architecture, Workflow, Sequence, Data Flow, or Lifecycle.”
Once installed, your agent can:
→ Create one self-contained HTML file and export it as PNG, SVG, or video
→ Search for any component and trace its upstream and downstream paths
→ Compare before and after versions side by side to see what was added, removed, or rearranged
𝗜𝗻𝘀𝘁𝗮𝗹𝗹 𝗔𝗿𝗰𝗵𝗶𝗳𝘆 𝗴𝗹𝗼𝗯𝗮𝗹𝗹𝘆:
npx skills add tt-a1i/archify -g
Then read this repo and use Archify to generate a system diagram.
Choose the diagram type that best fits what I need to understand: Architecture, Workflow, Sequence, Data Flow, or Lifecycle.
Keep the 8–12 most important components and one primary path. Label external services, databases, and component connections clearly. Put supporting details in cards instead of adding more edges to the main diagram.
Generate and verify a standalone HTML file. Confirm that component search and upstream/downstream tracing work, then export a high-resolution 2400 × 1260 PNG.
𝗢𝗽𝗲𝗻 𝘀𝗼𝘂𝗿𝗰𝗲 𝗿𝗲𝗽𝗼 👇
https://t.co/HdNaUgt1jx
Solved! If you want Codex to get better at building harnesses/ agents, just download this book and tell it to read it, specifically the parts on context engineering and agent "eyes".
https://t.co/rpn1qAaLIo
(I have no idea who the author is and am not affiliated)
@direkturcrypto Fakta bahwa di Tiktok masih banyak yang begini is crazy
Gw aja udah ninggalin ChatGPT, Gemini web, https://t.co/n1H3T3xpX9 web sejak ada Hermes (apalagi Hermes Desktop), ZCode, Codex GUI, dan harness-harness lain
Introducing /skill-doctor v1
Skill doctor is a skill that improves your skills:
- Crawls your past CC, Codex, or Warp convos
- Scores them for efficiency and code quality
- Proposes diffs to your skills that you'd actually merge (STE-100 approved)
https://t.co/vU0OeF1S2c 🔖
WTF Broooooooo???? .... This feels like a goldmine for vibe coders 🌋
It's a collection of free UI prompts for things like hero sections, pricing pages, auth screens, bento grids, dashboards, and more.
You can copy a prompt and give it to your AI coding agent to generate better-looking, less generic UI without having to describe every design detail yourself.
Perfect if you build websites with AI and want your UIs to stand out :)
Follow me for more amazing Coding, AI & Web Development insights 💎
introducing firecrawl free keyless
now your ai agents can search and scrape the web 100% free
- state-of-the-art search accuracy (94.7% on simpleqa)
- sub-3s scrapes, any page into clean markdown
- no api key, no signup
npx -y firecrawl-cli@latest init --all --browser