·wp-blocks
{}

wp-blocks

peixotorms/odinlayer-skills

Use when building Gutenberg blocks, block themes, or using the Interactivity API. Covers block.json configuration, register_block_type, @wordpress/scripts tooling, useBlockProps, RichText, InspectorControls, BlockControls, wp-block-editor packages, static and dynamic rendering, InnerBlocks, deprecations, theme.json, FSE (full site editing), template parts, block patterns, block variations, data-wp-* directives, server-side rendering, and WordPress 6.9 features.

4Installs·0Trend·@peixotorms

Installation

$npx skills add https://github.com/peixotorms/odinlayer-skills --skill wp-blocks

SKILL.md

Consolidated skill for WordPress Gutenberg block development, block theme creation, and the Interactivity API. Targets WordPress 6.9+ (PHP 7.2.24+).

Every block starts with a block.json file. WordPress 6.9 enforces apiVersion 3.

| editorScript | Editor only | Block registration and edit UI | | editorStyle | Editor only | Editor-specific styles | | script | Both | Shared JS (editor + frontend) | | style | Both | Shared styles | | viewScript | Frontend only | Classic frontend script | | viewScriptModule | Frontend only | Module-based frontend script (ES) |

Use when building Gutenberg blocks, block themes, or using the Interactivity API. Covers block.json configuration, register_block_type, @wordpress/scripts tooling, useBlockProps, RichText, InspectorControls, BlockControls, wp-block-editor packages, static and dynamic rendering, InnerBlocks, deprecations, theme.json, FSE (full site editing), template parts, block patterns, block variations, data-wp-* directives, server-side rendering, and WordPress 6.9 features. Source: peixotorms/odinlayer-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/peixotorms/odinlayer-skills --skill wp-blocks
Category
{}Data Analysis
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is wp-blocks?

Use when building Gutenberg blocks, block themes, or using the Interactivity API. Covers block.json configuration, register_block_type, @wordpress/scripts tooling, useBlockProps, RichText, InspectorControls, BlockControls, wp-block-editor packages, static and dynamic rendering, InnerBlocks, deprecations, theme.json, FSE (full site editing), template parts, block patterns, block variations, data-wp-* directives, server-side rendering, and WordPress 6.9 features. Source: peixotorms/odinlayer-skills.

How do I install wp-blocks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/peixotorms/odinlayer-skills --skill wp-blocks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/peixotorms/odinlayer-skills