developer-marketing-jobs-board

Aggregates daily-updated DevRel, technical writing, and developer marketing job listings from company ATS feeds.

10|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/marketing-skills --skill developer-marketing-jobs-board-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: developer-marketing-jobs-board
Source: https://github.com/reason-machines/marketing-skills/tree/main/skills/developer-marketing-jobs-board
Command: npx skills add https://github.com/reason-machines/marketing-skills --skill developer-marketing-jobs-board-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding DevRel, developer marketing, technical writing, and community roles at devtool companies requires checking dozens of career pages and filtering out aggregator noise and reposts. This Skill provides a curated, daily-updated job board pulled directly from company ATS feeds. ## Core Features & Use Cases - Automated Job Aggregation: Pulls listings nightly from company ATS feeds via GitHub Actions, covering companies like MongoDB, Stripe, Discord, Elastic, and GitLab. - Categorized Listings: Organizes roles into Developer Advocate/DevRel, Technical Writing, Community, and Documentation categories with direct application links. - Programmatic Access: Provides Python, Node.js, and shell examples for parsing listings, filtering by location or seniority, and building Slack notifications or RSS feeds. - Use Case: A developer advocate looking for remote roles can fetch the board's README, filter for remote Senior Developer Advocate positions, and receive a daily Slack digest of new openings. ## Quick Start Fetch the latest DevRel job listings from the developer-marketing-jobs repository and show me all remote Developer Advocate positions.

Frequently Asked Questions about developer-marketing-jobs-board

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find remote DevRel jobs at devtool companies?▼

Fetch the job board's README from the GitHub repository and filter listings with grep or a script for 'remote' in the location field. The board updates daily from company ATS feeds, so listings link directly to application pages.

How to parse job listings from a Markdown table in Python?▼

Use the requests library to fetch the raw README, then split lines and extract table rows within the target category section. Each row contains role, company, location, and an apply URL extracted with a regex on the Markdown link.

What job categories does the developer marketing jobs board track?▼

The board tracks four categories: Developer Advocate/DevRel, Technical Writing, Community, and Documentation roles. Listings come from devtool companies such as MongoDB, Stripe, Discord, Elastic, and GitLab.

Can I automate daily job alerts with GitHub Actions?▼

Yes, create a scheduled workflow that curls the raw README, greps for your target keywords like 'Senior Developer Advocate' and 'Remote', and outputs matches. You can extend it to send Slack notifications via a webhook.

Why is a recently posted job not showing on the board?▼

The board updates once daily via GitHub Actions, so new postings may take up to 24 hours to appear. If the company's ATS feed is not tracked, submit an issue requesting it be added.