From charm
Run charm diagnostics. Checks runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Trigger: /charm:ctx-doctor
How this skill is triggered — by the user, by Claude, or both
Slash command
/charm:ctx-doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run diagnostics and display results directly in the conversation.
Run diagnostics and display results directly in the conversation.
ctx_doctor MCP tool directly. It runs all checks server-side and returns a markdown checklist.[x] PASS, [ ] FAIL, [-] WARN./skills/ctx-doctor), then run with Bash:
CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" doctor
Re-display results as a markdown checklist.npx claudepluginhub qkal/charm --plugin charmMines 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.