freebsd

Provide authoritative FreeBSD system administration guidance from official documentation.

Updated Nov 7, 2024
One-click install
npx skills add https://github.com/patmaddox/lab --skill freebsd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freebsd
Source: https://github.com/patmaddox/lab/tree/main/.claude/skills/freebsd
Command: npx skills add https://github.com/patmaddox/lab --skill freebsd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves technical ambiguity by providing a structured, authoritative path to FreeBSD system administration, kernel internals, and configuration, preventing reliance on outdated or incorrect community advice.

Core Features & Use Cases

  • Tiered Knowledge Retrieval: Prioritizes official man pages and the FreeBSD Handbook before consulting community forums.
  • System Administration Support: Provides precise guidance on ZFS, jails, networking, and system configuration.
  • Use Case: When configuring a new jail or troubleshooting a ZFS pool, this Skill ensures you follow the official documentation and best practices rather than potentially risky community workarounds.

Quick Start

Ask the freebsd skill to explain the syntax and configuration options for the zfs command.

Frequently Asked Questions about freebsd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a FreeBSD jail using official documentation?

To configure a FreeBSD jail, you must follow the official FreeBSD Handbook to set up directory structures, network interfaces, and rc.conf parameters for system isolation. This ensures correct deployment using authoritative parameters rather than risky community workarounds.

What is the best way to troubleshoot a ZFS pool in FreeBSD?

The best way to troubleshoot a ZFS pool is to consult official FreeBSD man pages for the zfs command to verify status and scrub data. Prioritizing official documentation prevents reliance on outdated forum advice when resolving storage pool errors.

How does FreeBSD handle network configuration for system services?

FreeBSD handles network configuration through specific system services managed via rc.conf, with authoritative syntax detailed in the official man pages. Navigating these official resources ensures high-fidelity information retrieval for setting up interfaces and routing.

Can I use community forum guides for FreeBSD kernel internals?

You can use community guides, but navigating official FreeBSD source code and the Handbook is strongly recommended for kernel internals. Prioritizing official resources resolves technical ambiguity and prevents reliance on incorrect community advice for kernel configuration.

Why does my FreeBSD system configuration differ from online tutorials?

Your FreeBSD system configuration might differ because online tutorials often contain outdated or incorrect community advice. Consulting the official FreeBSD Handbook and man pages provides authoritative technical support and ensures high-fidelity information retrieval for accurate setup.