skills/smithery.ai/page-driven-development

page-driven-development

Installation
SKILL.md

Page Driven Development (PDD)

Core Principle

Code should be organized by context, not by technology or false separation of concerns. Components belong near the pages that use them, not in global shared directories.

Guidelines

1. Colocate Components with Pages

Place components in the same directory as the page that uses them:

Installs
1
First Seen
Mar 27, 2026
page-driven-development from smithery.ai