new-section

Generate an HTML section with Amber-themed CSS and animations for an LP.

Updated Apr 30, 2025
One-click install
npx skills add https://github.com/a-tabiji/atima-lp --skill new-section-a-tabiji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-section
Source: https://github.com/a-tabiji/atima-lp/tree/main/.claude/skills/new-section
Command: npx skills add https://github.com/a-tabiji/atima-lp --skill new-section-a-tabiji

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the addition of a new section to an LP by generating the HTML structure, amber-themed CSS, responsive layout, and animations.

Core Features & Use Cases

  • Generates an HTML section template and inserts it into index.html at the appropriate location.
  • Updates CSS in css/style-amber.css to apply the Amber theme, spacing, layout (flex/grid), and hover/transition effects.
  • Optionally updates navigation in the header and adds minimal JS wiring in js/main.js for interactive behavior if needed.

Quick Start

Provide the section name in kebab-case and its purpose to automatically append the new section into index.html with Amber styling and responsive CSS.

Frequently Asked Questions about new-section

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

FAQPage Schema
How do I add a new responsive section to an existing HTML landing page?

To add a new responsive section to an HTML landing page, this skill generates the HTML structure and automatically inserts it into your index.html file at the appropriate location. It extends your existing CSS with flex or grid layouts to ensure the new section adapts correctly across breakpoints.

How do I add CSS animations and an Amber theme to my landing page section?

To add CSS animations and an Amber theme to your landing page section, this skill updates your css/style-amber.css file directly. It applies the project color variables, spacing, and hover or transition effects to ensure the new section matches the existing visual style.

Can I automatically update header navigation links when creating a new HTML section?

Yes, you can automatically update header navigation links when creating a new HTML section. This skill optionally updates the navigation in the header to include the new section, ensuring visitors can navigate directly to it from the top of the landing page.

Do I need to manually write JavaScript for interactive hover effects in my new LP section?

You do not need to manually write JavaScript for interactive hover effects in your new LP section. This skill optionally adds minimal JS wiring in js/main.js for interactive behavior if needed, handling the cross-breakpoint logic automatically based on your existing template.

What is the best way to generate accessible HTML and CSS for a new LP section?

The best way to generate accessible HTML and CSS for a new LP section is using an automated template approach. This skill reads your existing templates and inserts section markup while extending styles to ensure responsive, accessible output using your project color variables.

What format should I use to specify the section name when generating LP HTML and CSS?

You should use kebab-case to specify the section name when generating LP HTML and CSS. Providing the section name in kebab-case along with its purpose allows the skill to automatically append the new section into index.html with the correct Amber styling and responsive CSS.