Sudo AI

Sudo AI from Matrixx0070/sudo-ai.

by @matrixx0070 39 skills

Skills in this plugin

39
  1. PDF · matrixx0070 bundle
    PDF task routing and recipes — extract text/tables/images, OCR scans, merge/split/rotate, watermark, passwords, fill forms, generate with reportlab. Condensed from grok's pdf skill; full doc in references/.
    0 repo stars
  2. Eli5 · matrixx0070
    Explain any concept in plain words with one concrete analogy - clear enough for a smart child or a busy outsider, never condescending, never wrong.
    0 repo stars
  3. Tldr · matrixx0070
    Compress long text into a one-line takeaway plus the few points that matter - numbers and meaning-changing caveats preserved, nothing invented.
    0 repo stars
  4. XLSX · matrixx0070 bundle
    Spreadsheet deliverable doctrine — formulas not hardcoded values, zero formula errors via recalc, financial-model color/number conventions, template preservation, openpyxl vs pandas routing. Condensed from grok's xlsx skill; full doc in references/.
    0 repo stars
  5. Ffmpeg · matrixx0070 bundle
    Safety rules and decision logic for media processing with ffmpeg/ffprobe via shell — inspect, convert, trim, merge, resize, compress, extract frames/audio, GIFs, subtitles, overlays. Condensed from grok's ffmpeg skill; full recipes in references/.
    0 repo stars
  6. Imagine · matrixx0070
    Image-generation doctrine for the media.* tools — when to build a visual with code instead of an image model, prompt-craft, reference-first handling of real people, factual grounding, verify-by-reading-back, and cross-image consistency. Ported and adapted from grok's imagine skill.
    0 repo stars
  7. Eng Debug · matrixx0070
    Diagnose and fix a bug through a disciplined reproduce, isolate, diagnose, fix, verify loop driven by evidence and one hypothesis at a time — not guesswork.
    0 repo stars
  8. API Design · matrixx0070 bundle
    Design REST or RPC API endpoints with auth, versioning, error codes, and OpenAPI examples
    0 repo stars
  9. JSON Fixer · matrixx0070 bundle
    Repair malformed JSON — trailing commas, unquoted keys, comments, encoding issues, and structural errors
    0 repo stars
  10. Ssh Tunnel · matrixx0070 bundle
    Set up SSH tunnels for local port forwarding, remote forwarding, and key-based authentication
    0 repo stars
  11. Code Review · matrixx0070 bundle
    Review code for bugs, security vulnerabilities, style problems, and improvement opportunities
    0 repo stars
  12. Deck Design · matrixx0070 bundle
    Visual design doctrine for slide decks — bold content-informed palettes, type pairing, varied layouts, and the assume-there-are-problems QA loop. Condensed from grok's pptx design guidance; pairs with the pptx.* tools. Full doc in references/.
    0 repo stars
  13. Imagemagick · matrixx0070 bundle
    Safety rules and decision logic for image processing with ImageMagick via shell — resize, crop, convert, watermark, composite, annotate, montage, batch. Condensed from grok's imagemagick skill; full recipes in references/.
    0 repo stars
  14. Regex Craft · matrixx0070 bundle
    Build, explain, and test regular expressions for any language or use case
    0 repo stars
  15. Test Writer · matrixx0070 bundle
    Write unit and integration tests using Jest, Vitest, or pytest with proper mocking and coverage
    0 repo stars
  16. Tls Certbot · matrixx0070 bundle
    Obtain and renew TLS certificates with Certbot and Let's Encrypt for nginx or standalone servers
    0 repo stars
  17. Email Polish · matrixx0070
    Rewrite a blunt or rough email draft into a warm, friendly-but-professional version - tone and clarity improved, intent, facts, names, dates, and requests preserved exactly.
    0 repo stars
  18. Git Workflow · matrixx0070 bundle
    Branch, commit, merge, and release using Git best practices including conventional commits and rebase workflow
    0 repo stars
  19. Nginx Config · matrixx0070 bundle
    Write nginx server blocks for reverse proxies, static sites, HTTPS termination, and security hardening
    0 repo stars
  20. Meeting Notes · matrixx0070
    Turn a raw transcript or scribble into decisions, action items with owners and dates, and open questions - so nothing agreed in the room evaporates afterwards.
    0 repo stars
  21. Pm2 Ecosystem · matrixx0070 bundle
    Write pm2 ecosystem config files for Node.js process management with clustering, env vars, and log rotation
    0 repo stars
  22. Docker Compose · matrixx0070 bundle
    Scaffold docker-compose.yml files for common application stacks with volumes, networks, and health checks
    0 repo stars
  23. Email Composer · matrixx0070 bundle
    Draft professional emails — requests, follow-ups, declines, announcements, and escalations
    0 repo stars
  24. Writing Editor · matrixx0070 bundle
    Improve clarity, concision, and flow of any prose — technical docs, blog posts, or business writing
    0 repo stars
  25. AI Agent Design · matrixx0070
    Design a tool-using LLM agent with clean tool schemas, a control loop, explicit stop conditions, and guardrails.
    0 repo stars
  26. AI Eval Harness · matrixx0070
    Build an eval suite for an LLM feature with datasets, graders, and regression gates that block bad releases.
    0 repo stars
  27. Cron Expression · matrixx0070 bundle
    Translate human-readable schedules into cron expressions and explain existing cron syntax
    0 repo stars
  28. Systemd Service · matrixx0070 bundle
    Write systemd unit files to manage long-running services with proper sandboxing, restarts, and logging
    0 repo stars
  29. Debug Stacktrace · matrixx0070 bundle
    Parse stack traces and error messages to identify root cause and suggest fixes
    0 repo stars
  30. Linux User Perms · matrixx0070 bundle
    Manage Linux users, groups, sudo access, file permissions, and ownership
    0 repo stars
  31. Sec Secrets Scan · matrixx0070
    Scan a repository, its git history, and logs for leaked secrets and produce a credential rotation runbook.
    0 repo stars
  32. Sec Threat Model · matrixx0070
    Build a STRIDE-based threat model and attack-surface map for a feature or system so risks can be mitigated before they ship.
    0 repo stars
  33. Sec Access Review · matrixx0070
    Run a periodic least-privilege access review that finds stale accounts, over-provisioning, and role drift, with owner attestation.
    0 repo stars
  34. SQL Query Builder · matrixx0070 bundle
    Write safe, performant SQL queries with parameterization, joins, and indexing guidance
    0 repo stars
  35. Markdown Formatter · matrixx0070 bundle
    Clean up and standardize markdown files — fix headings, lists, code blocks, and spacing
    0 repo stars
  36. Eng Deploy Checklist · matrixx0070
    Run a pre-deploy verification covering code readiness, migrations, flags, config, observability, and a tested rollback before promoting to a shared environment.
    0 repo stars
  37. Sec Dependency Audit · matrixx0070
    Audit direct and transitive dependencies for known CVEs and produce a prioritized, reachability-aware remediation plan.
    0 repo stars
  38. Sec Incident Response · matrixx0070
    Drive a security incident through triage, contain, eradicate, recover, and blameless postmortem while preserving evidence.
    0 repo stars
  39. Sec Hardening Checklist · matrixx0070
    Produce a CIS-style server and application hardening checklist with evidence and prioritized, exposure-ranked fixes.
    0 repo stars