10up-router

Classify WordPress project types and route to specialized 10up skill workflows.

87|32|Updated Jul 3, 2015
One-click install
npx skills add https://github.com/petenelson/wp-rest-api-log --skill 10up-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10up-router
Source: https://github.com/petenelson/wp-rest-api-log/tree/main/.claude/skills/10up-router
Command: npx skills add https://github.com/petenelson/wp-rest-api-log --skill 10up-router

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Classifies a WordPress project and routes it to the appropriate 10up skill workflows, ensuring projects are addressed with the correct domain-specific procedures before changes.

Core Features & Use Cases

  • Project triage to detect WordPress project kind (theme, plugin, block, scaffold) and environment context.
  • Routing to the correct domain skill workflows (block development, theme tasks, plugin development, tooling, testing) based on classification and conventions.
  • Guardrails and reference guidance to ensure safe, consistent workflows and preserve existing code.

Quick Start

Run the project triage to detect repository type and route to the appropriate 10up skills.

Frequently Asked Questions about 10up-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route WordPress development tasks to the correct workflow?

WordPress routing uses a guided decision-tree to classify project type and route tasks to the correct specialized skills for themes, plugins, blocks, or monorepos.

What is the best way to triage a WordPress plugin or theme project?

Project triage detects the WordPress project kind and environment context, then applies frontmatter-driven metadata to assign the appropriate domain skill workflows.

Does this WordPress routing approach work with full monorepos?

Yes, routing applies to projects ranging from themes and plugins to blocks and full monorepos, guiding developers through classification and convention checks.

How do 10up convention checks preserve existing code during WordPress development?

Convention checks implement guardrails and reference guidance to confirm environment safety, preserve existing code, and respect project conventions before changes.

Can I use this routing for WordPress block development tasks?

Yes, routing directs block development tasks to the correct domain skill workflows based on project classification and 10up conventions.

What are the limitations of automated WordPress project classification?

Classification relies on frontmatter-driven metadata and guided decision-tree routing, requiring proper environment context to accurately assign domain-specific procedures.