By Bishwas-py
Webmatrices community management toolkit — spam moderation, content seeding, persona management, trending topic research, and database analytics.
Research 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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)npx claudepluginhub bishwas-py/webmatrices-skills --plugin webmatricesUniversal 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.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
TypeScript/JavaScript full-stack development with NestJS, React, and React Native
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.