SkillAgentSearch skills...

Placeholdifier

Turn any website into a live wireframe

Install / Use

/learn @pomber/Placeholdifier
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <br/> <img alt="Placeholdifier" src="https://user-images.githubusercontent.com/1911623/86522016-38dcf800-be2e-11ea-82da-33394bc0dd6d.png" /> <br/> </div>

Placeholdifier

Turn any website into a live wireframe.

Chrome Extension

<div align="center"> <a href="https://chrome.google.com/webstore/detail/placeholdifier/iinkgkmmblamljaklibgclblomobdbha"> <img alt="Placeholdifier Chrome Extension" src="https://user-images.githubusercontent.com/1911623/86538742-35994900-bece-11ea-8286-2957a9634742.png" width="720" /> </a> <br/> </div>

npm Package

You can use it in your site by importing the CSS from unpkg and adding the placeholdify class somewhere:

<html>
  <head>
    <link
      href="https://unpkg.com/placeholdifier/placeholdifier.css"
      rel="stylesheet"
    />
  </head>
  <body>
    <h1>Hello World</h1>
    <h1 class="placeholdify">Hello World</h1>
  </body>
</html>

Try it in JS Bin

Related Skills

View on GitHub
GitHub Stars355
CategoryDevelopment
Updated3mo ago
Forks14

Languages

HTML

Security Score

97/100

Audited on Dec 20, 2025

No findings