JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 81
  • Score
    100M100P100Q112875F
  • 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).
    html-effectiveness Conversational agent that generates self-contained interactive HTML reports from 20 templates.

    Install

    Claude Code marketplace

    Add the marketplace once:

    /plugin marketplace add baoduy/agents-and-skills

    Then install any plugin individually:

    /plugin install tech-graph@drunkcoding
    /plugin install html-effectiveness@drunkcoding

    Reload after install:

    /reload-plugins

    Only the plugin you install loads; others stay dormant.

    Project-scoped install

    Install into a project's .claude/ instead of your user profile:

    /plugin install tech-graph@drunkcoding --scope project

    Manage installed plugins

    /plugin list                 # see installed plugins
    /plugin uninstall <name>     # remove
    /plugin marketplace update   # pull latest manifest

    npm / npx

    # Whole marketplace
    npm install -g @drunkcoding/agents-and-skills
    
    # Or via npx skills (https://github.com/vercel-labs/skills)
    # Use the GitHub shorthand (owner/repo) — `npx skills` does not resolve npm scopes.
    npx skills add baoduy/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