Agent skill

library-usage

Provides guidelines for effective utilization of specific libraries within the project, including axios, js-yaml, mime-types, node-gyp, uuid, and zod.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/library-usage

SKILL.md

Library Usage Skill

  • Utilize the following libraries effectively:
    • axios (^1.7.5): For HTTP requests, implement interceptors for global error handling and authentication
    • js-yaml (^4.1.0): For parsing and stringifying YAML, use type-safe schemas
    • mime-types (^2.1.35): For MIME type detection and file extension mapping
    • node-gyp (^10.2.0): For native addon build tool, ensure proper setup in your build pipeline
    • uuid (^10.0.0): For generating unique identifiers, prefer v4 for random UUIDs
    • zod (^3.23.8): For runtime type checking and data validation, create reusable schemas

Memory Protocol (MANDATORY)

Before starting:

bash
cat .claude/context/memory/learnings.md

After completing: Record any new patterns or exceptions discovered.

ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.

Didn't find tool you were looking for?

Be as detailed as possible for better results