claudeindex
Marketplace

lehnert-claude-skills

Lehnert's personal Claude skill shop – software planning, development, Linux & sysadmin, and pentesting.

Stars

0

Forks

0

Plugins

26

Installation

1

Add the marketplace

/plugin marketplace add chfle/lehnert-claude-skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

26

Plugins

0

Skills

0

Agents

Last Crawled

March 15, 2026

Plugins

Plugin

linux-shell-scriptor

Generates production-ready bash scripts for any Linux task from a plain English description — backups, monitoring, deployment, cron jobs, health checks, database maintenance.

Plugin

linux-config-auditor

Audits Linux config files (nginx, Apache, sshd, systemd units, iptables, nftables, fail2ban, sudoers, sysctl, pg_hba.conf, my.cnf, redis.conf) for security issues, misconfigurations, and performance gaps.

Plugin

docker-compose-writer

Generates or optimizes docker-compose.yml for any self-hosted app or cloud replacement (Google Photos→Immich, Gmail→Mailcow, ChatGPT→Ollama) — full stacks with health checks, named volumes, and .env setup.

Plugin

linux-security-hardener

Generates a complete Linux server hardening plan with ready-to-apply scripts and configs covering SSH, firewall, fail2ban, sysctl, auditd, and user security.

Plugin

linux-log-analyzer

Analyzes Linux log files (auth.log, syslog, nginx, Apache, journalctl, Docker, fail2ban) for errors, security threats, brute force attacks, crashes, and anomalies.

Plugin

linux-monitoring-setup

Sets up a complete monitoring stack (Prometheus, Grafana, Node Exporter, Loki, Alertmanager, Uptime Kuma, Netdata) for any Linux server, Docker host, or application.

Plugin

linux-network-configurer

Configures Linux networking — static IP, routing, VLANs, bonding, bridges, WireGuard, OpenVPN, iptables, nftables, firewalld, DNS, and network troubleshooting.

Plugin

linux-backup-restore

Designs and generates complete Linux backup solutions using restic, BorgBackup, rsync, or tar — with encryption, encryption key management, remote storage, retention policies, database backups, Docker volume backups, and restore procedures.

Plugin

linux-systemd-manager

Creates, debugs, and hardens systemd service, timer, socket, path, and mount units — with sandboxing, resource limits, restart policies, and timer scheduling.

Plugin

linux-cron-manager

Generates production-ready cron jobs with /etc/cron.d/ entries and wrapper scripts featuring flock locking, logging, log rotation, and failure alerting.

Plugin

linux-selinux-helper

Diagnoses and fixes SELinux denials — file context relabeling, boolean toggles, port labeling, and custom policy modules. Never suggests disabling SELinux.

Plugin

linux-performance-tuner

Profiles a Linux system and generates tuned sysctl, CPU governor, I/O scheduler, and workload-specific configs for web, database, networking, HPC, or general workloads.

Plugin

linux-vuln-scanner

Generates vulnerability scan scripts for Linux servers, Docker containers, and web apps using Trivy (CVE), nmap (ports), testssl.sh (TLS), and Nikto (web) — for authorized security assessments only.

Plugin

skill-shop-manager

Manages this skill shop – lists all skills, recommends the right one for any task, and creates new skills on demand.

Plugin

sw-idea-analyzer

Analyzes software ideas for feasibility, target audience, core features, technical complexity, risks, and MVP scope – pure planning, no code generation.

Plugin

sw-diagram-creator

Generates ready-to-copy Mermaid, PlantUML, and ASCII diagrams from any software description, idea, or sw-idea-analyzer output.

Plugin

sw-user-story-creator

Generates a complete user story document with acceptance criteria and priorities from requirements/vision.md or any software description.

Plugin

sw-use-case-creator

Generates a complete use case document with actors, flows, exceptions, and acceptance criteria from user-stories.md, vision.md, or any software description.

Plugin

sw-tech-stack-planner

Recommends the best modern tech stack and generates requirements/tech-stack.yaml with Docker-first setup, Testcontainers, and full rationale.

Plugin

sw-use-case-coder

Generates production-ready code for selected use cases (UC-01, US-03, all MVP) from tech-stack.yaml and use-cases.md — writes files directly into workspace root.

Plugin

sw-boilerplate

Scaffolds a complete project from tech-stack.yaml into the workspace root — root configs, source structure, database files, Docker, and UI foundation in one command.

Plugin

sw-boilerplate-structure

Creates the source code skeleton (entry points, modules, controllers) from tech-stack.yaml.

Plugin

sw-boilerplate-root

Creates root-level project config files (package.json, tsconfig.json, pom.xml, .gitignore etc.) from tech-stack.yaml.

Plugin

sw-boilerplate-db

Creates database and ORM foundation files (Prisma schema, Flyway migration, SQLAlchemy setup) from tech-stack.yaml.

Plugin

sw-boilerplate-docker

Creates Docker infrastructure files (docker-compose.yml, Dockerfiles, .dockerignore, Traefik config) from tech-stack.yaml.

Plugin

sw-boilerplate-ui

Creates UI foundation files (Tailwind config, shadcn/ui setup, global styles, layout components) from tech-stack.yaml.