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>@neptuneOnly 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-skillsLayout
.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 metadataContributing
See CONTRIBUTING.md.
License
MIT