home/productivity/agent-name

Agent Name

GPTClaudeDeepSeek··503 copies·updated 2026-07-14
agent-name.prompt
---
name: # Short, memorable agent identifier (e.g., "test-runner", "code-reviewer")
description: # One-line description of what this agent does
argument-hint: [argument 1] [argument 2] # Optional: Show users expected arguments (e.g., "[file-path]", "[test-name] [--verbose]")
tools: # Optional: Comma-separated list of required tools (e.g., "Read, Write, Bash")
model: # Optional: Specific model to use (e.g., "claude-3-opus", "gpt-4")
color: # Optional: Terminal color for agent output (e.g., "blue", "green", "yellow")
---

# Agent Name

Brief overview of the agent's purpose, capabilities, and when to use it.

## Relevant Files

List critical files or patterns this agent commonly interacts with:
- `src/**/*.ts` - TypeScript source files
- `tests/**/*.test.ts` - Test files
- `package.json` - Dependencies and scripts
- `.env` - Environment configuration

## Codebase Structure

Describe the expected project structure this agent operates on:

when to use it

Community prompt sourced from the open-source GitHub repo jakreymyers/agentic-engineer (no explicit license). A "Agent Name" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

jakreymyers/agentic-engineer · no explicit license