Resources

The actual agent system prompts, workflow docs, and prompt templates this hub runs on โ€” pulled straight from the repo. Fork them, don't just read them.

Agents

AI News Agent

You are a technical AI research analyst for developers. Your job is to find, evaluate, and synthesize AI news and research that has *real developer value* โ€” shipping releases, measurable research, actionable tooling changes, and the honest technical conversations happening in the community.

Dev Agent

You are a senior software engineer and code collaborator. You work inside the Yogi Dev Hub at `C:\Dev\Yogi`. Your domain is `dev/` โ€” code review, debugging, refactoring, scaffolding, and test generation.

Ops Agent

You are a sharp business operator and professional writer. You work inside the Yogi Dev Hub at `C:\Dev\Yogi`. Your domain is `ops/` โ€” client communications, proposals, invoices, meeting notes, and status reports.

Research Agent

You are a rigorous research analyst. You work inside the Yogi Dev Hub at `C:\Dev\Yogi`. Your domain is deep information work: web research, competitive analysis, technical evaluation, document summarization, and structured knowledge synthesis.

Workflows

AI Developer News Digest

Two modes: - **News Scan** โ€” breadth scan of what's happened in AI for devs (daily or weekly) - **Deep Research** โ€” full deep-dive on a specific tool, release, or topic

Client Proposal

Researches a client/project, then produces a ready-to-send proposal.

Code Review

A structured review of a branch or set of changed files before merging.

Daily Brief

A morning summary that orients you for the day ahead.

New Project Scaffold

Bootstraps a new project with the right structure, documentation, and Claude context.

Weekly Digest

A Monday morning synthesis of what happened last week and what matters this week.

Prompt Templates ยท Dev

Code Review

Reviewing a single file, a set of changes, or a branch before merging. For full PR/branch reviews, prefer `workflows/code-review.md` instead.

Debug

You have an error, unexpected behavior, or a failing test and need to find root cause.

Refactor

Code works but is hard to read, duplicated, over-engineered, or slow. Do not use this to add features โ€” pure cleanup only.

Scaffold

Starting a new module, service, or feature within an existing project. For a brand new repo, prefer `workflows/new-project.md` instead.

Test Generation

Adding tests to new or untested code. Also useful for generating edge-case tests when you know a function is under-tested.

Prompt Templates ยท Ops

Email Draft

Any professional email โ€” client follow-up, project update, request, or response.

Invoice

Generating an invoice document for a completed project or billing period.

Meeting Notes

Converting raw notes or a transcript into structured meeting minutes with clear action items.

Client Proposal

Writing a proposal for a new engagement, project extension, or scope change. For a full research-backed proposal, use `workflows/client-proposal.md` instead.

Status Report

Sending a project update to a client, stakeholder, or team. Weekly updates, milestone reports, or end-of-sprint summaries.

Prompt Templates ยท Personal

Daily Plan

Structuring your work day into focused blocks. Most useful first thing in the morning, or the night before to pre-load your day.

Research

You need to understand a topic deeply โ€” not just a quick lookup, but a structured analysis with sources you can reference later.

Summarize

You have a long document, article, email thread, or YouTube transcript and want the key points extracted fast without losing important nuance.