Stop Writing Prompts Manually. How to Turn AI Agents into an Autonomous Assembly Line
Boris Cherni from Anthropic no longer writes prompts manually—automatic loops do it instead. Here's how Loop Engineering changes the game.
Language
HomeLanguages
Sections
Boris Cherni from Anthropic no longer writes prompts manually—automatic loops do it instead. Here's how Loop Engineering changes the game.
Kandev is an open Kanban-based platform that orchestrates multiple AI coding agents, using Git worktree for conflict-free parallel execution.
A plugin for Claude Code that converts video into frames and timestamped transcripts, letting the AI analyze screen recordings and YouTube videos directly in the terminal.
A CLI extension for Claude Code that automates SEO audits, generates actionable roadmaps, and validates technical issues directly in the terminal.
Turn Claude Code into an operational partner with makerskills—a plugin offering 19 structured scenarios for AI agent environments that handle research, knowledge management, and financial planning.
Uber open-sourced ADR, a system for detecting and responding to threats targeting AI agents. The project includes telemetry collection, a benchmark with 303 tasks, and a two-level threat detection module.
Developer Vitaliy built code-graph-rag to replace vector search with knowledge graphs for monorepo code analysis. It uses Tree-sitter, Memgraph, and Qdrant to understand code structure.
How to prevent AI assistants from degrading mid-session. GSD Core framework uses sub-agents and a 5-step workflow to keep context clean and code quality high.
botmux turns Feishu/Lark messenger into a remote control for console AI agents like Claude Code and Codex, letting you manage heavy CLI tasks from your phone.
Developer Dave Poon built buildwithclaude, a marketplace and knowledge base for Claude Code users that aggregates thousands of plugins, subagents, and MCP servers.
jCodeMunch MCP indexes your codebase with tree-sitter and feeds AI agents only the relevant code snippets, cutting token costs by 95–99%.
How to use Obsidian as a long-term memory store for CLI-based AI coding agents, featuring token optimization and automated note-linking.
A ready-made suite of financial tools for AI agents that transforms Claude Code into a financial assistant with market analysis, social reading, and data provider plugins.
Turn vague AI prompts into professional documents with 700+ ready-made Markdown instructions for engineers, lawyers, and marketers.
A guide to using avoid-ai-writing, an open-source tool that removes AI-generated clichés from text generated by language models.
nanobot is an open-source AI agent engine that runs locally, supports Telegram/Discord integration, MCP tools, and long-term memory without sending data to the cloud.
Microsoft's Agent-Skills repository offers nearly 200 structured prompts that help AI assistants like Copilot and Claude Code work accurately with Azure services.
I tried Memtrace — a tool that turns your codebase into a knowledge graph for AI agents, indexing 15,000 files in 1.5 seconds without LLM calls.
A GitHub project that lets Claude Code write and execute Playwright automation on the fly, generating custom scripts from natural language requests with visible browser control.
A look at ios-simulator-skill: 22 scripts that let Claude Code control an iOS simulator, filter build noise, and interact with apps via Accessibility API.
GitHub's Agentic Workflows let you describe CI/CD tasks in plain Markdown, and AI agents handle the rest. Here's how it works and why it matters.
Discover how to make AI agents work with massive legacy codebases without losing context or burning through your token budget. A deep dive into codebase-emory-mcp.