mister2d
- 8 skills
- 0 followers
- 7 hours ago last updated
- ▌ Crawl4ai · mister2d bundleDeep web crawling toolkit for known URLs or domains. Use for adaptive site crawling (intelligently follows links until confident it has enough information), schema-based structured extraction, and JS-heavy/authenticated pages. Complements hybrid-web-search — use that skill first to find the right entry URL, then use this skill to crawl the site deeply.
- ▌ Tika Analyst · mister2d bundleExpert skill for document intelligence tasks powered by a self-hosted Apache Tika instance. Use this skill whenever the agent needs to: extract text from any file (PDF, DOCX, PPTX, XLSX, email, EPUB, archive, image, video, audio, geospatial, or any other format); detect MIME types or file metadata; recursively unpack compound documents like ZIP archives, EML emails with attachments, or embedded Office OLE objects; run OCR on scanned PDFs or images; detect document language; audit documents for embedded macros; or extract raw embedded assets such as images and charts from Word docs or PDFs. Also trigger for any workflow that needs to triage unknown file types before deciding how to process them, or that needs to feed clean text into a downstream LLM. Always prefer this skill over ad-hoc file parsing — Tika handles 1,400+ MIME types deterministically and Tesseract OCR is included in the deployed full container.
- ▌ Nomad Ops Skill · mister2d bundleComprehensive Nomad cluster operations and administration via the HTTP API. Use when asked to: deploy/run/submit/update/stop/restart/scale Nomad jobs; manage CSI volumes, dynamic host volumes, or storage; inspect allocations, evaluations, deployments, or nodes; configure ACLs, namespaces, quotas, node pools, or sentinel policies; stream logs or exec into tasks; manage variables/secrets, scaling policies, service discovery, or operator tasks (raft, autopilot, snapshots, keyring). Works against any Nomad cluster without hardcoded addresses. First-class support for full job spec (HCL/JSON), CSI volumes, templates, artifacts, and Consul service discovery.
- ▌ Hybrid Web Search · mister2d bundleFast multi-source web research pipeline (SearXNG → BM25 ranking → Crawl4AI → chunk ranking). Use for broad research questions that require searching across the open web. For deep crawling of a specific known domain or site, use the crawl4ai skill after this one surfaces the right entry URL.
- ▌ Nix Flake Architect · mister2d bundleDesigns, scaffolds, debugs, and validates Nix flakes, flake-parts modules, NixOS and home-manager configurations, and nixpkgs overlays. Use when a request mentions flake.nix, flake.lock, nix build, nix develop, nix run, nix flake check, devShells, nixosConfigurations, nixosModules, home-manager, overlays.default, flake-parts, perSystem, or import-tree; when migrating shell.nix or default.nix to a flake; when pinning nixpkgs or wiring inputs.follows; or when a flake evaluates without error but produces empty or missing outputs. Covers flake-parts perSystem merge semantics and its silent-empty-output failure mode, overlays-only library flakes, and evaluation purity. For devenv 2.x development environments use devenv2-environment-generator instead; for migrating a whole NixOS repository to the dendritic pattern use nixos-den-architect.
- ▌ Nixos Den Architect · mister2d bundleNixOS Architect SME for migrating any NixOS flake codebase to the Den (Dendritic Nix) aspect-oriented, context-driven configuration model. Use this skill for ANY of: den migration, dendritic nix, aspect-oriented NixOS config, den flake setup, writing den aspects, converting NixOS modules to aspects, den context pipeline questions, nix-nexus-style migrations, Home Manager unification, guarded forwarding, den schema, den templates, den provides, NixOS platform engineering, HPC NixOS fleet management, or any request that involves den/dendritic patterns even if not stated explicitly. Trigger immediately when the user mentions den, dendritic, aspects, context pipeline, or any phased NixOS migration.
- ▌ Devenv2 Environment Generator · mister2d bundleGenerate complete devenv 2.x (2.2+) development environments from project requirement inputs. Use when a user asks to set up a dev environment, scaffold project tooling, configure local services, or generate devenv.nix / devenv.yaml files. Triggers include: 'set up devenv', 'create dev environment', 'configure local services', 'generate devenv config', 'scaffold environment for [language/framework]', or any request for reproducible development tooling with Nix. Always use this skill — not ad-hoc nix config — when the target toolchain is devenv 2.x.
- ▌ Bump Devenv · mister2d bundleUpdate the devenv environment-generator skill to a newer devenv release. Use when asked to 'bump devenv', 'update the skill to the latest devenv', 'devenv X.Y released — update the skill', 'check if devenv has a new version', or to audit the skill against current devenv docs. Runs a scout/map → audit → scope → parallel write → verify → merge pipeline with fixed report schemas and a written merge gate.