Complete reference for all slash commands and skills on linuxserver.lan
Commands are single markdown files invoked with /command-name. Skills are directory-based workflows with SKILL.md + resources, invoked explicitly or triggered automatically by keywords. Both are organized across three sources: user-level (global), project-level (infrastructure-specific), and external (Jeffallan's claude-skills collection).
Single-file markdown prompts invoked with /command-name
Quick debug issue resolution checklist. Structured 6-phase approach: enable logging, reproduce, analyze, plan, validate, cleanup.
/cdebug
Comprehensive systematic IT issue resolution protocol. Full 7-phase methodology with deployment protocols and communication guidelines.
/cdebug detail
Quick debug rollback checklist. Revert debug configurations back to production settings after troubleshooting is complete.
/cundebug
Comprehensive debug rollback protocol. Detailed 8-phase process for reverting all debug configurations with service-specific instructions.
/cundebug detail
Save session notes to CLAUDE.md files before exiting. Scans all changed projects, updates documentation, commits, and displays exit summary.
/cexit
Save complete session summary to OpenMemory before exiting. Captures work completed, system changes, outstanding items, and key insights via MCP.
/cexit
Validate CLAUDE.md file quality in current project. Checks structure, content, references, security, and best practices with graded scoring.
/cvalidate-claude
CLAUDE.md drift checker. Detects differences between documentation and actual deployment reality — URLs, networks, ports, container status, technologies.
/cvalidate-deploy
Analyze current context and save proven facts, lessons learned, and decisions to OpenMemory (mem0). Captures experiential knowledge, not documentation.
/cmemory
Regenerate the Claude Code customization knowledge base summary. Scans all skills, commands, hooks, and agents and writes a fresh summary.
/cupdateknowledge
Switch Claude's working context to a specific project. Changes directory, displays project status, loads CLAUDE.md context.
/cprojectswitch {project}
Comprehensive project health check. Validates containers, networks, configuration, SSL certificates, and dependencies with overall health score.
/cproject-health
Surface and validate Claude's hidden assumptions about the project for user confirmation. Prevents misaligned work based on incorrect premises.
/common-ground [--list] [--check] [--graph]
Requirements gathering workflow for understanding existing codebases. Three sub-commands for documentation, system analysis, and behavior capture.
/intake:document-codebase [dir]/intake:create-system-description [dir]/intake:capture-behavior [dir]
Directory-based workflows with SKILL.md + resources, created for this infrastructure
AI Board Review workflow for solution design. Dispatches to Claude, Gemini, and Codex for independent analysis, then synthesizes a final solution with optional critique loop.
/createsolution [--skip-critique] {ask}
AI Board Review workflow for implementation planning. Multi-AI planning with agent assignments, phase breakdown, grey areas, and executive presentation.
/createplan {descriptor}
AI Board Review workflow for critical evaluation. Compares existing solutions against industry best practices with simplicity focus and devil's advocate pass.
/createreview {descriptor}
Bridge planning to execution. Creates GitLab project and board from /createsolution and /createplan artifacts with trackable cards for phases, tasks, and decisions.
/executeplan [{group}/]{descriptor}
GitLab repository management, issues, merge requests, and CI/CD operations for gitlab.ai-servicers.com. Auto-triggered for repository and pipeline operations.
gitlab, repository, merge request, pipeline
GitLab issue board management with checkbox-based workflows. Supports decision, info, and feature issues with proper structure, labels, and PHASE cards.
/gitlab-board {project} [target]
Secrets management, security hardening, access control, vulnerability management, and incident response for linuxserver.lan. Absorbed content from Jeffallan's secure-code-guardian and security-reviewer skills.
credentials, secrets, security audit
AI-to-AI communication via two methods: file sharing via MinIO aichat-files bucket and synchronous MCP Review Board dispatch to Gemini, Codex, or Claude.
peer review, aichat, respond to, ask gemini/codex
Observability stack management: Loki, Promtail, Grafana, Netdata, Dozzle, and TimescaleDB. Log queries, dashboard setup, and monitoring configuration.
check logs, monitoring, observability
Validates resource names against established naming standards BEFORE creation. Enforces consistent lowercase, hyphenation, and pattern compliance.
install, create, deploy, set up, add
Generate CLAUDE.md documentation files for projects. Creates structured project context files following established conventions.
generate CLAUDE.md
Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment.
architecture diagram, system overview
Guide for creating or updating Claude Code skills. Generates SKILL.md with proper structure, triggers, workflows, and constraints.
create skill, new skill
Systematic debugging methodology for linuxserver.lan infrastructure. Service-specific diagnostic procedures, log analysis, and common problem resolution.
debug, troubleshoot, unexpected behavior, errors
Create production-ready frontend interfaces with matched real photos (Unsplash/Pexels) or custom image-generation prompts. Zero AI slop, zero fake URLs.
create frontend, design interface, build UI
Memory persistence via OpenMemory (mem0). Search, store, and retrieve knowledge across sessions using MCP integration.
remember, memory
Available from ~/projects/.claude/skills/ — specific to linuxserver.lan infrastructure
Docker deployment with OAuth2 authentication, Traefik integration, environment configuration, and post-deployment verification.
deploy service, install, set up
Traefik routing configuration: HTTP/HTTPS routing, TCP routing, SSL/TLS certificate management, middleware, and troubleshooting.
Traefik configuration, routing, SSL
Keycloak OIDC client setup for new applications. Covers automated and manual client creation, OAuth2 Proxy vs Direct OIDC patterns.
Keycloak operations, OIDC client
Docker network architecture, port mappings, DNS setup, firewall rules, and security isolation for linuxserver.lan.
network configuration, port mapping, DNS
PostgreSQL database creation, user management, connection configuration, pooling, security, and monitoring for linuxserver.lan apps.
database operations, PostgreSQL setup
Deploy static websites under nginx.ai-servicers.com. Handles directory creation, location blocks, landing page links, and deploy.sh execution.
deploy site, static site, host HTML
5 curated skills from github.com/Jeffallan/claude-skills (MIT license) — 11 removed (no value over existing ecosystem)
Author: Jeffallan | Repository: github.com/Jeffallan/claude-skills | License: MIT
Installed Version: 0.4.5 | Last Updated: 2026-02-08 | Kept: 5 of 65 | Removed: 11 (generic/wrong stack)
Update Script: ~/projects/devscripts/updatelibs/jeffallanupdate.sh
Metadata: ~/.claude/skills/jeffallan/VERSION
Feature definition, requirements gathering, user stories, and EARS format specifications. Use for defining new features and writing specifications.
Legacy analysis and code archaeology. Understand undocumented systems, extract specifications from implementations, and create documentation for existing code.
Python 3.11+ applications with type safety, async programming, and production-grade patterns. Type hints, pytest, async/await, dataclasses, mypy.
TypeScript with advanced type systems, generics, and full-stack type safety. Type guards, utility types, tRPC integration, monorepo setup.
PostgreSQL optimization and advanced features. EXPLAIN analysis, JSONB operations, extensions, VACUUM tuning, replication, and performance monitoring.
| Aspect | Commands | Skills |
|---|---|---|
| Structure | Single .md file | Directory with SKILL.md + resources |
| Location | ~/.claude/commands/ or ~/projects/.claude/commands/ | ~/.claude/skills/ or ~/projects/.claude/skills/ |
| Invocation | /command-name (explicit only) |
/skill-name or auto-trigger on keywords |
| Resources | Prompt text only | Can include scripts, templates, references |
| Proactive | No — must be explicitly invoked | Yes — can fire automatically on keywords |
| Complexity | Simple, focused prompts | Complex multi-step workflows |
| Best For | Checklists, quick references, session tasks | Multi-step workflows, integrations, proactive features |
| Source | Location | Commands | Skills | Total |
|---|---|---|---|---|
| User-Level (Local) | ~/.claude/ |
7 | 16 | 23 |
| Project-Level (Local) | ~/projects/.claude/ |
5 | 6 | 11 |
| External (Jeffallan) | ~/.claude/ (flat) |
2 | 5 | 7 |
| Total | 14 | 27 | 41 |