From armis-knowledge-dev
Query the Armis Knowledge base (DEV 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-dev, 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-dev:knowledgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query the Armis Knowledge base in the **dev** environment (`knowledge-mcp.moose-dev.armis.com`). The data lives server-side; this skill routes user intent to the right MCP tool.
Query the Armis Knowledge base in the dev environment (knowledge-mcp.moose-dev.armis.com). The data lives server-side; this skill routes user intent to the right MCP tool.
mcp__armis_knowledge_dev__list_standards("project"), then mcp__armis_knowledge_dev__get_cwe_remediation for any CWE relevant to the work.mcp__armis_knowledge_dev__search_knowledge(query)./knowledge-dev <query> → mcp__armis_knowledge_dev__search_knowledge(query)./knowledge-dev list <scope> (scope ∈ org, dept, team, project) → mcp__armis_knowledge_dev__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_DEV from /settings/integrations on knowledge.moose-dev.armis.com.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub silk-security/armis-knowledge-mcp --plugin armis-knowledge-dev