Ralph Marketer Status
Description
Check the current status of the content pipeline and Ralph's progress.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for muratcankoylan/ralph-wiggum-marketer, shared by 4 entries
in this directory. It describes the repository, not this entry specifically.
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:
- How many stories are complete vs remaining
- What content has been created
- Any blockers or issues
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data mcp-server-sqlite
SQLite database interaction and querying.
Data mcp-server-google-maps
Google Maps integration for location data.
Data Bitbucket Data Center
---
Data Private Gpt
Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more
Data Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data