From webmatrices
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/webmatrices:ban-userThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ban a user on the Webmatrices platform using the MCP tools.
Ban a user on the Webmatrices platform using the MCP tools.
get_user_details with userId@: use list_users with search (the email)get_user_details with usernameban_user with userId, deleteContent: true, and a reasonis_staff = true or is_superuser = true without explicit confirmationbishwasbh — these are admin accountsban_user tool handles: deactivation, content soft-deletion, session cleanup, and audit loggingnpx claudepluginhub bishwas-py/webmatrices-skills --plugin webmatricesMines projects and conversations into a searchable memory palace. Activates on queries about MemPalace, memory palace, mining, searching, palace setup, wings, rooms, drawers, or recalling past work.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.