editing scavenged Eagle symbols

It’s very helpful that SparkFun provides Eagle files for components. These are usually schematic and board layout. Thanks to [this post, I’ve figured out how to copy the symbols from SparkFun’s schematics into my own.

I would like to do a few more things with these scavenged symbols:

  • - Tweak the appearance. For example, to move GND pins to the bottom and Vcc pins to the top.
  • - Save them to my own library (.lbr as opposed to the .sch).
  • Is there a way to do this without having to re-draw the symbols from scratch :?:

    Any suggestion, insight or reference is really appreciated!

    Cheers,

    Nick,

    I’ve had success running exp-project-lbr.ulp that’s included with Eagle. It writes a new library to the project folder. You can then copy or move it to the library folder.

    Jon