Dhana

Community for AI builders

Agent Hub

Prompts, skills, code tips, and automation news for AI builders. Join the community, submit useful ideas, and get the weekly digest.

18
resources
6
prompts
5
skills
on
weekly digest

Latest

Prompt

Model-Agnostic Prompt Patterns for Claude, GPT-4, and Gemini

Five prompting patterns that work reliably across Claude, GPT-4, and Gemini without provider-specific tuning.

26 August 2026#prompts#claude#gpt4
Prompt

Chain of Thought Prompting in Production

Chain of thought works in production if you separate the thinking from the output and validate both. Here is the pattern.

24 August 2026#prompts#reasoning#chain-of-thought
Prompt

Few-Shot Prompting for Consistent JSON Output

Two or three examples in the prompt beat a long schema description every time. Here is the pattern for reliable JSON output from any LLM.

23 August 2026#prompts#json#few-shot
Prompt

Prompt for a Research Agent With Cited Output

A research agent that returns cited, structured output needs explicit instructions on source format, confidence level, and what to do when sources conflict.

22 August 2026#prompts#research#citations
Prompt

System Prompt Structure for a Coding Agent

A coding agent system prompt has five parts: role, tools available, constraints, output format, and fallback behavior.

21 August 2026#prompts#coding#agents
Tip

How to use cron with AI agents

Cron is the backbone of any autonomous agent system. Here's how to wire it up: 1. Schedule your agent to run at specific times using cron expressions 2. Use a...

20 August 2026#automation-recipes
News

What Is New in n8n for AI Automation Builders

n8n 1.28 added a dedicated AI Agent node, memory nodes, and tool nodes that make multi-step agent workflows easier to build visually.

20 August 2026#n8n#automation#agents
News

MCP Adoption in 2026: Which Tools Now Ship Native Support

Model Context Protocol crossed 97 million monthly SDK downloads in March 2026, and major developer tools now ship MCP servers out of the box.

18 August 2026#mcp#tools#ecosystem
News

gpt-image-2 and the End of DALL-E

OpenAI retired DALL-E 2 and 3 in May 2026 and replaced them with gpt-image-2, a model built into the Responses API.

16 August 2026#openai#image-generation#gpt-image
Tip

Why I automated my mornings with cron and AI agents

Most people start their day checking emails, Slack, and Twitter — reactive, fragmented, and exhausting. Here's how I flipped that. Instead of checking tools, I...

14 August 2026#automation-recipes
News

What Changed for Agent Developers in Claude Sonnet 4

Claude Sonnet 4 brought better tool use, extended thinking, and a new API shape that changes how agent loops are written.

14 August 2026#claude#anthropic#llm
News

DeepSeek Harness: Everything Is a Plugin

DeepSeek released an open-source agent framework in August 2026 where models, tools, memory, and UI are all plugins configured via YAML.

13 August 2026#deepseek#framework#agents
Skill

Using MCP Servers to Extend Your AI Agent

MCP servers add new tools to your agent without changing its core code. Here is how to add one and verify it works.

10 August 2026#mcp#tools#agents
Prompt

5 AI Agent Prompt Patterns That Actually Work

After running a multi-agent system for months, these are the prompting patterns that consistently get good outputs vs the ones that waste your API budget.

7 August 2026#ai#prompting#agents
Skill

Chaining Agents: Research to Draft to Review

Breaking a content pipeline into three agents, each with one job, produces better output than a single agent doing everything.

7 August 2026#agents#pipeline#multi-agent
Skill

Building a Hermes Cron Job That Posts to Telegram

Hermes cron jobs run on a schedule and can post output directly to Telegram. Here is the setup from scratch.

5 August 2026#hermes#cron#telegram
Skill

Claude Code Print Mode in CI Pipelines

claude -p runs Claude Code without interaction, making it useful for automated code review and generation in CI.

3 August 2026#claude#ci#automation
Skill

How to Write a Hermes Skill File

A Hermes skill file has four parts: frontmatter, trigger, numbered steps, and pitfalls. Here is how each one works.

1 August 2026#hermes#skills#agents