Ralph Marketer Status
Data community intermediate
Description
Check the current status of the content pipeline and Ralph's progress.
Installation
Terminal
claude install-skill https://github.com/muratcankoylan/ralph-wiggum-marketer README
description: Check the content pipeline status for Ralph the Marketer allowed-tools: [Bash, Read] model: haiku
Ralph Marketer Status
Check the current status of the content pipeline and Ralph's progress.
Run Status Commands
# Database status
npm run db:status
# Available content sources
node src/content/list.js
# PRD status
cat scripts/ralph/prd.json | jq '.userStories[] | {id, title, passes, priority}'
# Recent progress
tail -50 scripts/ralph/progress.txt
# Recent commits
git log --oneline -10
# Content counts
echo "Drafts:" && ls -la content/drafts/ 2>/dev/null || echo " No drafts yet"
echo "Published:" && ls -la content/published/ 2>/dev/null || echo " No published content yet"
Summarize the status for the user:
- undefined
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data community mcp-server-sqlite
SQLite database interaction and querying.
Data community mcp-server-google-maps
Google Maps integration for location data.
Data community Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data community Data Contract
This document defines which files belong to the **system** (auto-updatable) and which belong to the **user** (never touched by updates).
Data community **marketingskills**
(4.8k ⭐): Marketing skills for Claude Code and AI agents. CRO, copywriting, SEO, analytics, and growth engineering.
Data community