一键导入
automated-resource-mgmt-turbonomic
Deploy and manage HashiCorp Vault using Ansible automation with proper configuration, permissions, and security setup.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deploy and manage HashiCorp Vault using Ansible automation with proper configuration, permissions, and security setup.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill to learn hot to use the IBM Cloud CLI (`ibmcloud`) commands, flags, command patterns, or troubleshooting guidance. Covers core CLI workflows: install/verify/update, login with SSO or API keys, select account/region/resource group targets, inspect and configure CLI output, manage plug-ins (e.g. `vpc-infrastructure` / `ibmcloud is ...` for VPC infrastructure.).
Build voice-enabled agents in watsonx Orchestrate using the ADK. This guide covers initial setup, key concepts for building your first voice agent.
Reusable skills for the Turbonomic Resource Dashboard project. Each skill is a specialized workflow that Bob can activate to help with specific development tasks.
Plan and run evaluations, red-teaming, and runtime observability for watsonx Orchestrate (WXO) agents across Developer Edition and SaaS. Use when validating WXO agents pre-deploy, authoring benchmark JSON DAGs, interpreting Journey Success / Tool Call Recall / Agent Routing F1 / RAG Faithfulness, diagnosing agent failures, running adversarial red-teaming (Instruction Override, Jailbreaking, Crescendo Attack), searching runtime traces, exporting traces via the Python SDK, wiring Langfuse for cost & latency analysis, or registering model pricing in Langfuse. Interview-first; emits bash commands for the user to run in their IDE terminal.
Evaluate GenAI applications — RAG pipelines, LLM/chatbot outputs, and AI agents with tool-calling — before deployment using IBM watsonx.governance metrics. Use when scoring RAG faithfulness / answer relevance / context relevance / retrieval precision, screening LLM outputs for HAP / PII / social bias / jailbreak / prompt safety risk, evaluating agentic tool-call accuracy / parameter accuracy / relevance / syntactic validity, authoring custom LLM-as-judge metrics (criteria_judge or prompt_template styles) for domain-specific concerns, preparing eval datasets in the watsonx-gov SDK format, interpreting results against pass/fail thresholds, or producing prioritized [CRITICAL]/[WARNING]/[INFO] recommendations. Partners install `ibm-watsonx-gov[metrics,agentic,tools,llmaj]` directly and call the SDK in-process; no MCP server, no hosted dependency.
Add IBM watsonx.governance-backed runtime safety and quality guardrails to AI/RAG agents. Use when shipping LLM apps to production, designing 4-choke-point Pass/Flag/Block pipelines (input → retrieval → generation → output), picking metric sets from the 28-metric catalog, wiring guardrails into FastAPI / Flask / LangChain / watsonx Orchestrate, authoring custom LLM-as-judge metrics, building compliance audit logs, integrating chat widgets with backend proxies, or tuning per-tenant threshold policies. Covers Python library, REST sidecar, and MCP tool deployment modes.
| name | automated-resource-mgmt-turbonomic |
| description | Deploy and manage HashiCorp Vault using Ansible automation with proper configuration, permissions, and security setup. |
This directory contains modular, domain-specific skills that Bob can automatically activate based on user requests. Each skill follows the official Bob skills format with YAML front matter and structured instructions.
.bob/skills/
├── SKILL.md # This file
├── SKILLS_SUMMARY.md # Comprehensive overview
├── ansible-automation/ # Ansible and infrastructure automation
│ ├── SKILL.md # Core skill instructions
│ ├── vault-config-reference.md # Configuration templates
│ └── vault-deployment-checklist.md # Deployment checklist
├── frontend-development/ # React and frontend development
│ ├── SKILL.md # Core skill instructions
│ ├── app-capabilities.md # App features and recent fixes
│ ├── carbon-design-guide.md # Carbon component reference
│ ├── components/ # Reusable React components
│ │ └── ProductionShellTemplate.jsx # Enterprise shell template
│ └── styles/ # Shared CSS/SCSS assets
│ └── SharedStyles.scss # Complete style library
├── backend-development/ # Python Flask and backend APIs
│ ├── SKILL.md # Core skill instructions
│ └── api-patterns.md # API patterns and examples
├── deployment-operations/ # Deployment and DevOps
│ ├── SKILL.md # Core skill instructions
│ └── scripts/ # Startup and deployment scripts
│ ├── start-frontend.sh # Frontend startup
│ ├── start-backend.sh # Backend startup
│ └── start-all.sh # Combined startup
└── troubleshooting/ # Debugging and problem resolution
├── SKILL.md # Core skill instructions
└── common-issues.md # 30+ issues with solutions
Each skill follows the official Bob skills format:
---
name: skill-name
description: Clear description that helps Bob decide when to activate this skill
---
<Steps>
<Step>
First actionable step
</Step>
<Step>
Second actionable step
</Step>
</Steps>
Additional instructions and reference materials...
Bob automatically activates skills based on:
Deploy and manage HashiCorp Vault using Ansible automation with proper configuration, permissions, and security setup.
Activates when: User mentions ansible, playbook, deploy vault, vault installation, infrastructure automation
Build enterprise-grade React applications with IBM Carbon Design System, including reusable components and responsive design patterns.
Activates when: User mentions react, frontend, component, UI, carbon design, dashboard, menu, navigation
Supporting files:
app-capabilities.md - Application features and recent implementationscarbon-design-guide.md - Carbon component quick referencecomponents/ProductionShellTemplate.jsx - Enterprise shell templatestyles/SharedStyles.scss - Complete style libraryBuild Flask-based REST APIs with HashiCorp Vault integration, secret scanning, and Git repository analysis.
Activates when: User mentions flask, backend, API, endpoint, python, REST, server
Deploy, run, and maintain applications with startup scripts, environment configuration, health monitoring, and operational procedures.
Activates when: User mentions deploy, start, run, launch, startup, environment
Supporting files:
scripts/start-frontend.sh - Frontend startup scriptscripts/start-backend.sh - Backend startup scriptscripts/start-all.sh - Combined startup with health checksDebug and resolve common issues in applications, Vault, Docker, OpenShift, Nexus, and GPU operators with step-by-step solutions.
Activates when: User mentions error, not working, failed, issue, problem, troubleshoot, debug
Coverage: 30+ common issues with detailed solutions
When user mentions "deploy vault" or "ansible playbook", Bob activates ansible-automation/skills.md
When user mentions "create component" or "frontend", Bob activates frontend-development/skills.md
When user mentions "create endpoint" or "Flask API", Bob activates backend-development/skills.md
When user mentions "error" or "not working", Bob activates troubleshooting/skills.md
<Steps> format for systematic workflowsWhen adding new skills:
Last Updated: 2026-05-28 Project: Vault32 Secret Scanner & Migration Platform
app-capabilities.md for features and recent fixes