
Claude Skills by tools-only
github.com/tools-onlyThis comprehensive reference is designed to help you assist users with Hatchling build issues. It documents error handling, validation mechanisms, and resolution strategies in Hatchling, the modern Python packaging build backend. Use this reference when helping users understand common errors, validation rules, and best practices for robust package building.
Step-by-step workflow for installing Robusta on Kubernetes clusters.
This guide will help you install and configure the Azure Pricing MCP Server.
Complete installation instructions for the MCP Gateway & Registry on various platforms.
Complete installation instructions for the Fullstack Starter Pack Claude Code plugin collection. ---
- Kubernetes cluster with Argo CD installed - kubectl configured to access your cluster - Argo CD v1.0.0+ (v2.0+ for Git write-back)
**Time Required:** 5 minutes **Difficulty:** Beginner **Last Updated:** October 2025 ---
Complete setup instructions for AutoMem across all environments.
Complete installation guide for the AI/ML Engineering Pack, a professional toolkit for prompt engineering, LLM integration, RAG systems, and AI safety.
Complete installation instructions for the MCP Gateway & Registry on various platforms.
Complete installation instructions for all deployment methods.
Install mcpbr to benchmark AI agents and MCP servers. Requires Python 3.11+, Docker, and an Anthropic API key.
Complete guide for integrating ShellCheck into development workflows.
Cisco Skill Scanner integrates with CI/CD pipelines, pre-commit hooks, and GitHub Code Scanning.
Comprehensive guide to integrating uv with Docker, CI/CD, tools, and other systems. ---
```bash helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts helm repo update ```
```bash kubectl cluster-info kubectl get nodes kubectl describe node <node-name> kubectl top nodes kubectl drain <node-name> --ignore-daemonsets kubectl uncordon <node-name> ```
``` Git Repository (desired state) │ Watches ▼ GitOps Agent (Argo CD / Flux) │ Syncs ▼ Kubernetes Cluster (actual state) ```
```yaml name: Build and Deploy on: push: branches: [main]
LiteLLM Proxy provides an MCP Gateway that allows you to use a fixed endpoint for all MCP tools and control MCP access by Key, Team. <Image img={require('../img/mcp_2.png')} style={{width: '100%', display: 'block', margin: '2rem auto'}} /> <p style={{textAlign: 'left', color: '#666'}}> LiteLLM MCP Architecture: Use MCP tools with all LiteLLM supported models </p>
LiteLLM Proxy provides an MCP Gateway that allows you to use a fixed endpoint for all MCP tools and control MCP access by Key, Team. <Image img={require('../img/mcp_2.png')} style={{width: '100%', display: 'block', margin: '2rem auto'}} /> <p style={{textAlign: 'left', color: '#666'}}> LiteLLM MCP Architecture: Use MCP tools with all LiteLLM supported models </p>
LiteLLM Proxy provides an MCP Gateway that allows you to use a fixed endpoint for all MCP tools and control MCP access by Key, Team. <Image img={require('../img/mcp_2.png')} style={{width: '100%', display: 'block', margin: '2rem auto'}} /> <p style={{textAlign: 'left', color: '#666'}}> LiteLLM MCP Architecture: Use MCP tools with all LiteLLM supported models </p>
MCP is an open standard for connecting AI models to external services. Skill Compose uses MCP to extend agent capabilities beyond built-in tools — adding web search, Git operations, URL fetching, and more.
LiteLLM Proxy provides an MCP Gateway that allows you to use a fixed endpoint for all MCP tools and control MCP access by Key, Team. <Image img={require('../img/mcp_2.png')} style={{width: '100%', display: 'block', margin: '2rem auto'}} /> <p style={{textAlign: 'left', color: '#666'}}> LiteLLM MCP Architecture: Use MCP tools with all LiteLLM supported models </p>
Guide to integrating and testing MCP servers with mcpbr, including configuration, environment variables, and common server setups.
MCP (Model Context Protocol) servers allow you to extend Claude's capabilities with custom tools and functions. While the CCProxy API doesn't directly support function calling, you can leverage MCP servers through Claude Code's built-in MCP support.
Starting with version 2.2.0, all environment variables have been renamed from `VOICE_MODE_` prefix to `VOICEMODE_` prefix to reflect the project's new name.
This guide helps migrate your JamAIBase instance from v1 to v2.
This guide provides detailed instructions for migrating Spring MVC applications to Spring Boot, covering all aspects from build configuration to testing.
This guide walks you through configuring LangSmith monitoring for DAIV. LangSmith provides comprehensive observability for your AI agents, including tracing, logging, and performance monitoring. ---
Comprehensive guide to implementing observability, metrics collection, alerting strategies, and dashboard design for IT operations.
<!-- Parent: sf-integration/SKILL.md -->
Expert NestJS backend developer that provides feature implementation, architecture, and best practices. Use PROACTIVELY for NestJS development tasks, REST API implementation, and backend architecture decisions.
Detailed OAuth flow patterns, configuration examples, and implementation guidance for the sf-connected-apps skill. > **Related**: For flow diagrams and curl examples, see [references/oauth-flows.md](../references/oauth-flows.md) ---
> Native OpenTelemetry instrumentation for distributed tracing. FastMCP includes native OpenTelemetry instrumentation for observability. Traces are automatically generated for tool, prompt, resource, and resource template operations, providing visibility into server behavior, request handling, and provider delegation chains.
This document details how sf-data fits into the multi-skill workflow for Salesforce development. ---
**Type**: Evaluative **Executor**: LLM **Knowledge**: Control Sets, OWASP References ---
**Type**: Evaluative **Executor**: LLM **Knowledge**: Control Sets, OWASP References ---
**Type**: Evaluative **Executor**: LLM **Knowledge**: Control Sets, OWASP References ---
**Terraform:** ```hcl resource "cloudflare_spectrum_application" "ssh" { zone_id = var.zone_id protocol = "tcp/22"
```typescript // Deploy Cloudflare Managed Ruleset (default) await client.rulesets.create({ zone_id: 'zone_id', kind: 'zone', phase: 'http_request_firewall_managed', name: 'Cloudflare Managed Ruleset', rules: [ { action: 'execute', action_parameters: { id: 'efb7b8c949ac4650a09736fc376e9aee', // Cloudflare Managed // Or: '4814384a9e5d4991b9815dcfc25d2f1f' for OWASP CRS // Or: 'c2e184081120413c86c3ab7e14069605' for Exposed Credentials },
```yaml services: cloudflared: image: cloudflare/cloudflared:latest command: tunnel --no-autoupdate run --token ${TUNNEL_TOKEN} restart: unless-stopped ```
```typescript // Deploy Cloudflare Managed Ruleset (default) await client.rulesets.create({ zone_id: 'zone_id', kind: 'zone', phase: 'http_request_firewall_managed', name: 'Cloudflare Managed Ruleset', rules: [{ action: 'execute', action_parameters: { id: 'efb7b8c949ac4650a09736fc376e9aee', // Cloudflare Managed // Or: '4814384a9e5d4991b9815dcfc25d2f1f' for OWASP CRS // Or: 'c2e184081120413c86c3ab7e14069605' for Exposed Credentials }, expression: 'true
**Terraform:**
```yaml services: cloudflared: image: cloudflare/cloudflared:latest command: tunnel --no-autoupdate run --token ${TUNNEL_TOKEN} restart: unless-stopped ```
```capnp const config :Workerd.Config = ( services = [ (name = "frontend", worker = ( modules = [(name = "index.js", esModule = embed "frontend/index.js")], compatibilityDate = "2024-01-15", bindings = [(name = "API", service = "api")] )), (name = "api", worker = ( modules = [(name = "index.js", esModule = embed "api/index.js")], compatibilityDate = "2024-01-15", bindings = [(name = "DB", service = "postgres"), (name = "CACHE", kvNamespace = "kv"
```capnp const config :Workerd.Config = ( services = [ (name = "frontend", worker = ( modules = [(name = "index.js", esModule = embed "frontend/index.js")], compatibilityDate = "2024-01-15", bindings = [(name = "API", service = "api")] )), (name = "api", worker = ( modules = [(name = "index.js", esModule = embed "api/index.js")], compatibilityDate = "2024-01-15", bindings = [(name = "DB", service = "postgres"), (name = "CACHE", kvNamespace = "kv"
The `plan` command generates a strategic growth plan by feeding your manifest and template data to a "Council of Growth Engineers" -- an LLM system prompt that operates as an elite advisory board focused on first-time user activation.
The `plan` command generates a strategic growth plan by feeding your manifest and template data to a "Council of Growth Engineers" -- an LLM system prompt that operates as an elite advisory board focused on first-time user activation.
- **Added HubSpot integration** — new HubSpot MCP tool with search, get, create, and update operations for contacts, companies, and deals. Includes OAuth2 provider for HubSpot credentials and credential store adapter for the tools layer. - **Replaced web_scrape tool with Playwright + stealth** — swapped httpx/BeautifulSoup for a headless Chromium browser using `playwright` (async API) and `playwright-stealth`, enabling JS-rendered page scraping and bot detection evasion - **Added empty response