custom-post-type-architect

custom-post-type-architect is a skill for Claude Code from respira-press/agent-skills-wordpress. It costs 71 tokens per session (1,991 once invoked), scanned A, original, MIT.

A WordPress content-structure builder for creating custom post types, which are separate kinds of content such as case studies or podcast episodes. It also sets up categories or tags, custom fields, sample entries, and a template suggestion.

In plain words
What is it for?
Use it to set up portfolios, case studies, team members, events, podcast episodes, recipes, properties, locations, FAQs, testimonials, courses, lessons, or similar structured content.
Why use it?
WordPress sites often need more structure than ordinary pages and posts provide. Designing each content type, its fields, and its categories separately can be time-consuming and easy to leave incomplete.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the respira-wordpress-skills plugin — 48 skills shipped together

Good fit Use it to set up portfolios, case studies, team members, events, podcast episodes, recipes, properties, locations, FAQs, testimonials, courses, lessons, or similar structured content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/respira-press/agent-skills-wordpress/custom-post-type-architect
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 respira-press/agent-skills-wordpress --skill custom-post-type-architect
Clone the repo
git clone --depth 1 https://github.com/respira-press/agent-skills-wordpress

Made for: Claude Code.

Or install respira-wordpress-skills, the plugin that ships this one along with the rest of its 48 skills.

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 custom-post-type-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/custom-post-type-architect.svg)](https://agentmods.dev/skills/respira-press/agent-skills-wordpress/custom-post-type-architect)
Your own site
<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/custom-post-type-architect"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/custom-post-type-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,991 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00071 $0.01991
Opus 5 $0.00036 $0.00996
Sonnet 5 $0.00014 $0.00398
Haiku 4.5 $0.00007 $0.00199

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

Security

Grade A, and why

custom-post-type-architect scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/custom-post-type-architect/SKILL.md · 171 lines

How it starts

The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Custom Post Type Architect

Version: 1.0.0 Updated: 2026-05-24 Category: content-creation Status: stable Requires: Respira for WordPress plugin 7.1+ + MCP server


Description

Given a brief — "I need a portfolio with case studies" or "we run a podcast and want each episode to be its own page" — design and create the WordPress custom post type, supporting taxonomies, and ACF field group end to end. Uses the new v7.1 MCP tools: respira_create_post_type, respira_create_taxonomy, respira_create_acf_field_group.

The output is a fully wired content architecture, ready to use:

  1. The CPT itself (labels, supports, public-vs-private, has_archive, REST exposure)
  2. Supporting taxonomies (e.g. industries for case studies, seasons for podcast episodes)
  3. ACF field group bound to the CPT (custom fields the editor sees)
  4. 1–2 sample entries so the agent can verify the rendering
  5. Builder-aware single-template suggestion for the active builder

When to Use

  • Setting up a portfolio, case studies, team members, events, podcast episodes, recipes, properties, locations, products-but-not-WooCommerce, FAQs, testimonials, courses, lessons, or any structured content type
  • Migrating away from custom-fields-in-posts to a proper content type
  • Auditing an existing site that's overloaded the default "post" type with non-blog content

Trigger Phrases

  • "create a custom post type"
  • "build a portfolio"
  • "set up a case study type"
  • "add a team members section"
  • "scaffold a CPT"
  • "create a podcast post type"
  • "build an events section"
  • "we need a new content type"

Execution Workflow

Step 1 — Confirm site + builder

Call respira_get_active_site and respira_get_builder_info. The builder choice affects Step 6 (template suggestion).

Step 2 — Understand the brief

Ask the user three short questions if not already clear from their request:

  1. What is the content? (case studies, podcast episodes, team, events, ...)
  2. How is it organized? (categories, tags, custom taxonomies — e.g. case studies organized by industry + service-type)
  3. What fields does each entry need? (e.g. case study: client name, hero image, deliverables, outcomes, before/after metrics, related case studies)

Read the full file on GitHub · 171 lines

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 · 171 lines · 71 tokens per session scan A 7ab8fd51e28e

Subscribe to this mod's changes

custom-post-type-architect is a skill published in the GitHub repository respira-press/agent-skills-wordpress (42 stars, last pushed 12d ago), licensed MIT. It adds 71 tokens to every session and 1,991 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. 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

ash-framework

Ash Framework — resources, actions, policies, aggregates, calculations, AshPhoenix.Form, LiveView, migrations. Use when generating resources via mix ash.codegen, editing changes, checks, types, validations, or domain code interfaces.

oliver-kriska/claude-elixir-phoenix · 48 tokens

deploy

Elixir/Phoenix deployment patterns — Dockerfile, fly.toml, runtime.exs, mix release, rel/ overlays. Use when configuring Fly.io, Docker, CI/CD, health checks, or production migrations.

oliver-kriska/claude-elixir-phoenix · 46 tokens

liveview-patterns

Build LiveView: async data (assignasync), PubSub (check connected?), phx-change events, form components/modals/uploads, streams for lists, livepatch. Use when handling interactions, debugging events, or tracking Presence.

oliver-kriska/claude-elixir-phoenix · 51 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens

oban

Oban job processing — workers, perform/1 (OSS) and process/1 (Pro), queues, cron, retries, unique jobs, idempotency, Oban Pro (Workflow, Batch, Chunk, Smart Engine), Testing. Use when writing Oban workers, queue config, or debugging jobs.

oliver-kriska/claude-elixir-phoenix · 64 tokens

perf

Analyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto optimization, genserver bottlenecks. Use when slowness, timeouts, or high memory reported.

oliver-kriska/claude-elixir-phoenix · 43 tokens