BartWaardenburg/isagentready-skills
Agent skills for fixing AI agent readiness issues — robots.txt, structured data, semantic HTML, agent protocols, and security headers
Agent skills for fixing AI agent readiness issues — robots.txt, structured data, semantic HTML, agent protocols, and security headers
npx skills add BartWaardenburg/isagentready-skillsAgent skills for fixing AI agent readiness issues — robots.txt, structured data, semantic HTML, agent protocols, and security headers
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Keyboard-first TUI to manage Agent Skills & MCP configs across Cursor, Claude Code, Codex & Windsurf — browse, preview, bind, toggle.
GitHub repository for designservice/lazy-english-reader.skill updated in the agent skills ecosystem.
Reorder top-level items in Rust source files. Designed for AI coding agents.
Every week, I break down how to build real AI applications — from RAG systems and LLM pipelines to agentic workflows and AI-powered products. No theory fluff. Just working code, architecture decisions, and the security and deployment considerations that actually matter in production.
Implements multi-thread (conversation history) management in assistant-ui apps: rendering the prebuilt `ThreadList` next to `Thread`, or building a custom sidebar with `ThreadListPrimitive` and `ThreadListItemPrimitive` (Root, New, Items, Trigger, Title, Archive, Unarchive, Delete). Covers thread CRUD through the `useAui()`/`useAuiState()` API: `switchToThread`, `switchToNewThread`, and per item `rename`, `archive`, `unarchive`, `delete`, `generateTitle`, `initialize`, plus reading `s.threads.threadIds`/`archivedThreadIds`/`mainThreadId`. Includes cloud-backed persistence via `useChatRuntime` + `AssistantCloud` and a local `useRemoteThreadListRuntime` + `InMemoryThreadListAdapter` path. Use when a user wants a thread list/sidebar, switching, searching, sorting, drag-and-drop, or renaming/archiving/deleting conversations. For single-thread state, messages, or composer use runtime; for cloud auth/persistence setup use cloud.