npx claudepluginhub pluginagentmarketplace/custom-plugin-linux --plugin custom-plugin-linuxThis skill uses the workspace's default tool permissions.
Comprehensive Linux system management including packages, services, and user administration.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Comprehensive Linux system management including packages, services, and user administration.
# Update system
sudo apt update && sudo apt upgrade -y
# Create new user
sudo useradd -m -s /bin/bash newuser
sudo passwd newuser