Agent skill · Content & Marketing

block-inventory

Survey available blocks from local AEM Edge Delivery Services project and Block Collection to understand the block palette available for authoring. Returns block inventory with purposes to inform content modeling decisions.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill block-inventory-adobe-helix-website --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/analysis/block-inventory-adobe-helix-website/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Block Inventory Survey and catalog available blocks to understand what authoring options exist. ## When to Use This Skill Use this skill when: - Starting a page import to understand available blocks - Planning content structure and need to know block options - An author would see a block library and choose from available options **Do NOT use this skill when:** - You already know which specific block you need - Building new blocks from scratch - Only checking if one specific block exists (use block-collection-and-party directly) ## Why This Skill Exists Real authors see a block library in their authoring tools. They think: "I want a hero section... oh, there's a Hero block!" This skill provides that same context - understanding what blocks are available BEFORE making authoring decisions. ## Related Skills - **page-import** - Top-level orchestrator - **identify-page-structure** - Invokes this skill to survey blocks (Step 2.5) - **block-collection-and-party** - This skill uses it to search Block Collection - **content-modeling** - Can reference block inventory but maintains independent judgment ## Block Inventory Workflow ### Step 1: Scan Local Project Blocks Check what blocks alrea

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Why This Skill Exists
  3. Related Skills
  4. Block Inventory Workflow
  5. Step 1: Scan Local Project Blocks
  6. Step 2: Search Block Collection for Common Blocks
  7. Step 3: Get Block Purposes
  8. Step 4: Consolidate Block Inventory
  9. Usage Example
  10. Key Principles
  11. Common Blocks Reference
  12. Limitations
Ships with 1 file
  • metadata.json
Commands it runs
List all local blocks
ls -d blocks/*/
Search all common blocks in parallel
node .claude/skills/block-collection-and-party/scripts/search-block-collection-github.js hero &
node .claude/skills/block-collection-and-party/scripts/search-block-collection-github.js cards &
node .claude/skills/block-collection-and-party/scripts/search-block-collection-github.js columns &
node .claude/skills/block-collection-and-party/scripts/search-block-collection-github.js accordion &
node .claude/skills/block-collection-and-party/scripts/search-block-collection-github.js tabs &
node .claude/skills/block-collection-and-party/scripts/search-block-collection-github.js carousel &
node .claude/skills/block-collection-and-party/scripts/search-block-collection-github.js quote &
More from claude-skill-registry
All skills →
About this skill
What does the block-inventory skill do?

Survey available blocks from local AEM Edge Delivery Services project and Block Collection to understand the block palette available for authoring. Returns block inventory with purposes to inform content modeling decisions.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill block-inventory-adobe-helix-website --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going