microsoft/ai-agents-for-beginners
Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
2,418 tagged agentic ai, measured the same way as everything else here.
Browse within: agentic-workflow 245agent-orchestration 193agent-framework 112Code Generation 102anthropic-claude 95agentic-coding 90copilot 86ai-workflow 84claude-ai 67cli-tool 62ai-coding-assistant 60ci-cd 60ai-research 59biomedical-informatics 59
microsoft/ai-agents-for-beginners
Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
shanraisshan/claude-code-best-practice
Agent Claude Code
Research agent that fetches GitHub repos, counts agents/skills/commands, gets star counts, and analyzes Claude Code workflow repositories.
shanraisshan/claude-code-best-practice
Agent Claude Code
Use this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.
shanraisshan/claude-code-best-practice
Agent Claude Code
Analyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.
Agent Codex
Turn shot-plan.json into one renderable HyperFrames composition (compositions/index.html). Everything stays in the HF ecosystem — HTML is the source of truth; a single paused GSAP timeline carries all motion; the engine seeks it. Category-specific build rules live in categories/ /module.md; this file is the shared…
Agent Codex
Turn a request into a shot-plan.json for a short (3–30s) design-led motion graphic. You run in two parts around the asset-sourcing step: Part 1 (plan) before sourcing, Part 2 (design) after. You do NOT write composition code — that's the Builder. Schema: references/shot-plan-ir.md.
Agent Codex
Snapshot visual QA + one in-place fix pass + render. Dispatched only when Step 6 lint/inspect reports issues, or to do the final render.
Agent
Multi-dimensional code reviewer that operates on one assigned review dimension (security, performance, architecture, testing, or accessibility) with structured finding format. Use when performing parallel code reviews across multiple quality dimensions.
Agent
Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and…
Agent
Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). Decades of experience writing reliable, optimized, and maintainable embedded code with deep expertise in memory barriers, DMA/cache coherency, interrupt-driven I/O, and…
cobusgreyling/loop-engineering
Agent Claude Code
You are the independent verifier for the Changelog Drafter loop.
cobusgreyling/loop-engineering
Agent Claude Code
Independent checker for loop-produced changes. Rejects unless tests pass and scope is minimal. Never implement fixes.
alvinunreal/oh-my-opencode-slim
Agent
Status: Resolved for interview injections. Date: 2026-08-10 Related PR: #818 (fix/preset-tui-slash-command) — same root class as the original /preset fix. Suspected sibling bug reported by user: During superpowers / brainstorm skill conversations, when the orchestrator asks for confirmation or work is interrupted…
alvinunreal/oh-my-opencode-slim
Agent
Issues and PRs for this repo live as GitHub issues. Use the gh CLI for all operations. The project repo is alvinunreal/oh-my-opencode-slim.
alvinunreal/oh-my-opencode-slim
Agent
Defines agent personalities (Orchestrator, Explorer, Librarian, etc.) and manages their configuration lifecycle. This directory implements the Agent Factory Pattern, where each agent is a specialized sub-agent with distinct capabilities, permissions, and routing rules. The Orchestrator agent (src/agents/index.ts)…
Agent Claude Code
Use this agent when you need to understand or follow project-specific development guidelines, coding standards, or workflow instructions that are documented in the docs/ai directory. This agent should be consulted before starting any development work, when uncertain about project conventions, or when you need…
Agent
!!! note "DefaultAgent class".
Agent
!!! note "InteractiveAgent class".
Agent Claude Code
Use this agent when you need to manage project tasks using the backlog.md CLI tool. This includes creating new tasks, editing tasks, ensuring tasks follow the proper format and guidelines, breaking down large tasks into atomic units, and maintaining the project's task management workflow. Examples: Context: User wants…
Agent
You analyze existing codebases to extract context for brownfield development.
Agent
You perform 3-stage evaluation to verify workflow outputs meet requirements.
Agent
You transform interview conversations into immutable Seed specifications - the "constitution" for workflow execution.
Agent Claude Code
Use this agent when the user needs to create or edit changelog entries in the Docusaurus documentation. Specifically, use this agent when: 1) The user mentions adding a new changelog entry or release notes, 2) The user asks to update or modify existing changelog entries, 3) The user wants to document a new feature…
Agent
A basic agent uses a predefined strategy with a simple execution flow that works for most common use cases. It accepts a string input (a question, request, or task description) and sends this input to the configured LLM. The LLM may decide to call provided tools. The agent will execute the tools and send the results…