creating-libraries
CommunityScaffold robust TypeScript libraries quickly.
Software Engineering#typescript#library#scaffold#package.json#tsconfig#barrel-exports#namespace-module
Authorjasonkuhrt
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill guides engineers to scaffold TypeScript libraries using the namespace/module conventions, reducing boilerplate and enforcing a consistent project structure.
Core Features & Use Cases
- Scaffolds both simple libraries (one implementation file) and complex libraries (multiple implementation files with a barrel).
- Enforces file naming conventions: _.ts for the namespace module, __.ts for the barrel, _.test.ts for tests, and _.test.fixture.ts for shared test fixtures.
- Provides step-by-step guidance for wiring exports and configuring builds, including package.json imports and tsconfig.json paths.
Quick Start
Use the creating-libraries skill to scaffold a new TypeScript library following the namespace-module conventions. The tool will create the appropriate src/lib/<name>/ structure, including _.ts, __.ts (when needed), and _.test.ts, and will outline the necessary package.json and tsconfig updates per the conventions.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: creating-libraries Download link: https://github.com/jasonkuhrt/dotfiles/archive/main.zip#creating-libraries Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.