Skip to main content
Automattic
GitHub creator profile

Automattic

Repository-level view of 205 collected skills across 49 GitHub repositories.

skills collected
205
repositories
49
updated
Aug 29, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
studio
37 skills · Aug 29, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersWeb & Digital Interface DesignersWeb DevelopersMarket Research Analysts & Marketing Specialists
5 occupation categories · 89% classified
18%share
#02
dn-cli
18 skills · Mar 11, 2026
Network & Computer Systems AdministratorsSoftware DevelopersMarket Research Analysts & Marketing SpecialistsSales Representatives of Services, Except Advertising, Insurance, Financial Services, & Travel
4 occupation categories · 100% classified
8.8%share
#03
wordpress-activitypub
16 skills · Jul 31, 2026
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 100% classified
7.8%share
#04
data-liberation-agent
8 skills · Jun 18, 2026
Software DevelopersWeb DevelopersComputer Systems Analysts
3 occupation categories · 100% classified
3.9%share
#05
build-with-wordpress
8 skills · Jun 15, 2026
Software DevelopersWeb DevelopersWeb & Digital Interface Designers
3 occupation categories · 100% classified
3.9%share
#06
agentic-analytics
8 skills · Aug 10, 2026
Software DevelopersMarket Research Analysts & Marketing SpecialistsNetwork & Computer Systems Administrators
3 occupation categories · 100% classified
3.9%share
#07
wp-calypso
7 skills · Aug 12, 2026
Software Quality Assurance Analysts & TestersSoftware DevelopersInformation Security Analysts
3 occupation categories · 100% classified
3.4%share
#08
build-with-wordpress-codex
7 skills · Jul 2, 2026
Software DevelopersWeb DevelopersSoftware Quality Assurance Analysts & Testers
3 occupation categories · 100% classified
3.4%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

studio-cli
unclassified

Use the Studio CLI to manage local WordPress sites, authentication, and preview sites. Invoke this skill when you need to run Studio CLI commands, manage sites, or troubleshoot site issues.

Aug 29, 2026
block-content
unclassified

Write editable WordPress block markup for local Studio sites, including core/html limits, block-theme layout rules, full-width sections, validation, and skeleton-first page/CSS recipes.

Aug 26, 2026
imagery
unclassified

Generate AI images for a site with generate_images — how to write image specs, pick aspect ratios, place files (theme assets vs media library), and handle failures.

Aug 26, 2026
creating-themes
software-developers

Guidelines for creating new WordPress block themes from scratch — load this before generating theme files

Aug 24, 2026
editing-themes
software-developers

Guidelines for modifying existing WordPress block themes — load this before editing theme files

Aug 24, 2026
plugin-recommendations
unclassified

Choose recommended plugins and plugin-provided blocks for features core WordPress blocks do not cover - ecommerce (WooCommerce), forms and newsletters (Jetpack), online courses and quizzes (Sensei LMS), polls, surveys and ratings (Crowdsignal), spam…

Aug 19, 2026
visual-polish
web-and-digital-interface-designers

Verify and polish a built or redesigned site by diagnosing rendered-DOM issues against intent and fixing them in a planned, batched screenshot-and-fix loop.

Aug 17, 2026
visual-design
web-and-digital-interface-designers

Plan and execute high-quality visual direction for site creation, redesign, layout, typography, color, motion, and visual polish.

Jul 22, 2026
Showing 8 of 37 collected skills.
setup
network-and-computer-systems-administrators

Verify that the dn CLI is installed and configured. Use when the user first installs the domain-names plugin, or when a dn command fails because the CLI is missing or not set up.

Mar 11, 2026
dn-cart
software-developers

View the WordPress.com shopping cart using the dn CLI. Use when the user wants to see what domains are in their cart before checkout. User mode only - not available in partner mode.

Mar 11, 2026
dn-check
market-research-analysts-and-marketing-specialists-131161

Check domain name availability and pricing using the dn CLI. Use when the user wants to know if a domain is available, see domain pricing, or verify multiple domains at once. Supports both partner mode (Domain Services API) and user mode (WordPress.com API).

Mar 11, 2026
dn-checkout
sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

Open WordPress.com checkout in the browser using the dn CLI. Use when the user wants to complete a domain purchase after adding domains to cart. User mode only.

Mar 11, 2026
dn-configure
network-and-computer-systems-administrators

Set up credentials for the dn CLI tool. Use when the user needs to authenticate, switch between partner and user mode, set up API keys, or connect their WordPress.com account via OAuth. Also use when the user mentions "dn configure" or needs to reconfigure…

Mar 11, 2026
dn-contacts-set
network-and-computer-systems-administrators

Update domain contact information (WHOIS contacts) using the dn CLI. Use when the user wants to change owner, admin, tech, or billing contacts for a domain. Partner mode only.

Mar 11, 2026
dn-delete
network-and-computer-systems-administrators

Delete a domain registration using the dn CLI. Use when the user wants to remove or cancel a domain. Shows a confirmation prompt before proceeding. Partner mode only - user mode redirects to WordPress.com.

Mar 11, 2026
dn-dns-get
network-and-computer-systems-administrators

Retrieve DNS records for a domain using the dn CLI. Use when the user wants to view current DNS records (A, AAAA, CNAME, MX, TXT, etc.) for a domain. Partner mode only.

Mar 11, 2026
Showing 8 of 18 collected skills.
integrations
software-developers

Third-party WordPress plugin integration patterns. Use when adding new integrations, debugging compatibility with other plugins, or working with existing integrations.

Jul 31, 2026
code-style
software-developers

PHP coding standards and WordPress patterns for ActivityPub plugin. Use when writing PHP code, creating classes, implementing WordPress hooks, or structuring plugin files.

Jul 7, 2026
release
software-developers

Version management and release processes using Jetpack Changelogger. Use when creating releases, managing changelogs, bumping versions, or preparing patch releases.

Jul 7, 2026
pr
software-developers

INVOKE THIS SKILL before creating any PR to ensure compliance with branch naming, changelog requirements, and reviewer assignment.

Jun 26, 2026
federation
software-developers

ActivityPub protocol specification and federation concepts. Use when working with ActivityPub activities, understanding federation mechanics, implementing protocol features, or debugging federation issues.

Apr 27, 2026
gitattributes
software-developers

Use when auditing or updating .gitattributes export-ignore coverage so dev-only files (lint configs, CI, tests, docs, build tooling) don't ship in the WordPress.org plugin zip. Run before a release, after adding a new top-level file or config, or when a tool…

Apr 22, 2026
gitattributes
software-developers

Use when auditing or updating .gitattributes export-ignore coverage so dev-only files (lint configs, CI, tests, docs, build tooling) don't ship in the WordPress.org plugin zip. Run before a release, after adding a new top-level file or config, or when a tool…

Apr 22, 2026
dev
software-developers

Development workflows for WordPress ActivityPub plugin including wp-env setup, testing commands, linting, and build processes. Use when setting up development environment, running tests, checking code quality, building assets, or working with wp-env.

Feb 16, 2026
Showing 8 of 16 collected skills.
liberate
web-developers

Front door for the whole migration. FIRST routes on input type — a local directory of owned HTML/CSS/JS takes the local carry-to-block-theme path (dispatches liberate-local inline; no platform detection, no network extraction, no path checkpoint), while a URL…

Jun 18, 2026
match-section
web-developers

Reach VISUAL parity for ONE section by guiding AI to apply the captured design data (colors, padding, margins, full-bleed, font sizes, line-heights, families, alignment) to that section's WordPress block markup, then VERIFYING by looking at the source section…

Jun 18, 2026
match-page
software-developers

Orchestrate whole-PAGE visual parity, with a replayable parity log so the work survives a reconstruct. PHASE 0 — if <outputDir>/parity-log.json exists, REPLAY its logged intents onto the current build first (apply + verify each by looking), so prior parity…

Jun 11, 2026
replicate-with-blocks
software-developers

Spec-driven, whole-site block-theme reconstruction for a liberated site. Invokes design-foundations → creating-themes → clustering → spec extraction → generating-patterns (fan-out, per cluster) → assemble → validate → install → design-qa to produce a…

Jun 11, 2026
replicate-theme
software-developers

Parity-first carry-and-scope theme reconstruction — dispatched by `/liberate` after capture. Instead of projecting the source onto editable WordPress blocks (the `replicate-with-blocks` path), it CARRIES the source page near-verbatim and SCOPES the source's…

Jun 8, 2026
creating-themes
software-developers

Guidelines for creating new WordPress block themes from scratch — load this before generating theme files

Jun 7, 2026
diagnose
computer-systems-analysts

Debug failed or low-quality extractions by analyzing logs, probing the source site, and identifying root causes

Jun 7, 2026
editing-themes
software-developers

Guidelines for modifying existing WordPress block themes — load this before editing theme files

Jun 7, 2026
getting-started
software-developers

Walk the user through first-time setup of the agentic-analytics plugin. Use when the user asks how to get started, how to set up the plugin, where to put their credentials, what the plugin can do for them, or any variant of "first run" / "onboarding" / "walk…

Aug 10, 2026
journey-report
market-research-analysts-and-marketing-specialists-131161

Run the Journey Report — how far into the site a visit gets and where it ends. Use when the user asks to run the journey report, asks how deep visitors go, where the site loses people, what route visitors take after landing, which pages or sections have the…

Aug 10, 2026
staircase-report
market-research-analysts-and-marketing-specialists-131161

Run the staircase audience-relationship report for a customer. Use when the user asks to run the staircase report, requests it for a specific site, or asks for an audience-tier or relationship-intelligence report.

Aug 10, 2026
clear-configs
network-and-computer-systems-administrators

Remove the local config files written by first-time setup (bucket.json and the agentic-analytics AWS profile). Leaves the events cache alone. Use when the user wants to start setup over, entered the wrong bucket name, or asks to reset/clear the plugin's…

Jul 24, 2026
identify-employees
software-developers

Detect whether the configured customer's tracker tags employee/internal pageviews via `extra_data`, and if so, save the filter so reports exclude that traffic. Use when the user asks to identify employees, exclude employee traffic, filter internal users, or…

Jul 24, 2026
refresh-cache
software-developers

Blow away the local data cache and rebuild it. Use when the user asks to refresh the cache, rebuild the cache, clear cached data, start clean, recover from a bad pull, or says reports are returning stale or weird-looking numbers. Leaves config alone. Offers…

Jul 24, 2026
update-cache
software-developers

Top up the local data cache with new data, without deleting anything. Use when the user wants to bring the cache up to date, pull the latest days, sync recent data, or top up the cache. The lighter, non-destructive sibling of refresh-cache – offered as an…

Jul 24, 2026
conversions-report
software-developers

Seed for a future standalone conversions report. Currently holds conversion-attribution code lifted out of the staircase report (PR B of the staircase climbing revision); not yet runnable end-to-end. Use when the user asks to build out the standalone…

May 22, 2026
fix-e2e-tests
software-quality-assurance-analysts-and-testers

Given a wp-calypso PR number, identify the failing E2E test(s) in that PR's CI run so they can be fixed. Use when asked to investigate or fix a failing E2E test on a specific PR.

Aug 12, 2026
calypso-security-alerts
information-security-analysts

Provide advisory guidance for scanning Automattic/wp-calypso Dependabot alerts and Dependabot remediation PRs using the public dependency security alerts playbook.

Jun 6, 2026
reader-protocol-pr-review
software-quality-assurance-analysts-and-testers

Use when reviewing PRs that touch the Reader's multi-protocol social surfaces (`client/reader/social/`, `client/reader/atmosphere/`, `client/reader/mastodon/`, `packages/api-core/src/reader-{atmosphere,mastodon}/`,…

May 5, 2026
calypso-react-query-migration
software-developers

Use when editing or migrating Calypso Reader data-fetching code — `client/components/data/query-reader-*` components, `@automattic/data-stores` Reader hooks, or new Reader queries/mutations. Triggers on any work involving `api-core`, `api-queries`,…

May 1, 2026
help-center-ui-test
software-quality-assurance-analysts-and-testers

Run a browser-based UI review of the WordPress.com Help Center across multiple surfaces, looking for visual and behavioral issues. Use when asked to test the Help Center UI.

Mar 20, 2026
image-studio-ui-tests
software-quality-assurance-analysts-and-testers

Run comprehensive UI tests for the Image Studio feature. Covers Media Library entry points, Edit Mode, Generate Mode, Block Editor integration, navigation, and delete. Use when running the full UI smoke test or testing any Image Studio surface.

Mar 4, 2026
dashboard-create-screen
software-developers

Create a new screen in the Multi-site Dashboard with automatic route registration

Jan 14, 2026
design-polish-suite
web-and-digital-interface-designers

The full design glow-up toolkit. Turns forgettable interfaces into something that looks like a real designer touched it. Routes to 6 sub-skills for de-slopifying, typography, spacing, gradients, motion, and adding that one detail people actually remember. Use…

Jun 19, 2026
add-signature-moment
web-and-digital-interface-designers

Add one unforgettable signature detail that gives a site recall, identity, and emotional lift. Use after baseline polish is complete. Inspired by hit-making principles: hook-first thinking, disciplined repetition, emotional clarity, contrast, and ruthless…

Jun 19, 2026
de-slopify-audit
web-and-digital-interface-designers

Scan a site for AI-slop defaults and replace them with premium patterns. Detects generic giveaways (Inter everywhere,

Jun 19, 2026
motion-and-micro-interactions
web-and-digital-interface-designers

Apply the motion language of premium VC-funded sites — specific cubic-bezier easings (not ease-in-out), snappy 75-200ms durations, mechanical press feedback, orchestrated hover deltas, width-animated buttons, mouse-tracking gradients, blur-in reveals,…

Jun 19, 2026
soft-gradient-dreamy
web-and-digital-interface-designers

Apply the warm, atmospheric, multi-layer shadow aesthetic used by premium SaaS sites like Hex, Antimetal, Incident, Outseta, Cohere, and Amplemarket. Warm off-white grounds, tinted shadows that harmonize with theme, multi-stop gradients at deliberate angles,…

Jun 19, 2026
spatial-rhythm-and-whitespace
web-and-digital-interface-designers

Apply the spacing, container, grid, and border-radius rhythm of premium VC-funded sites. Generous 80-160px section padding, intentional non-strict spacing scales (including 20/28/40), deliberate radius architecture (binary 0-or-pill, asymmetric interlocking,…

Jun 19, 2026
typography-that-sells
web-and-digital-interface-designers

Upgrade typography from generic SaaS to premium, authored, high-conviction design. Uses distinct display fonts, lighter body weights, tight negative tracking, mono eyebrows, restrained serif accents, and OpenType details to create typography with taste,…

Jun 19, 2026
Showing 12 of 49 repositories