원클릭으로
skills
skills에는 the78mole에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Nuxt 4 + GitHub Pages expertise: create new static blogs or maintain existing ones. Use for: setting up a new Nuxt SSG site on GitHub Pages; troubleshooting CI/CD build failures; migrating @nuxt/content v2→v3 API; fixing SSR/hydration mismatches; managing Tailwind CSS + @nuxtjs/tailwindcss version conflicts; configuring Renovate for safe dependency updates; AdSense consent flow; DSGVO consent banner with nuxt-gtag; favicon SVG setup; debugging npm run generate errors.
Best practices for creating and maintaining Dev Container configurations (.devcontainer/devcontainer.json). Use this when setting up a new devcontainer, adding features to an existing one, or adapting the container to a specific project type (Python/uv, Node.js, embedded/Yocto, Java, Rust, Terraform). Base image is always ubuntu:26.04 unless the project requires otherwise.
Betrieb und Wartung von GitHub Pages Websites (primär Nuxt 4 SSG-Blogs). Verwende diesen Skill für: CI/CD-Workflow verstehen und debuggen; PR-Previews einrichten; Umgebungsvariablen und GitHub Secrets verwalten; statische Redirects (routeRules) konfigurieren; Google Analytics / AdSense integrieren; DSGVO-Consent einrichten; Nuxt Content v3 Schema anpassen; Renovate-PRs beurteilen; Blog-Posts und Seiten erstellen.
Modern Python project setup with uv and pyproject.toml. Use this when creating new Python scripts or projects, adding dependencies, setting up virtual environments, configuring linting/formatting (ruff), or writing GitHub Actions workflows for Python. Always look up the latest package versions on PyPI before pinning.