wp-plugin-performance

wp-plugin-performance is a skill for Claude Code, Codex from fernandotellado/ai-skills. It costs 55 tokens per session (9,502 once invoked), scanned A, original, GPL-3.0.

A set of development guidelines for building WordPress plugins that use database queries, cached data, hooks, scheduled tasks, AJAX, and REST APIs efficiently.

In plain words
What is it for?
Use it when reviewing or implementing plugin database access, object caching, asset loading, hooks, HTTP requests, WP-Cron jobs, AJAX, and REST endpoints.
Why use it?
It helps developers avoid common design choices that make plugins slow or waste server resources.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when reviewing or implementing plugin database access, object caching, asset loading, hooks, HTTP requests, WP-Cron jobs, AJAX, and REST endpoints.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fernandotellado/ai-skills/wp-plugin-performance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add fernandotellado/ai-skills --skill wp-plugin-performance
Clone the repo
git clone --depth 1 https://github.com/fernandotellado/ai-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wp-plugin-performance

README.md
[![agentmods](https://agentmods.dev/badge/skills/fernandotellado/ai-skills/wp-plugin-performance.svg)](https://agentmods.dev/skills/fernandotellado/ai-skills/wp-plugin-performance)
Your own site
<a href="https://agentmods.dev/skills/fernandotellado/ai-skills/wp-plugin-performance"><img src="https://agentmods.dev/badge/skills/fernandotellado/ai-skills/wp-plugin-performance.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,502 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.09502
Opus 5 $0.00028 $0.04751
Sonnet 5 $0.00011 $0.01900
Haiku 4.5 $0.00006 $0.00950

Measured 8d ago against content hash d5aedf4a7800, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

wp-plugin-performance scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

// * * * * * curl -s https://example.com/wp-cron.php?doing_wp_cron > /dev/null 2>&1
wp-plugin-performance/SKILL.md · 1,214 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 1,214 lines · 55 tokens per session scan A d5aedf4a7800

Subscribe to this mod's changes

wp-plugin-performance is a skill published in the GitHub repository fernandotellado/ai-skills (40 stars, last pushed 8d ago), licensed GPL-3.0. It adds 55 tokens to every session and 9,502 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

encore-go-cache

Cache data in Redis from Encore Go using cache.NewCluster and typed keyspaces from encore.dev/storage/cache. Type-safe key/value access with TTLs, atomic increments, and per-keyspace data shapes.

encoredev/skills · 49 tokens

upstash-ratelimit-js

Rate limiting for serverless and edge apps with the @upstash/ratelimit TypeScript/JavaScript SDK backed by Upstash Redis. Use when adding a rate limiter or throttling to an API route, Next.js middleware, Vercel Edge, Cloudflare Workers, or any HTTP endpoint; returning 429 Too Many Requests; choosing between fixed…

upstash/skills · 177 tokens

wp-redis-object-cache

Configure, audit, troubleshoot, and extend the Redis Object Cache plugin (redis-cache) for WordPress persistent object caching. Covers the wp-content/object-cache.php drop-in, wp redis status|enable|disable|update-dropin, WPREDIS constants, Predis/PhpRedis/Relay client selection, cache groups, selective flush…

Lonsdale201/wp-agent-skills · 101 tokens

fluentcrm-automation-sequence-models

Work with FluentCRM 3.x automation subscriber state and FluentCampaign Pro email sequences. Covers FunnelSubscriber, FunnelSequence, FunnelProcessor, FunnelHelper, FunnelMetric, Pro Sequence, SequenceMail, and SequenceTracker. Use when enrolling a contact into an automation funnel, resuming from a benchmark, reading…

Lonsdale201/wp-agent-skills · 132 tokens

fluentcrm-contact-models

Work with FluentCRM 3.x contact data through the public PHP API and ORM models. Covers Subscriber, Lists, Tag, User, ContactsQuery, createOrUpdate, list/tag attach and detach, custom fields, WP user linking, status protection, and contact hooks. Use when a plugin must create or update a contact, map a WP user, read or…

Lonsdale201/wp-agent-skills · 151 tokens

je-custom-content-types

Builds or audits third-party integrations with JetEngine Custom Content Types (CCT): resolving Factory instances, custom-table fields and service columns, ItemHandler create/update/delete hooks, safe queries, Query Builder, related single posts, REST routes and capability boundaries. Use when a plugin reads or mutates…

Lonsdale201/wp-agent-skills · 111 tokens