243 lines
35 KiB
Markdown
243 lines
35 KiB
Markdown
# External AI agent skills — ict-network-technician
|
|
|
|
Proven, publicly available AI agent skills mapped to this occupation.
|
|
Nothing is copied from the sources: every entry is a name, a one-line
|
|
summary and a link to the upstream skill package. Each section names
|
|
its source repository, commit, license and retrieval date.
|
|
|
|
**Tiers:** `core` = the skill directly exercises a top market hard
|
|
skill, tool or method (from gated job-ad evidence) or an essential
|
|
ESCO competence of this occupation; `adjacent` =
|
|
plausibly useful, secondary. Entries are capped at 12 per source
|
|
and 80 in total per occupation (core first,
|
|
strongest matches survive); everything beyond the caps is excluded
|
|
and logged in the pipeline audit trail, not in this package.
|
|
|
|
_Matched deterministically (ISCO group + title/competence keywords,
|
|
tiered against market evidence + ESCO essentials) by
|
|
`pipeline/p5_enrich_ai_skills.py` on 2026-07-14._
|
|
|
|
## Source: anthropics/skills
|
|
|
|
- Repository: [https://github.com/anthropics/skills](https://github.com/anthropics/skills) (commit `f6656c1`, retrieved 2026-07-14)
|
|
- License: Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available — see the LICENSE.txt in the upstream skill folder
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `mcp-builder` | adjacent | Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python … | [source](https://github.com/anthropics/skills/tree/main/skills/mcp-builder) |
|
|
| `skill-creator` | adjacent | Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with … | [source](https://github.com/anthropics/skills/tree/main/skills/skill-creator) |
|
|
| `docx` | adjacent | Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to … | [source](https://github.com/anthropics/skills/tree/main/skills/docx) |
|
|
| `claude-api` | adjacent | Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a … | [source](https://github.com/anthropics/skills/tree/main/skills/claude-api) |
|
|
| `pdf` | adjacent | Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating … | [source](https://github.com/anthropics/skills/tree/main/skills/pdf) |
|
|
| `webapp-testing` | adjacent | Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. | [source](https://github.com/anthropics/skills/tree/main/skills/webapp-testing) |
|
|
|
|
## Source: obra/superpowers
|
|
|
|
- Repository: [https://github.com/obra/superpowers](https://github.com/obra/superpowers) (commit `d884ae0`, retrieved 2026-07-14)
|
|
- License: MIT (c) Jesse Vincent
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `using-git-worktrees` | adjacent | Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback | [source](https://github.com/obra/superpowers/tree/main/skills/using-git-worktrees) |
|
|
| `brainstorming` | adjacent | You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. | [source](https://github.com/obra/superpowers/tree/main/skills/brainstorming) |
|
|
| `receiving-code-review` | adjacent | Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation | [source](https://github.com/obra/superpowers/tree/main/skills/receiving-code-review) |
|
|
| `requesting-code-review` | adjacent | Use when completing tasks, implementing major features, or before merging to verify work meets requirements | [source](https://github.com/obra/superpowers/tree/main/skills/requesting-code-review) |
|
|
| `writing-plans` | adjacent | Use when you have a spec or requirements for a multi-step task, before touching code | [source](https://github.com/obra/superpowers/tree/main/skills/writing-plans) |
|
|
| `writing-skills` | adjacent | Use when creating new skills, editing existing skills, or verifying skills work before deployment | [source](https://github.com/obra/superpowers/tree/main/skills/writing-skills) |
|
|
| `dispatching-parallel-agents` | adjacent | Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies | [source](https://github.com/obra/superpowers/tree/main/skills/dispatching-parallel-agents) |
|
|
| `executing-plans` | adjacent | Use when you have a written implementation plan to execute in a separate session with review checkpoints | [source](https://github.com/obra/superpowers/tree/main/skills/executing-plans) |
|
|
| `finishing-a-development-branch` | adjacent | Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup | [source](https://github.com/obra/superpowers/tree/main/skills/finishing-a-development-branch) |
|
|
| `subagent-driven-development` | adjacent | Use when executing implementation plans with independent tasks in the current session | [source](https://github.com/obra/superpowers/tree/main/skills/subagent-driven-development) |
|
|
| `systematic-debugging` | adjacent | Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes | [source](https://github.com/obra/superpowers/tree/main/skills/systematic-debugging) |
|
|
| `test-driven-development` | adjacent | Use when implementing any feature or bugfix, before writing implementation code | [source](https://github.com/obra/superpowers/tree/main/skills/test-driven-development) |
|
|
|
|
## Source: wshobson/agents
|
|
|
|
- Repository: [https://github.com/wshobson/agents](https://github.com/wshobson/agents) (commit `6fd3247`, retrieved 2026-07-14)
|
|
- License: MIT (c) Seth Hobson
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `k8s-security-policies` | core | Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards. | [source](https://github.com/wshobson/agents/tree/main/plugins/kubernetes-operations/skills/k8s-security-policies) |
|
|
| `linkerd-patterns` | core | Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead. | [source](https://github.com/wshobson/agents/tree/main/plugins/cloud-infrastructure/skills/linkerd-patterns) |
|
|
| `code-documentation-code-reviewer (agent)` | core | Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with … | [source](https://github.com/wshobson/agents/tree/main/plugins/code-documentation/agents/code-reviewer.md) |
|
|
| `code-refactoring-code-reviewer (agent)` | core | Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with … | [source](https://github.com/wshobson/agents/tree/main/plugins/code-refactoring/agents/code-reviewer.md) |
|
|
| `codebase-cleanup-code-reviewer (agent)` | core | Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with … | [source](https://github.com/wshobson/agents/tree/main/plugins/codebase-cleanup/agents/code-reviewer.md) |
|
|
| `comprehensive-review-code-reviewer (agent)` | core | Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with … | [source](https://github.com/wshobson/agents/tree/main/plugins/comprehensive-review/agents/code-reviewer.md) |
|
|
| `git-pr-workflows-code-reviewer (agent)` | core | Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with … | [source](https://github.com/wshobson/agents/tree/main/plugins/git-pr-workflows/agents/code-reviewer.md) |
|
|
| `tdd-workflows-code-reviewer (agent)` | core | Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with … | [source](https://github.com/wshobson/agents/tree/main/plugins/tdd-workflows/agents/code-reviewer.md) |
|
|
| `application-performance-performance-engineer (agent)` | core | Expert performance engineer specializing in modern observability, application optimization, and scalable system performance. Masters OpenTelemetry, distributed tracing, load testing, multi-tier caching, Core Web Vitals, and performance … | [source](https://github.com/wshobson/agents/tree/main/plugins/application-performance/agents/performance-engineer.md) |
|
|
| `grafana-dashboards` | core | Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces. | [source](https://github.com/wshobson/agents/tree/main/plugins/observability-monitoring/skills/grafana-dashboards) |
|
|
| `application-performance-observability-engineer (agent)` | core | Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows. Use PROACTIVELY for monitoring infrastructure, performance … | [source](https://github.com/wshobson/agents/tree/main/plugins/application-performance/agents/observability-engineer.md) |
|
|
| `dependency-management-legacy-modernizer (agent)` | adjacent | Refactor legacy codebases, migrate outdated frameworks, and implement gradual modernization. Handles technical debt, dependency updates, and backward compatibility. Use PROACTIVELY for legacy system updates, framework migrations, or … | [source](https://github.com/wshobson/agents/tree/main/plugins/dependency-management/agents/legacy-modernizer.md) |
|
|
|
|
## Source: a5c-ai/babysitter
|
|
|
|
- Repository: [https://github.com/a5c-ai/babysitter](https://github.com/a5c-ai/babysitter) (commit `44a5d58b`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `embedded-docs` | core | Embedded firmware documentation generation and maintenance using Doxygen and related tools. Expert skill for API documentation, hardware interface documentation, memory maps, and integration with documentation systems. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/embedded-systems/skills/embedded-docs) |
|
|
|
|
## Source: affaan-m/everything-claude-code
|
|
|
|
- Repository: [https://github.com/affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) (commit `ed38744`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `network-config-validation` | core | Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene. | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/network-config-validation) |
|
|
|
|
## Source: alirezarezvani/claude-skills
|
|
|
|
- Repository: [https://github.com/alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills) (commit `0241f43`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `ai-act-readiness` | core | /cs:ai-act-readiness <system> — EU AI Act 6-question forcing interrogation. Use during AI-system intake, before EU deployment, or during annual compliance refresh as Article 113 obligations phase in (2025-02-02 / 2025-08-02 / 2026-08-02 / … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/compliance-os/skills/ai-act-readiness) |
|
|
|
|
## Source: brycewang-stanford/Auto-Empirical-Research-Skills
|
|
|
|
- Repository: [https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills) (commit `85bf545`, retrieved 2026-07-14)
|
|
- License: CC-BY-4.0
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `system-profile` | core | Profile a target (script, process, GPU, memory, interconnect) using external tools and code instrumentation. Produces structured performance reports with actionable recommendations. Use when user says "profile", "benchmark", "bottleneck", … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/42-wanshuiyin-ARIS/skills/system-profile) |
|
|
|
|
## Source: davila7/claude-code-templates
|
|
|
|
- Repository: [https://github.com/davila7/claude-code-templates](https://github.com/davila7/claude-code-templates) (commit `fa79251`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `google-cloud-waf-security` | core | Generates security-focused guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework (WAF). Use to evaluate a workload, identify security requirements, and provide actionable recommendations for IAM, network … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/security/google-cloud-waf-security) |
|
|
| `railway-metrics` | core | Query resource usage metrics for Railway services. Use when user asks about resource usage, CPU, memory, network, disk, or service performance like "how much memory is my service using" or "is my service slow". | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/railway/metrics) |
|
|
|
|
## Source: giuseppe-trisciuoglio/developer-kit
|
|
|
|
- Repository: [https://github.com/giuseppe-trisciuoglio/developer-kit](https://github.com/giuseppe-trisciuoglio/developer-kit) (commit `306f428`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `aws-cloudformation-vpc` | core | Provides AWS CloudFormation patterns for VPC foundations, including subnets, route tables, internet and NAT gateways, endpoints, and reusable outputs. Use when creating a new network baseline, segmenting public and private workloads, or … | [source](https://github.com/giuseppe-trisciuoglio/developer-kit/tree/306f428/plugins/developer-kit-aws/skills/aws-cloudformation/aws-cloudformation-vpc) |
|
|
|
|
## Source: jeffallan/claude-skills
|
|
|
|
- Repository: [https://github.com/jeffallan/claude-skills](https://github.com/jeffallan/claude-skills) (commit `e8be415`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `kubernetes-specialist` | core | Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect … | [source](https://github.com/jeffallan/claude-skills/tree/e8be415/skills/kubernetes-specialist) |
|
|
|
|
## Source: jeremylongshore/claude-code-plugins-plus-skills
|
|
|
|
- Repository: [https://github.com/jeremylongshore/claude-code-plugins-plus-skills](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) (commit `e112938a`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `collecting-infrastructure-metrics` | core | Collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. Use when monitoring system performance or troubleshooting infrastructure issues. Trigger with phrases … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/performance/infrastructure-metrics-collector/skills/collecting-infrastructure-metrics) |
|
|
| `clickhouse-security-basics` | core | Secure ClickHouse with user management, network restrictions, TLS, and audit logging. Use when hardening a ClickHouse deployment, creating restricted users, or configuring network-level access controls. Trigger: "clickhouse security", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/clickhouse-pack/skills/clickhouse-security-basics) |
|
|
| `coreweave-security-basics` | core | Secure CoreWeave deployments with RBAC, network policies, and secrets management. Use when hardening GPU workloads, managing model access, or configuring namespace isolation. Trigger with phrases like "coreweave security", "coreweave … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/coreweave-pack/skills/coreweave-security-basics) |
|
|
| `flyio-security-basics` | core | Apply Fly.io security best practices for secrets management, private networking, TLS certificates, and deploy token scoping. Trigger: "fly.io security", "fly secrets", "fly.io TLS", "fly.io private network". | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/flyio-pack/skills/flyio-security-basics) |
|
|
| `abridge-reference-architecture` | core | Implement Abridge reference architecture for clinical AI integration. Use when designing a new Abridge deployment, reviewing project structure, or planning multi-site health system rollouts with EHR integration. Trigger: "abridge … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-reference-architecture) |
|
|
| `forge-network` | core | Design and build networking infrastructure — VPCs, subnets, DNS, load balancers, firewall rules. Use when asked to "set up networking", "VPC design", "configure DNS", "load balancer setup", "network architecture", or "firewall rules". | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/forge-network) |
|
|
| `oraclecloud-performance-tuning` | core | Optimize OCI compute shapes, block volume tiers, and network throughput. Use when choosing instance shapes, configuring block volume performance, or benchmarking OCI infrastructure. Trigger with "oraclecloud performance", "oci shape … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/oraclecloud-pack/skills/oraclecloud-performance-tuning) |
|
|
| `flyio-reference-architecture` | core | Implement Fly.io reference architecture with multi-region apps, Postgres, Redis, background workers, and private networking. Trigger: "fly.io architecture", "fly.io system design", "fly.io multi-region". | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/flyio-pack/skills/flyio-reference-architecture) |
|
|
| `replit-debug-bundle` | core | Collect Replit diagnostic info for debugging deployments, workspace issues, and support tickets. Use when encountering persistent issues, preparing support tickets, or collecting system state for troubleshooting Replit problems. Trigger … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/replit-pack/skills/replit-debug-bundle) |
|
|
| `langfuse-security-basics` | core | Implement Langfuse security best practices for API keys and data privacy. Use when securing Langfuse integration, protecting API keys, or implementing data privacy controls for LLM observability. Trigger with phrases like "langfuse … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/langfuse-pack/skills/langfuse-security-basics) |
|
|
| `clickhouse-observability` | core | Monitor ClickHouse with Prometheus metrics, Grafana dashboards, system table queries, and alerting for query performance, merge health, and resource usage. Use when setting up ClickHouse monitoring, building Grafana dashboards, or … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/clickhouse-pack/skills/clickhouse-observability) |
|
|
| `configuring-auto-scaling-policies` | core | Configure use when you need to work with auto-scaling. This skill provides auto-scaling configuration with comprehensive guidance and automation. Trigger with phrases like "configure auto-scaling", "set up elastic scaling", or "implement … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/devops/auto-scaling-configurator/skills/configuring-auto-scaling-policies) |
|
|
|
|
## Source: metalbear-co/skills
|
|
|
|
- Repository: [https://github.com/metalbear-co/skills](https://github.com/metalbear-co/skills) (commit `fd788cc`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `mirrord-config` | core | Helps users generate, edit, and validate mirrord.json configuration files for mirrord (MetalBear). Use when the user wants to connect their local process to a Kubernetes environment, configure features (env/fs/network), or needs feedback … | [source](https://github.com/metalbear-co/skills/tree/fd788cc/skills/mirrord-config) |
|
|
|
|
## Source: mhattingpete/claude-skills-marketplace
|
|
|
|
- Repository: [https://github.com/mhattingpete/claude-skills-marketplace](https://github.com/mhattingpete/claude-skills-marketplace) (commit `3fa16a9`, retrieved 2026-07-14)
|
|
- License: Apache-2.0
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `architecture-diagram-creator` | core | Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or … | [source](https://github.com/mhattingpete/claude-skills-marketplace/tree/3fa16a9/visual-documentation-plugin/skills/architecture-diagram-creator) |
|
|
|
|
## Source: mukul975/Anthropic-Cybersecurity-Skills
|
|
|
|
- Repository: [https://github.com/mukul975/Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) (commit `673da1f`, retrieved 2026-07-14)
|
|
- License: Apache-2.0
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `deploying-palo-alto-prisma-access-zero-trust` | core | Deploying Palo Alto Networks Prisma Access for SASE-based zero trust network access using GlobalProtect agents, ZTNA Connectors, security policy enforcement, and integration with Strata Cloud Manager for unified security management. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/deploying-palo-alto-prisma-access-zero-trust) |
|
|
| `performing-kubernetes-etcd-security-assessment` | core | Assess the security posture of Kubernetes etcd clusters by evaluating encryption at rest, TLS configuration, access controls, backup encryption, and network isolation. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-kubernetes-etcd-security-assessment) |
|
|
| `performing-kubernetes-penetration-testing` | core | Kubernetes penetration testing systematically evaluates cluster security by simulating attacker techniques against the API server, kubelet, etcd, pods, RBAC, network policies, and secrets. Using tools | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-kubernetes-penetration-testing) |
|
|
| `configuring-suricata-for-network-monitoring` | core | Deploys and configures Suricata IDS/IPS with Emerging Threats rulesets, EVE JSON logging, and custom rules for real-time network traffic inspection, threat detection, and integration with SIEM platforms for centralized security monitoring. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/configuring-suricata-for-network-monitoring) |
|
|
| `implementing-container-network-policies-with-calico` | core | Enforce Kubernetes network segmentation using Calico CNI network policies and global network policies to control pod-to-pod traffic, restrict egress, and implement zero-trust microsegmentation. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/implementing-container-network-policies-with-calico) |
|
|
| `implementing-kubernetes-network-policy-with-calico` | core | Implement Kubernetes network segmentation using Calico NetworkPolicy and GlobalNetworkPolicy for zero-trust pod-to-pod communication. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/implementing-kubernetes-network-policy-with-calico) |
|
|
| `performing-iot-security-assessment` | core | Performs comprehensive security assessments of IoT devices and their ecosystems by testing hardware interfaces, firmware, network communications, cloud APIs, and companion mobile applications. The tester uses firmware extraction and … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-iot-security-assessment) |
|
|
| `scanning-infrastructure-with-nessus` | core | Tenable Nessus is the industry-leading vulnerability scanner used to identify security weaknesses across network infrastructure including servers, workstations, network devices, and operating systems. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/scanning-infrastructure-with-nessus) |
|
|
| `securing-kubernetes-on-cloud` | core | This skill covers hardening managed Kubernetes clusters on EKS, AKS, and GKE by implementing Pod Security Standards, network policies, workload identity, RBAC scoping, image admission controls, and runtime security monitoring. It addresses … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/securing-kubernetes-on-cloud) |
|
|
| `conducting-wireless-network-penetration-test` | core | Conducts authorized wireless network penetration tests to assess the security of WiFi infrastructure by testing for weak encryption protocols, captive portal bypasses, evil twin attacks, WPA2/WPA3 handshake capture, rogue access point … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/conducting-wireless-network-penetration-test) |
|
|
| `implementing-ebpf-security-monitoring` | core | Implements eBPF-based security monitoring using Cilium Tetragon for real-time process execution tracking, network connection observability, file access auditing, and runtime enforcement. Covers TracingPolicy CRD authoring with … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/implementing-ebpf-security-monitoring) |
|
|
| `implementing-next-generation-firewall-with-palo-alto` | core | Configure and deploy Palo Alto Networks next-generation firewalls with App-ID, User-ID, zone-based policies, SSL decryption, and threat prevention profiles for enterprise network security. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/implementing-next-generation-firewall-with-palo-alto) |
|
|
|
|
## Source: samber/cc-skills-golang
|
|
|
|
- Repository: [https://github.com/samber/cc-skills-golang](https://github.com/samber/cc-skills-golang) (commit `4881c01`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `golang-security` | core | Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, … | [source](https://github.com/samber/cc-skills-golang/tree/4881c01/skills/golang-security) |
|
|
|
|
## Source: secondsky/claude-skills
|
|
|
|
- Repository: [https://github.com/secondsky/claude-skills](https://github.com/secondsky/claude-skills) (commit `c4889f6`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `mobile-app-debugging` | core | Mobile app debugging for iOS, Android, cross-platform frameworks. Use for crashes, memory leaks, performance issues, network problems, or encountering Xcode instruments, Android Profiler, React Native debugger, native bridge errors. | [source](https://github.com/secondsky/claude-skills/tree/c4889f6/plugins/mobile-app-debugging/skills/mobile-app-debugging) |
|
|
| `recommendation-system` | core | Deploy production recommendation systems with feature stores, caching, A/B testing. Use for personalization APIs, low latency serving, or encountering cache invalidation, experiment tracking, quality monitoring issues. | [source](https://github.com/secondsky/claude-skills/tree/c4889f6/plugins/recommendation-system/skills/recommendation-system) |
|
|
|
|
## Source: wanshuiyin/Auto-claude-code-research-in-sleep
|
|
|
|
- Repository: [https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep) (commit `eb5c9d7`, retrieved 2026-07-14)
|
|
- License: MIT
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `system-profile` | core | Profile a target (script, process, GPU, memory, interconnect) for performance analysis. Use when user says \"profile\", \"benchmark\", \"bottleneck\", or wants performance analysis. | [source](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/tree/eb5c9d7/skills/skills-codex/system-profile) |
|
|
|
|
## Source: NVIDIA/skills
|
|
|
|
- Repository: [https://github.com/NVIDIA/skills](https://github.com/NVIDIA/skills) (commit `153b14b`, retrieved 2026-07-14)
|
|
- License: CC-BY-4.0 (skills/docs), Apache-2.0 (code)
|
|
|
|
| Skill | Tier | What it adds | Upstream |
|
|
|---|---|---|---|
|
|
| `aiq-deploy` | adjacent | Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure. | [source](https://github.com/NVIDIA/skills/tree/153b14b/plugins/nvidia-skills/skills/aiq-deploy) |
|
|
| `cuopt-install` | adjacent | Install cuOpt for Python, C, or server via pip, conda, or Docker; verify the install. For building cuOpt from source, see cuopt-developer. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/cuopt-install) |
|
|
| `dynamo-router-starter` | adjacent | Start or patch Dynamo router modes and run router endpoint smoke checks. Use for round-robin, KV-aware, least-loaded, or device-aware routing setup; use recipe-runner for recipe deployment and troubleshoot for failure diagnosis. | [source](https://github.com/NVIDIA/skills/tree/153b14b/plugins/nvidia-skills/skills/dynamo-router-starter) |
|
|
| `holoscan-install-container` | adjacent | Install Holoscan SDK via the NGC Docker container. Use for container-based installs; not for native apt/pip/Conda installs. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/holoscan-install-container) |
|
|
| `mcore-run-on-slurm` | adjacent | How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run, CUDA_DEVICE_MAX_CONNECTIONS rules across hardware and parallelism modes, … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/mcore-run-on-slurm) |
|
|
| `rag-blueprint` | adjacent | NVIDIA RAG Blueprint — deploy, configure, troubleshoot, and manage. Handles any RAG action: deploy, install, start, enable, disable, toggle, change, configure, troubleshoot, debug, fix, shutdown, stop, or tear down any RAG feature or … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/rag-blueprint) |
|
|
| `rag-perf` | adjacent | Performance benchmarking for a deployed NVIDIA RAG Blueprint server: profiling pass + aiperf load test driven by a single YAML config. Not for accuracy / RAGAS scoring (use rag-eval) or for deploying / repairing services (use … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/rag-perf) |
|
|
| `tao-run-on-brev` | adjacent | Brev managed GPU instances with Docker support. Use when running TAO training, evaluation, or inference on Brev GPU instances, managing Brev deployments, or dispatching TAO jobs through the Brev CLI. Trigger phrases include "run on Brev", … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/tao-run-on-brev) |
|
|
| `deepstream-sop` | adjacent | Use this skill when building, deploying, evaluating, debugging, or measuring latency for the DeepStream SOP Inference Microservice — a GPU-accelerated FastAPI service that detects whether operators perform assembly-line steps in order via … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/deepstream-sop) |
|
|
| `dynamo-interconnect-check` | adjacent | Validate that a Dynamo deployment's NIXL/UCX/NCCL interconnect is ready for disaggregated serving over RDMA/NVLink. Use after recipe-runner brings a deployment up (especially disagg/multi-node) to confirm the KV transport is correct; use … | [source](https://github.com/NVIDIA/skills/tree/153b14b/plugins/nvidia-skills/skills/dynamo-interconnect-check) |
|
|
| `dynamo-recipe-runner` | adjacent | Select, validate, patch, and deploy existing NVIDIA Dynamo Kubernetes recipes. Use for model/backend/GPU/deployment-mode recipe bring-up; use router-starter for router-only mode work and troubleshoot for broken deployments. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/dynamo-recipe-runner) |
|
|
| `launch-nemo-rl` | adjacent | Playbook for launching, monitoring, stopping, and debugging NeMo-RL recipes on a Kubernetes cluster via the nrl-k8s CLI. Covers ephemeral vs long-lived RayCluster modes, iterating on runs, and debugging hung or failed training jobs. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/launch-nemo-rl) |
|