vchelaru

Add Library — Development skill for Claude Code

Development community

Step-by-step checklist for adding a new third-party library to XnaFiddle — NuGet package, ILibraryPlugin, intro page link, and example.

How to install Add Library

Installs to ~/.claude/skills/vchelaru-xnafiddle-add-library/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vchelaru-xnafiddle-add-library && curl -fsSL https://raw.githubusercontent.com/vchelaru/XnaFiddle/HEAD/.claude/skills/add-library.md -o ~/.claude/skills/vchelaru-xnafiddle-add-library/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Add Library does


description: Step-by-step checklist for adding a new third-party library to XnaFiddle — NuGet package, ILibraryPlugin, intro page link, and example. Load when adding a library, integrating a new package, or making a new dependency available to user code.

Add a New Library to XnaFiddle

This skill walks through making a third-party library available to user code in XnaFiddle. Adding a library touches four locations — miss one and compilation, version display, or discoverability will br

Alternatives in Development

  • Third-party Notices — THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI 94.7k ★
  • Claude Code Examples — Official example projects and patterns from Anthropic 35.6k ★
  • Contributors — Thank you to everyone who has contributed to making planning-with-files better 16.8k ★

Full documentation available on GitHub

View Source Repository