How We Built Our OSS Launch Video with Remotion + Claude Code
The Agent Skills Directory
Discover and install skills for AI agents.
How I Built a Visual Feedback Loop for Claude Code
We’re turning Todos into Tasks in Claude Code
Separation of Responsibilities: MCP vs Skills
Agent Skills vs. Rules vs. Commands vs. Subagents
How I Use Claude Code
numman-ali/openskills: Universal skills loader for AI coding agents - npm i -g openskills
Universal skills loader for AI coding agents - npm i -g openskills - numman-ali/openskills
blader/humanizer: Claude Code skill that removes signs of AI-generated writing from text
Claude Code skill that removes signs of AI-generated writing from text - blader/humanizer
11 Tips For AI Coding With Ralph Wiggum
Run AI coding tools in autonomous loops with Ralph Wiggum. 11 tips for AFK coding: scope, progress tracking, feedback loops, and shipping code while you sleep.
GBSOSS/skill-from-masters: Stand on the shoulders of giants — Create AI skills built on proven methodologies from domain experts.
Stand on the shoulders of giants — Create AI skills built on proven methodologies from domain experts. - GBSOSS/skill-from-masters
ClawdHub
ClawdHub — a fast skill registry for agents, with vector search.
Dimillian/CodexSkillManager: macOS app to manage your Codex skills
macOS app to manage your Codex skills
Update - Someone just shared an existing free project that does this called Vibe-Kanban.
I just tried it. Super easy to get rolling.
1. Install via npx
2. Reference existing GitHub repo
3. Creating a task on the board and Claude starts working and streams output!
So. slick.
Step-by-step guide to get Ralph working and shipping code
putting the Claude Agent SDK to the test with an Ad Agent
- finds competitors, learns from their ads
- prompts and generates on brand creatives
- packages it in a shareable report
I can run this autonomously or with a prompt. no node based workflows needed
🆕 Claude Agent SDK [Full Workshop]
https://t.co/xHeuWPuIk7
For our first big drop of the year, excited to bring you @trq212's full 2 hour workshop covering all of @AnthropicAI's agentic SDK (formerly known as Claude Code SDK).
By far the most popular workshop of AIE CODE!
My Ralph Wiggum breakdown went viral.
It's a keep-it-simple-stupid approach to AI coding that lets you ship while you sleep.
So here's a full explanation, example code, and demo.
Claude Code On-The-Go
Ideas and notes
The Hitchhikers Guide to LLM Agent
Hi, welcome to my website! This is where I share my thoughts on things that interest me, mostly tech, philosophy, history, and math.
Sub-Agents Directory
Find the best Claude Code sub-agent prompts for your framework and language
I built a custom Claude Code command, /interview, to create bulletproof specs.
• Create a plan using plan mode
• Run the /interview command
• Claude asks 20-50 clarifying questions
• Claude updates the plan file based on your answers
Great for removing any ambiguity!
Software Engineering in 2026
Shifting bottlenecks after a year of dramatic improvement in the quality of AI-generated code.
Agent-Skills-for-Context-Engineering/examples/llm-as-judge-skills at main · muratcankoylan/Agent-Skills-for-Context-Engineering
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, or debugging agent systems that require e...
Async Coding Agents "From Scratch" — Benjamin Anderson
Devin is cooked, chat.
What is Culture?
Enable your agents to share universal knowledge, principles, and best practices that compound across all interactions.
Using skills with Deep Agents
tl;dr: Anthropic recently introduced the idea of agent skills. Skills are simply folders containing a SKILL.md file along with any associated files (e.g., documents or scripts) that an agent can discover and load dynamically to perform better at specific tasks. We've added skills support to deepagents-CLI.
The Rise of Generalist Agents
General purpose agents like Claude Code and Manus have gained widespread adoption. While we might expect generalist agents to use many tools, a surprising tren
Skills vs Dynamic MCP Loadouts
Some findings of using Skills and the loadout pattern with MCP.
Agent Quality
Agent Engineering: A New Discipline
If you’ve built an agent, you know that the delta between “it works on my machine” and “it works in production” can be huge. Traditional software assumes you mostly know the inputs and can define the outputs. Agents give you neither: users can say literally anything, and the space