Web Design Skill: Transforming AI Pages From Functional to Stunning
Introduction Modern LLMs can already produce functional web pages from simple prompts. But their output tends to converge on the same aesthetic: Inter font, blue primary buttons, purple-pink gradients, large-radius cards, emoji as icons, and fabricated testimonials. Technically correct, visually...
Swarm Forge: Uncle Bob's AI Agent Coordinator
Swarm Forge: Uncle Bob’s AI Agent Coordinator When Robert C. Martin – better known as Uncle Bob – turns his attention to AI agent coordination, the result is predictably disciplined. Swarm Forge is a lightweight, tmux-based orchestration platform that coordinates...
Skills Manage: Desktop App for AI Agent Skill Management
Introduction The rise of AI coding agents has introduced a new kind of configuration artifact: skills. These are Markdown-based instruction files (typically SKILL.md) that tell an AI agent how to behave in specific contexts – from code review patterns to...
Open Codesign: Open-Source Multi-Model Design Agent
Introduction AI-powered design tools have exploded in popularity over the past year, but most of them come with a catch: vendor lock-in. Claude Design ties you to Anthropic. v0 by Vercel locks you into their ecosystem. Lovable requires a subscription....
Mercury Agent: Soul-Driven AI with Permission-Hardened Tools
Mercury Agent: Soul-Driven AI with Permission-Hardened Tools Most AI agents can read files, run commands, and fetch URLs. They do it silently, without asking. Mercury Agent takes a different approach: it asks first. Built by Cosmic Stack as an open-source...
LLM Wiki: Persistent Knowledge Vaults on Your Desktop
Introduction Most people interact with LLMs and documents through RAG: you upload files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There is...
HuaShu Design: HTML-Native Design Skill for Claude Code
Introduction What if you could type a single sentence into your terminal and receive a production-quality design deliverable – a clickable iOS prototype, an editable PowerPoint deck, a 60fps product launch animation, or a print-grade infographic? That is the promise...
Google Design.md: Visual Identity Specification for Coding Agents
Google Design.md: Visual Identity Specification for Coding Agents Introduction As AI coding agents become increasingly capable of generating entire user interfaces from natural language prompts, a critical gap has emerged: how do you consistently communicate a brand’s visual identity to...
Agents.md: Making Coding Agents Think Like Senior Engineers
Introduction AI coding agents have become indispensable tools in modern software development. Claude Code, Codex, Cursor, Windsurf, Copilot, Aider, Devin – the list grows every month. But anyone who has spent serious time with these tools knows the frustration: agents...
Agent Style: 21 Writing Rules for AI Coding Agents
Introduction AI coding agents have transformed software development, but they share a persistent weakness: the prose they generate often reads like it was written by a machine. Long sentences filled with passive voice, em dashes used as casual punctuation, filler...
RAG-Anything: All-in-One Multimodal RAG Framework
RAG-Anything: All-in-One Multimodal RAG Framework Retrieval-Augmented Generation (RAG) has transformed how large language models access external knowledge, but most RAG systems handle only text. Real-world documents contain images, tables, equations, and charts – multimodal content that text-only RAG pipelines simply...
PolyData: Comprehensive Polymarket Data Pipeline for Trading Analysis
PolyData: Comprehensive Polymarket Data Pipeline for Trading Analysis Polymarket has emerged as one of the most popular prediction markets, allowing users to trade on the outcomes of real-world events. But accessing and structuring the raw trading data from Polymarket is...