← ClaudeAtlas

custom-post-type-architectlisted

Design and create WordPress custom post types end to end — CPT + supporting taxonomies + ACF field group + sample entries + builder-specific single template suggestion. Uses new v7.1 MCP tools: respira_create_post_type, respira_create_taxonomy, respira_create_acf_field_group.
respira-press/agent-skills-wordpress · ★ 31 · Data & Documents · score 84
Install: claude install-skill respira-press/agent-skills-wordpress
# 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