Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By Bishwas-py
Webmatrices community management toolkit — spam moderation, content seeding, persona management, trending topic research, and database analytics.
npx claudepluginhub bishwas-py/webmatrices-skills --plugin webmatricesResearch and publish app ideas. The /app-ideas/[slug] page is a **decision tool**, not a forum — every field has a specific job and a tight budget. This skill enforces both the research bar (pain ≥7/10, competition ≤4/10, 12+ pain points, 10+ source posts) AND the publishing discipline (pure problem statement, separate why-fails + economics sections, terse Overview/Verdict/Market Timing).
Match a topic or trend to the best Webmatrices persona and audience segment. Fetches personas from MCP, considers voice fit, topic relevance, backstory, recency, and fatigue. Use when deciding which persona should write about a topic, or when matching content to audience.
Ban a user by ID, username, or email. Sets is_active=false and soft-deletes their posts. Use when asked to ban, deactivate, or block a user.
Email campaign workflow with safety states. Builds, previews, and sends targeted email campaigns to Webmatrices audience segments. Three-state machine ensures you never accidentally send to 27K users. **Performance rules in this skill are derived from real Brevo data (April 2026 analysis, internal opens filtered).**
Create a new user persona account for content seeding on Webmatrices. Use when asked to create a new user, persona, or fake account for posting.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Social media automation CLI for scheduling posts, managing integrations, uploading media, and tracking analytics across 28+ platforms including X, LinkedIn, Reddit, YouTube, TikTok, Instagram, and more
AI-powered marketing intelligence for brand analysis, content strategy, and competitive research
Reddit Community Builder subagent
Create content, plan campaigns, and analyze performance across marketing channels. Maintain brand voice consistency, track competitors, and report on what's working.
AI Marketing Agent — SEO, GEO, trend scouting, competitor analysis, content gaps, Google Search Console reports, article generation in 55 languages with AI illustrations and voice-over, article lifecycle management (publish/unpublish/delete), social adaptations (X, LinkedIn, Facebook, Reddit, Threads, Instagram, Instagram Reels, YouTube Shorts, Shopify), lead magnets, content ingestion (YouTube, web, PDF, audio), short-form AI UGC viral videos with subtitles and direct video publishing to Instagram Reels and YouTube Shorts, turbo mode, webhooks, and automated content autopilot.
Twitter Engager subagent
Universal dev workflow plugin — auto-detects your stack, orchestrates tasks, PRs, reviews, linting, testing, and deployment. Includes /forge:recon (autonomous security & consistency auditor with confidence letters) and /forge:compare (side-by-side system comparison).
Go-first full-stack development plugin. Scaffolds Go backends (Huma/Chi), generates typed frontend SDKs, and guides backend-to-frontend flow for SvelteKit and Next.js.
Claude Code plugin for managing the Webmatrices community platform.
| Skill | Command | Description |
|---|---|---|
| trending | /webmatrices:trending [topic] | Multi-platform content discovery across Reddit, Twitter, Dev.to, Medium, and Google News with viral scoring |
| write-post | /webmatrices:write-post [persona] [topic] | Write and publish long-form posts (Webmatrices, Reddit, HN, Dev.to). Voice from persona samples, shape from platform conventions, perspective from backstory. |
| write-reply | /webmatrices:write-reply [persona] [postId/commentId/"text"] | Write short, casual, sample-shaped replies and comments. Length anchored to persona samples. |
| write | /webmatrices:write ... | Router (legacy) — delegates to /write-post or /write-reply. Kept as the reference library for shared post-mode sections. |
| fact-check | /webmatrices:fact-check [postId/slug/text] | Verify factual claims against primary sources before publishing |
| campaign | /webmatrices:campaign [recent/postId/description] | Email campaign workflow with DRAFT/PREVIEWED/SENT safety states, backed by Brevo performance data |
| Skill | Command | Description |
|---|---|---|
| simulate-engagement | /webmatrices:simulate-engagement [post-slug] | Orchestrate organic-looking engagement with timing, persona rotation, and comment diversity |
| smell | /webmatrices:smell [postId/slug/commentId/username/text] | Universal authenticity scanner for AI tells, factual issues, and cross-persona bleeding |
| reduce-smell | /webmatrices:reduce-smell [postId/slug/commentId/text] | Generate diff-style fixes for problems found by /smell (preview only, never publishes) |
| Skill | Command | Description |
|---|---|---|
| app-ideas | /webmatrices:app-ideas track [topic] | Iterative pain-mining + parallel scout agents to validate or kill candidate app ideas |
| app-ideas | /webmatrices:app-ideas publish [slug] | Push validated research to /app-ideas/[slug] with the strict three-section structure (Problem + Why Existing Fails + Economics callout) |
| app-ideas | /webmatrices:app-ideas smell [slug] | Audit a published idea for cross-field coherence — claims in narrative backed by pain points / source posts / existingSolutions, pain quotes matching their source URLs, competitor mentions matching solution rows. Plus length budgets, r/r/X bugs, missing data. |
| Skill | Command | Description |
|---|---|---|
| spam-scanner | /webmatrices:spam-scanner | Scan for spam posts, soft-delete them, ban spammers |
| ban-user | /webmatrices:ban-user <id> | Ban a user by ID, username, or email |
| create-persona | /webmatrices:create-persona <username> | Create a persona account for content seeding |
| find | /webmatrices:find <query> | Search posts, users, tags, and analytics with natural language |
| audience-matcher | (auto-invoked) | Match a topic to the best persona by voice, topic, backstory, and fatigue |
Add the marketplace, then install:
/plugin marketplace add Bishwas-py/webmatrices-skills
/plugin install webmatrices-skills@webmatrices
Or load locally without installing:
claude --plugin-dir /path/to/webmatrices-skills
Add to your project's .claude/settings.json so team members get prompted automatically:
{
"extraKnownMarketplaces": {
"webmatrices-skills": {
"source": {
"source": "github",
"repo": "Bishwas-py/webmatrices-skills"
}
}
},
"enabledPlugins": {
"webmatrices-skills@webmatrices": true
}
}
.env or provided directly)