Marketplace writing-page-layout
Use this skill when you need to write code for a page layout in the Next.js
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/emz1998/writing-page-layout" ~/.claude/skills/aiskillstore-marketplace-writing-page-layout && rm -rf "$T"
manifest:
skills/emz1998/writing-page-layout/SKILL.mdsource content
Instructions
- Follow the rules below to write a page layout (
) in the Next.js app:page.tsx
Rules
- Make it modular
- Maximum of 40 lines of code per page layout
- Seperate the types and interfaces in a separate file (
)srs/app/types