By lutencjusz
Obsługa serwera VPS Mikrus: komendy przez SSH, transfer plików (SCP) i operacje przez API mikr.us.
Use when performing Mikrus operations through the API (api.mikr.us) — server info, stats, ports, database credentials, logs, restart, amfetamina boost, quick exec, cloud, or assigning a domain. Triggers: "info o serwerze mikrus", "statystyki mikrus", "restart przez API", "dane do bazy mikrus", "porty mikrus", "amfetamina", "logi mikrus", "dodaj domenę".
Use when transferring files to or from the Mikrus VPS over SCP — uploading a file/directory to the server or downloading from it. Triggers: "wyślij plik na Mikrusa", "pobierz plik z serwera", "skopiuj katalog na mikrus".
Use when configuring the Mikrus VPS connection or testing it — creating ~/.mikrus/config.json, computing the SSH port from the machine number, or verifying that API and SSH work. Triggers: "skonfiguruj Mikrus", "połącz z Mikrusem", "sprawdź połączenie z serwerem", "test mikrus".
Use when running shell commands on the Mikrus VPS over SSH — checking status, inspecting files/logs, managing services or packages on the server. Triggers: "wykonaj na Mikrusie", "uruchom komendę na serwerze", "sprawdź df -h na mikrusie", "restartuj usługę na serwerze".
mikrusClaude Code skills for managing the Mikrus VPS: commands over SSH, file transfer (SCP) and operations through the api.mikr.us API.
~/.mikrus/config.json).Install through the Claude Code plugin marketplace:
/plugin marketplace add lutencjusz/mikrus-plugin
/plugin install mikrus@mikrus-plugin
The skills import the shared PowerShell module via $env:CLAUDE_PLUGIN_ROOT, so the plugin works from any project regardless of where Claude Code installs it — nothing has to be wired up by hand.
pwsh), OpenSSH (ssh/scp), curl.Run the mikrus-setup skill, which creates ~/.mikrus/config.json (on Windows %USERPROFILE%\.mikrus\config.json). See config.example.json:
{
"srv": "a123",
"host": "srvXX.mikr.us",
"sshPort": 10123,
"user": "root",
"identityFile": "~/.ssh/mikrus_ed25519",
"apiKey": "xxxxxxxxxxxxxxxx",
"apiBase": "https://api.mikr.us"
}
sshPort = 10000 + machine number.
config.json or keys — .gitignore protects them in this repo, but the configuration file lives outside the repo anyway (~/.mikrus)./db API and the apiKey are sensitive — do not expose them in logs/responses.pwsh -NoProfile -Command "Invoke-Pester -Path tests/mikrus.Tests.ps1 -Output Detailed"
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Obsługa hostingu home.pl: komendy przez SSH, transfer plików SFTP i poczta IMAP/SMTP.
Listy zakupów Listonic w Claude Code: odczyt/edycja list, własna historia zakupów i ranking popularnych produktów. Skille + backend CLI w Pythonie.
Skrzynka Gmail przez IMAP/SMTP: odczyt/wyszukiwanie, wysyłka i drafty.
Obsługa Google NotebookLM z Claude Code: zarządzanie notebookami, dodawanie źródeł, pytania z cytatami i pobieranie transkryptów (backend CLI notebooklm-py).
npx claudepluginhub lutencjusz/mikrus-plugin --plugin mikrusComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code