Skill Claude CodeCodex
Audit the full stack of context that loads into an AI agent session and identify redundancy, ambiguity, conflicts, effectiveness issues, and stale cross-references. Optionally apply fixes.
Skill Claude CodeCodex
Audit the full stack of context that loads into an AI agent session and identify redundancy, ambiguity, conflicts, effectiveness issues, and stale cross-references. Optionally apply fixes.
Skill Claude CodeCodex
Assess the health and maturity of an AgentFS workspace through three layers of progressively deeper verification.
Skill Claude CodeCodex
Create and manage named agent profiles for multi-agent collaboration within a DotAgents PROJECT scope setup.
Skill Claude CodeCodex
Semantic alignment check for /.agents/README.md against the actual state of the AgentFS USER scope. Designed to complement the deterministic README staleness check in pre-push-scan.sh.
Skill Claude CodeCodex
Scaffold the .agents/ directory tree and seed foundational files for AgentFS — a layered, agent-agnostic context structure that works across AI coding agents.
Skill Claude CodeCodex
Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and…
Skill Claude CodeCodex
Generate a bash completion script for any CLI command by discovering its full subcommand tree and options, then building and validating a completion script.
Skill Claude CodeCodex
Clone the aap-demo repository and safely configure it for deployment on an existing OpenShift Local (CRC) cluster — without disrupting CRC's preset, resource allocations, or other settings.
Skill Claude CodeCodex
Install two wrapper commands (crcstart and crcstop) into /.local/bin/ for managing OpenShift Local (CRC). These replace the built-in crc start and crc stop commands with more reliable alternatives.
Skill Claude CodeCodex
Install the Red Hat OpenShift Cluster Observability Operator (COO) on an OpenShift Local (CRC) cluster and enable Perses dashboards and incident detection via the monitoring UIPlugin.
Skill Claude CodeCodex
Operational procedures for starting, stopping, and maintaining the OpenShift Local (CRC) cluster. This skill defines the correct workflow for using the custom crcstart and crcstop wrapper scripts, and provides a disk cleanup procedure to reclaim space inside the CRC VM when container image layers, journal logs, and…
Skill Claude CodeCodex
Deploy the nad-console-plugin — a pre-built OpenShift Console Dynamic Plugin that sets the KUBEVIRTDYNAMIC flag when the NetworkAttachmentDefinition CRD exists, causing the built-in networking-console-plugin to show the NAD nav item natively.
Skill Claude CodeCodex
Install the NMState Operator on OpenShift Local (CRC) and verify that the console plugin and networking menu items are working correctly.
Skill Claude CodeCodex
Install the Network Observability Operator on an OpenShift Local (CRC) cluster with demo Loki for full flow log and topology support, and enable all non-Tech-Preview eBPF features.
Skill Claude CodeCodex
Install OpenShift Lightspeed on an OpenShift Local (CRC) cluster, configure one or more LLM providers, switch between them, and apply CRC-specific tunings.
Skill Claude CodeCodex
Set up OVN-Kubernetes FRR shared BGP backend and MetalLB Operator integration on an OpenShift Local (CRC) cluster. This skill re-establishes the full OVN-FRR and MetalLB integration after a crc delete && crc start cycle.
Skill Claude CodeCodex
Apply post-setup configuration to an OpenShift Local (CRC) cluster. This skill combines all one-time tuning that must be re-applied after every crc delete && crc start cycle.
Skill Claude CodeCodex
Check the status of the OpenShift Local (CRC) cluster and remove the default caution banner from the OpenShift web console if it exists.
Skill Claude CodeCodex
Set up DeepSeek Harness to use a local LiteLLM proxy as a custom OpenAI-compatible provider. This writes the provider configuration to DSH's settings.yaml so the Claude models served by LiteLLM (via Vertex AI) are available as model routes in the DSH WebUI.
Skill Claude CodeCodex
Install and manage DeepSeek Harness (dsh) as a locally-installed agent harness with a dedicated Chrome app-mode launcher and GNOME .desktop integration. DSH is a WebUI-based agent harness where everything is a plugin, powered by Cordis.
Skill Claude CodeCodex
Audit and fix StartupWMClass mismatches in .desktop files for Electron apps on Fedora/GNOME/Wayland. When StartupWMClass is missing or uses the wrong case, GNOME cannot match a running window to its pinned launcher icon, causing a duplicate generic icon to appear on the taskbar (Window List) or dock. This skill…
Skill Claude CodeCodex
Configure systemd-resolved to serve stale (expired) DNS cache entries when upstream DNS servers are unreachable, preventing 30+ second hangs in terminals and shells caused by DNS resolution timeouts.
Skill Claude CodeCodex
Diagnoses and guides remediation of slow boot caused by NetworkManager-wait-online.service blocking the systemd boot sequence. This service waits for ALL auto-connected network interfaces to finish activating before releasing network-online.target — which delays everything downstream (VPN clients, log forwarders, and…
Skill Claude CodeCodex
Fixes the Obsidian Snap's broken "Open folder as vault" button on Fedora running GNOME/Wayland. The button appears to do nothing when clicked — no file picker dialog appears and no error is shown to the user. The root cause is a portal authentication failure between the Snap's Electron process and xdg-desktop-portal.…