npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claude-code-logodesign-skill

v1.1.0

Published

Professional SVG logo design skill for Claude Code

Readme

Logo Design Skill for Claude Code

A Claude Code plugin that guides a professional SVG logo design process -- from creative discovery through hand-coded SVG authoring, live preview, dark mode variants, and optimization.

Install

Via npm (recommended):

npx claude-code-logodesign-skill

This copies the skill into ~/.claude/skills/logo-design/, making it available in all projects.

To uninstall:

npx claude-code-logodesign-skill uninstall

Manual install from GitHub:

git clone https://github.com/pranavred/claude-code-logodesign-skill.git
mkdir -p ~/.claude/skills
cp -r claude-code-logodesign-skill/skills/logo-design ~/.claude/skills/logo-design

Usage

Start a Claude Code session and invoke the skill:

/logo-design

Or just describe what you need -- the skill activates automatically when you mention logo design, SVG creation, brand marks, or icon design.

What it does

The skill walks through a full logo design workflow:

1. Discovery

Presents curated mood-board-style choices tailored to your domain -- visual personality, emphasis, and inspiration from real brands in your industry. No open-ended questions; you pick from options like a client reviewing a designer's brief.

2. Ideation

Explores multiple metaphors across diverse structural categories:

  • Typographic / wordmark
  • Symbolic icon
  • Abstract geometric mark
  • Letterform-meets-metaphor hybrid

Each logo set guarantees variety in approach, not just variations on one idea.

3. SVG Authoring

Writes clean, hand-coded SVGs with:

  • Proper viewBox and scalable layout (no hardcoded pixel sizes)
  • currentColor for automatic theme inheritance
  • Geometric construction from primitives and path commands
  • Industry-standard canvas sizes (24x24 default, custom for logos)

4. Progressive Preview

Copies a live-reloading preview.html to your project directory. Logos appear in your browser as they're created -- no waiting for the full batch. The preview shows each logo at multiple sizes (16px, 32px, 64px), in light and dark contexts, and in favicon/navbar mockups.

Click any card to pin it to a comparison bar at the bottom.

5. Dark Mode Variants

Colored logos automatically get a -dark.svg variant with adjusted edges and contrast for dark backgrounds.

6. Optimization

SVGO pipeline, tight viewBox cropping, no editor metadata or unnecessary attributes.

Reference Library

The skill loads detailed reference docs on demand based on the task at hand:

| Topic | Reference | |-------|-----------| | Logo techniques, typography, negative space | logo-techniques.md | | Path commands, arc flags, common shapes | path-patterns.md | | Icon grids, pixel alignment, sizing | icon-design.md | | Gradients, masks, clips, filters | advanced-techniques.md | | CSS animation, keyframes, easing | animation.md | | SVGO config, sprites, optimization | optimization.md | | Boolean ops, combining SVGs, editing | editing-workflow.md | | Accessibility, browser pitfalls | accessibility-and-pitfalls.md |

Project Structure

.claude-plugin/
  plugin.json              # Plugin metadata
  marketplace.json         # Registry entry
skills/
  logo-design/
    SKILL.md               # Main skill instructions
    assets/
      preview.html         # Live preview scaffold
    references/            # On-demand reference docs
      logo-techniques.md
      path-patterns.md
      icon-design.md
      advanced-techniques.md
      animation.md
      optimization.md
      editing-workflow.md
      accessibility-and-pitfalls.md

License

MIT