JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 81
  • Score
    100M100P100Q112893F
  • License MIT

Personal collection of Claude Code skills and agents, installable via `npx skills`.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@drunkcoding/agents-and-skills) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    agents-and-skills

    Personal Claude Code plugin marketplace. Hosts agents, skills, and slash commands as installable plugins.

    Published on npm as @drunkcoding/agents-and-skills.

    Plugins

    Plugin Description
    tech-graph 6-step wizard for technical diagrams (SVG + PNG).

    Install

    Claude Code marketplace

    /plugin marketplace add drunkcoding/agents-and-skills
    /plugin install <plugin-name>@neptune

    Only the plugin you install loads; others stay dormant.

    npm / npx

    # Whole marketplace
    npm install -g @drunkcoding/agents-and-skills
    
    # Or via npx skills (https://github.com/vercel-labs/skills)
    npx skills add @drunkcoding/agents-and-skills

    Layout

    .claude-plugin/marketplace.json       # marketplace manifest (Claude Code)
    plugins/<plugin>/                     # one folder per plugin
      .claude-plugin/plugin.json          # plugin manifest
      agents/   commands/   skills/       # plugin contents
    package.json                          # npm metadata

    Contributing

    See CONTRIBUTING.md.

    License

    MIT