Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions agents/Mathews-Tom__content-strategist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# content-strategist

Multi-channel content creation engine that transforms topics and source material into channel-optimized assets. Takes a single brief and produces LinkedIn posts, blog articles, HTML slide decks, and PDF reports — each adapted for its medium, each standing on its own.

## Run

```bash
npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/content-strategist
```

## What It Can Do

- **Channel-Optimized Production** — generates distinct content for LinkedIn, blog, slides, and PDF from a single topic
- **Research-First Writing** — invokes web research and video analysis before drafting to ground every claim in evidence
- **Content Strategy Planning** — maps topics to formats based on audience, goal, and distribution channel
- **Tone Adaptation** — matches voice to channel: conversational on LinkedIn, authoritative in long-form, concise on slides
- **Humanization Pass** — strips AI-typical patterns, formulaic transitions, and generic qualifiers from all output

## Structure

```
content-strategist/
├── .gitignore
├── LICENSE
├── README.md
├── RULES.md
├── SOUL.md
├── agent.yaml
├── assets/
│ ├── icon.png
│ └── banner.png
└── knowledge/
├── channel-specifications.md
├── content-quality-checklist.md
└── tone-adaptation-guide.md
```

## Built with

Built for the [gitagent](https://gitagent.sh) ecosystem.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added agents/Mathews-Tom__content-strategist/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions agents/Mathews-Tom__content-strategist/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "content-strategist",
"author": "Mathews-Tom",
"description": "Multi-channel content creation engine that transforms topics into channel-optimized LinkedIn posts, blog articles, slide decks, and PDF reports",
"repository": "https://github.com/Mathews-Tom/content-strategist",
"version": "1.0.0",
"category": "content",
"tags": [
"content",
"writing",
"linkedin",
"blog",
"slides",
"pdf",
"multi-channel",
"marketing"
],
"license": "MIT",
"model": "claude-sonnet-4-5-20250929",
"adapters": [
"claude-code",
"system-prompt"
],
"icon": true,
"banner": true
}