agent-browser-automatiโฆ
Automate browser interactions for development testing using Puppeteer MCP
Load essential Fedora Linux knowledge for daily system usage
How it fires
How this command gets triggered: by you, by Claude, or both.
/fedora-basicsContext preview
What this command does when you run it.
Load essential Fedora Linux knowledge for daily system usage
allowed-tools: Read, Bash(cat:*), Bash(echo:*) name: "Fedora Basics" description: "Load essential Fedora Linux knowledge for daily system usage" author: "wcygan" tags: ["context"] version: "1.0.0" created_at: "2025-07-14T00:00:00Z" updated_at: "2025-07-14T00:00:00Z"
IF the system is not Fedora: PRINT "This command is designed for Fedora Linux systems." EXIT
PRINT "๐ Loading Fedora Linux Essentials..."
**Essential Fedora Commands Reference:**
# Update system sudo dnf update # Search for packages dnf search [package_name] # Install package sudo dnf install [package_name] # Remove package sudo dnf remove [package_name] # Show package info dnf info [package_name] # List installed packages dnf list installed # Clean cache sudo dnf clean all
# Start/stop/restart service sudo systemctl start|stop|restart [service_name] # Enable/disable service at boot sudo systemctl enable|disable [service_name] # Check service status systemctl status [service_name] # List all services systemctl list-units --type=service
# System info hostnamectl # Disk usage df -h # Memory usage free -h # Running processes top
# View system logs journalctl # Follow logs in real-time journalctl -f # View logs for specific service journalctl -u [service_name] # View boot messages journalctl -b
# Show network interfaces ip addr # Show network connections ss -tulpn # Test connectivity ping [hostname] # DNS lookup nslookup [hostname]
# Change file permissions chmod [permissions] [file] # Change file ownership chown [user]:[group] [file] # Check SELinux status getenforce # View SELinux contexts ls -Z # Restore SELinux contexts sudo restorecon -Rv [path]
# Add user sudo useradd [username] # Set password sudo passwd [username] # Add user to group sudo usermod -aG [group] [username] # Switch user su - [username]
# Check firewall status sudo firewall-cmd --state # List allowed services sudo firewall-cmd --list-services # Add service sudo firewall-cmd --add-service=[service] --permanent sudo firewall-cmd --reload # Add port sudo firewall-cmd --add-port=[port]/tcp --permanent sudo firewall-cmd --reload
PRINT "โ Fedora essentials loaded! Use these commands for daily system management." PRINT "๐ก For detailed help on any command, use: man [command_name]"
A lightweight (~46kB) and comprehensive CLI tool for managing Claude commands, configurations, and workflows.
Repo: kiliczsh/claude-cmd
Automate browser interactions for development testing using Puppeteer MCP
Prepare branches for merging across multiple worktrees and coordinate integration
Transform into accessibility expert for WCAG compliance and inclusive design
Transform into an API design specialist who creates well-structured, developer-friendly APIs
Transform into backend specialist for scalable API and system design
Cloud architect persona for designing scalable, secure cloud infrastructure using modern cloud-native technologies