Comprehensive SEO and website-quality skill with five workstreams: (1) SEO audit — crawlability, indexation, on-page, Core Web Vitals, content quality, hreflang; (2) AI search optimization (AEO/GEO/LLMO) — getting cited by ChatGPT, Perplexity, and Google AI…
Skills in this repository
TudorAndrei/skills - Page 2
SkillsMP has collected 59 skills from TudorAndrei/skills. Open a skill to review its source and details.
TudorAndrei/skillsShowing 19 of 59 collected skills.
Shrink a bloated git repository by deleting stale branches and stripping large or binary blobs out of history with git-filter-repo. Use whenever a repo is huge or slow to clone, `.git` has ballooned, someone committed large binaries / build caches / model…
Create, edit, migrate, review, debug, and compile Typst (.typ) documents and templates. Use when working with Typst markup, math, citations, bibliography files, figures, tables, page layout, set/show rules, packages, Typst Universe templates, CLI commands…
Initialize worktrunk (https://worktrunk.dev) in a repository — project hooks in .config/wt.toml plus a tmux bridge that opens one session per worktree. Use when the user asks to set up worktrunk or `wt`, wants a tmux session spawned per worktree or per…
Apply Edward Tufte's principles to any data visualization, chart, dashboard, or infographic. Use when the user asks to produce, design, critique, or improve a chart, graph, dashboard, KPI tile, table-with-data, sparkline, small multiple, time series,…
Mike Acton's data-oriented design operating rules - understand the real data first, then design the simplest transformation from the input you actually have to the output you actually need, at a stated cost. Use when designing or reviewing anything…
Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a…
Use this skill for any PostgreSQL database work — table design, indexing, data types, constraints, extensions (pgvector, PostGIS, TimescaleDB), search, and migrations. **Trigger when user asks to:** - Design or modify PostgreSQL tables, schemas, or data…
Diagnose and modernize a running PostgreSQL deployment. Covers evidence-first triage of slow queries, bad plans, locks, connection pressure, autovacuum, bloat, queues, partitioning and large data moves, plus prioritized advice on which extensions (pgvector,…
Initialize hk (https://hk.jdx.dev) git hooks in a repository with mise integration. Use when the user asks to set up hk, add pre-commit hooks via hk, initialize git hooks with mise, or migrate a repo to hk. Adds hk to mise.toml, analyzes the codebase to pick…
Choose and launch the right subagent or external coding agent for delegated work. Use when the user asks to spawn subagents, dispatch work, run parallel agents, compare agent surfaces, select between Cursor Agent (`agent`), Antigravity CLI (`agy`), Codex,…
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or…
Reduce, audit, or explain Docker and OCI container image size without sacrificing a reliable build or runtime. Use whenever a user reports a bloated image, slow image pulls, Dockerfile layer waste, oversized build context, Python package/image bloat,…
Select, explain, implement, refactor to, or review the 23 classic GoF design patterns. Use when a software-design request involves object creation, adapting or composing interfaces, changing behavior, decoupling collaborators, replacing conditionals, or…
Guide dependency updates across any project interactively. Use this skill whenever the user asks to check, update, or bump dependencies — whether in Python, JavaScript, Go, Rust, Ruby, Java, or any other language. This skill detects the package manager,…
Optimize Rust projects for smaller release binaries. Use when Codex is asked to reduce, audit, explain, or configure Rust binary size, including Cargo release profile tuning, strip/LTO/codegen settings, panic strategy tradeoffs, nightly build-std or no_std…
Write a PLAN.md and TODO.md for an implementation task. Use when the user asks to plan a feature, refactor, migration, or any non-trivial change before writing code. Produces a PLAN.md with the implementation design and a TODO.md checklist for tracking…
Create, revise, and review C4 model software architecture diagrams and supporting architecture documentation. Use when Codex needs to describe static software structure with System Context, Container, Component, Code, Deployment, System Landscape, or runtime…
Design, review, or retrofit command-line interfaces for both human users and AI agents. Use when building a new CLI, making an existing CLI agent-safe, adding machine-readable output, schema introspection, dry-run behavior, field selection, input validation,…