skylar-start-here

Initialize git submodules, install pnpm dependencies, and launch AskElephant or Storybook locally.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tylersahagun/elmer --skill skylar-start-here
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skylar-start-here
Source: https://github.com/tylersahagun/elmer/tree/main/pm-workspace-docs/archive/cursor-architecture-2026-02-07/.cursor/rules/Skylar/skylar-start-here
Command: npx skills add https://github.com/tylersahagun/elmer --skill skylar-start-here

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pnpm, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures designers can easily run the AskElephant web application or its Storybook component library locally, allowing them to visualize their design changes and understand the application's structure.

Core Features & Use Cases

  • Environment Setup: Initializes git submodules and installs project dependencies.
  • Server Launch: Starts either the Storybook UI component viewer or the full web application.
  • Error Handling: Provides guidance for common startup issues.
  • Use Case: A designer needs to see how a new button component looks in the context of the application. They ask the AI to "run locally," and this Skill handles all the necessary setup and launches Storybook for them.

Quick Start

Ask the AI to start the app or run Storybook locally.

Frequently Asked Questions about skylar-start-here

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

FAQPage Schema
How do I launch Storybook locally for frontend component design?

To launch Storybook locally, the Skill initializes git submodules, installs pnpm dependencies, and starts the Storybook UI component viewer, providing feedback on progress and error resolution.

How do I run a web app development server with pnpm?

Running a web app development server with pnpm involves installing project dependencies and starting the local development server, which this Skill automates while handling git submodule updates.

Do I need pnpm installed to run a local Storybook setup?

Yes, pnpm is required as a dependency to install project packages and manage the local Storybook setup or web app development server startup.

What is the best way to visualize design changes in a component library?

Visualizing design changes in a component library is best achieved by running Storybook locally, allowing designers to see UI components in context within the application structure.

Why does my local development server fail to start after a git submodule update?

If a local development server fails to start after a git submodule update, the Skill provides guidance for common startup issues, often related to missing pnpm dependency installations.