Query the Armis Knowledge base (STAGE environment) for organizational standards, policies, and tenant-specific guidance. Use when generating, reviewing, or remediating code so the work matches the organization's standards. Triggers: /knowledge-stage, what are our standards for, what does our org say about, search knowledge, list standards, knowledge base.
How this skill is triggered — by the user, by Claude, or both
Slash command
/armis-knowledge-stage:knowledgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query the Armis Knowledge base in the **stage** environment (`knowledge-mcp.moose-stg.armis.com`). The data lives server-side; this skill routes user intent to the right MCP tool.
Query the Armis Knowledge base in the stage environment (knowledge-mcp.moose-stg.armis.com). The data lives server-side; this skill routes user intent to the right MCP tool.
mcp__armis_knowledge_stage__list_standards("project"), then mcp__armis_knowledge_stage__get_cwe_remediation for any CWE relevant to the work.mcp__armis_knowledge_stage__search_knowledge(query)./knowledge-stage <query> → mcp__armis_knowledge_stage__search_knowledge(query)./knowledge-stage list <scope> (scope ∈ org, dept, team, project) → mcp__armis_knowledge_stage__list_standards(scope).When multiple standards are returned, apply them in priority order: project > team > dept > org. Briefly mention which standards you applied so the user can audit.
ARMIS_KNOWLEDGE_TOKEN_STAGE from /settings/integrations on knowledge.moose-stg.armis.com.Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
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.
npx claudepluginhub silk-security/armis-knowledge-mcp --plugin armis-knowledge-stage