Use when working with Aruba Central REST APIs or HPE GreenLake Platform (GLP) APIs — diagnosing auth failures (401/403/429), designing new client methods, handling OAuth token refresh, pagination, or rate limits. Trigger on phrases like "why is this returning 401", "add a method for endpoint X", "how does Central…
Use for anything involving the Claude API or Anthropic SDK — prompt caching, tool use, extended thinking, model selection (Opus/Sonnet/Haiku), token cost optimization, agent loop design, or migrating between Claude model versions. Trigger on "prompt caching", "which model", "reduce tokens", "tool use", "thinking…
Use to find prior art on GitHub — reference MCP server implementations, example FastMCP patterns, Aruba/GLP-related repos, relevant PRs or issues in this org, or library examples. Trigger on "has anyone built", "find an example of", "what PR introduced", "search github for", "any reference implementation", "look for a…
Use for anything about building or debugging MCP servers in this repo — adding new tools, reviewing tool schemas and docstrings, fixing router/client registration, tightening error handling, sizing response payloads, or splitting/merging servers. Trigger on "add an MCP tool", "review this tool", "why won't the server…
Look up exact Aruba Central or Mist API endpoints, schemas, field names, and enum values from the local OpenAPI index. Use this when the user asks about a specific API endpoint, what HTTP method to use, what fields a request body has, or what values an enum accepts. Trigger on: /lookup-api, "what endpoint", "what…
Produce a last-24h networking operations digest (Central, and Mist/UXI/GLP when enabled). Use when the user asks for a morning report, overnight rundown, daily standup network summary, executive briefing, or "what broke overnight". Prefer the bundled MCP runbook over free-form tool guessing.
Answer questions about HPE Aruba and Juniper Mist networking using the local RAG index (hpe-networking-mcp). Use this skill when the user asks how-to or concept questions about Aruba Central, Mist, ClearPass, AOS-CX, EX/MX/QFX/SRX-series Juniper switches, routers, firewalls (incl. vSRX/ cSRX), APs, gateways, NAC…
Claude Code instructions for secure-ssid/hpe-networking-mcp, covering hpe-networking-mcp — hpe networking mcp automation, project layout, mcp tools (src/hpenetworkingmcp/mcpservers/), scope and persona translation and rules for write operations.