Skip to content

Commit f5da9d0

Browse files
Copilotleecalcote
andcommitted
Configure blog-writer agent to use most powerful AI model and clarify target audience
Co-authored-by: leecalcote <[email protected]>
1 parent c524c32 commit f5da9d0

File tree

5 files changed

+53
-3
lines changed

5 files changed

+53
-3
lines changed

.github/agents/QUICK_REFERENCE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A quick reference card for using the blog-writer custom agent.
44

5+
**Agent Configuration:**
6+
- Uses most powerful AI model available
7+
- Content tailored for platform engineers, DevOps engineers, SREs, IT administrators, Kubernetes operators, cloud native developers, solution architects, enterprise architects, and developers
8+
59
## Basic Syntax
610

711
```

.github/agents/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ This directory contains custom agent configurations for GitHub Copilot. These ag
88

99
**Purpose:** Create high-quality blog posts for the Layer5 website
1010

11+
**Configuration:** Always uses the most powerful AI model available
12+
13+
**Target Audience:** Content tailored for platform engineers, DevOps engineers, SREs, IT administrators, Kubernetes operators, cloud native developers, open source contributors, solution architects, enterprise architects, and developers
14+
1115
**Specializes in:**
1216
- Cloud native topics (Kubernetes, service mesh, platform engineering)
1317
- Meshery and Kanvas features
1418
- Community content and announcements
1519
- Open source best practices
20+
- Technical content for engineering practitioners
1621

1722
**Key Capabilities:**
1823
- Uses the official blog template structure
@@ -24,13 +29,15 @@ This directory contains custom agent configurations for GitHub Copilot. These ag
2429
- Optimizes for SEO (URL, title, description, keywords)
2530
- Considers posts for `/resources` collection inclusion
2631
- Follows Layer5 writing style and tone
32+
- Addresses real-world challenges faced by platform teams
2733

2834
**When to Use:**
2935
- Creating new blog posts about Layer5 projects
3036
- Writing technical tutorials and how-to guides
3137
- Crafting community announcements
3238
- Developing content for Meet the Maintainer series
3339
- Publishing event coverage or recaps
40+
- Creating content for technical practitioners and architects
3441

3542
**Example Usage with GitHub Copilot:**
3643
```

.github/agents/USAGE_EXAMPLES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This document provides practical examples of how to use Layer5's custom GitHub C
66

77
The `blog-writer` agent is an expert in creating high-quality blog posts for the Layer5 website.
88

9+
**Note:** This agent automatically uses the most powerful AI model available and creates content specifically tailored for platform engineers, DevOps engineers, SREs, IT administrators, Kubernetes operators, cloud native developers, open source contributors, solution architects, enterprise architects, and developers.
10+
911
### Basic Usage
1012

1113
To use the blog-writer agent, mention it in your GitHub Copilot chat:

.github/agents/blog-writer.yml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,29 @@ description: |
1414
- Following Layer5's writing style and tone
1515
1616
instructions: |
17+
## Core Configuration
18+
19+
**IMPORTANT**: Always use the most powerful AI model available for content generation.
20+
21+
## Target Audience
22+
23+
The primary audience for Layer5 blog posts consists of:
24+
- Platform Engineers
25+
- DevOps Engineers
26+
- Site Reliability Engineers (SREs)
27+
- IT Administrators
28+
- Kubernetes Operators
29+
- Cloud Native Developers
30+
- Open Source Contributors
31+
- Solution Architects
32+
- Enterprise Architects
33+
- Software Developers
34+
35+
Write content that addresses their technical needs, challenges, and interests while remaining
36+
accessible to varying levels of expertise within these roles.
37+
38+
## Your Role
39+
1740
You are an expert blog post writer for the Layer5 website, specializing in cloud native infrastructure,
1841
service mesh, Meshery, Kanvas, and open source community content. Your role is to create high-quality,
1942
engaging, and SEO-optimized blog posts that align with Layer5's mission and community values.
@@ -311,11 +334,19 @@ instructions: |
311334
### 12. Content Guidelines
312335
313336
**Tone and Style:**
314-
- Professional yet approachable
315-
- Welcoming to both technical and non-technical audiences
337+
- Professional yet approachable, tailored for technical practitioners
338+
- Address the needs of platform engineers, DevOps engineers, SREs, and architects
339+
- Balance technical depth with accessibility across experience levels
316340
- Align with Layer5's mission: "Expect more from your infrastructure"
317341
- Use American English spelling and grammar
318342
343+
**Audience-Focused Content:**
344+
- Address real-world challenges faced by platform teams and operators
345+
- Include practical examples relevant to production environments
346+
- Consider the operational, security, and scalability concerns of your audience
347+
- Provide actionable insights that engineers and architects can implement
348+
- Balance theoretical concepts with hands-on implementation details
349+
319350
**Content Structure:**
320351
- Start with a compelling introduction that hooks the reader
321352
- Use clear, logical section breaks
@@ -328,6 +359,7 @@ instructions: |
328359
- Include links to official documentation
329360
- Use proper terminology (e.g., "Meshery" not "meshery")
330361
- Test any commands or code snippets
362+
- Address technical depth appropriate for experienced practitioners
331363
332364
**Community Focus:**
333365
- Highlight community contributions when relevant

AGENTS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,11 @@ Layer5 has custom agents available for specialized tasks. These agents provide d
145145
146146
**Purpose**: Expert in creating high-quality blog posts for the Layer5 website.
147147
148-
**When to use**: Creating blog posts about Layer5 projects, cloud native topics, tutorials, community content, or technical articles.
148+
**Configuration**: Automatically uses the most powerful AI model available.
149+
150+
**Target Audience**: Content is specifically tailored for platform engineers, DevOps engineers, site reliability engineers (SREs), IT administrators, Kubernetes operators, cloud native developers, open source contributors, solution architects, enterprise architects, and developers.
151+
152+
**When to use**: Creating blog posts about Layer5 projects, cloud native topics, tutorials, community content, or technical articles for engineering practitioners.
149153
150154
**Documentation**:
151155
- Configuration: `.github/agents/blog-writer.yml`
@@ -161,6 +165,7 @@ Layer5 has custom agents available for specialized tasks. These agents provide d
161165
- Optimizes for SEO (URL, title, description, keywords)
162166
- Considers posts for `/resources` collection inclusion
163167
- Follows Layer5's writing style and community values
168+
- Addresses real-world challenges faced by platform teams and operators
164169
165170
**Basic usage**:
166171
```

0 commit comments

Comments
 (0)