Skip to content

wilmoore/agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agents

Personal system instructions for LLM agents.

Available Agents

Agent Platform Purpose
Claude Code Claude Code CLI Quality-focused development guidelines
ChatGPT ChatGPT Strategic operator focused on leverage
DevRel Agent CLI RevenueCat developer advocacy automation

Quick Setup

Claude Code

ln -nsf ~/Documents/src/agents/claude-code/instruction.md ~/.claude/CLAUDE.md

ChatGPT

Copy the contents of chatgpt/instruction.md into ChatGPT's custom instructions.

DevRel Agent

cd devrel-agent && npm install && npm run dev run

Structure

agents/
├── claude-code/
│   └── instruction.md    # Claude Code global rules
├── chatgpt/
│   └── instruction.md    # ChatGPT Morpheus persona
└── devrel-agent/
    ├── src/              # TypeScript source
    └── reports/          # Generated DevRel reports

Adding New Agents

  1. Create a directory named after the agent/platform
  2. Add an instruction.md with the system prompt
  3. Add a README.md with setup instructions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors