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-skillsThen install any plugin individually:
/plugin install tech-graph@drunkcoding
/plugin install html-effectiveness@drunkcodingReload after install:
/reload-pluginsOnly 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 projectManage installed plugins
/plugin list # see installed plugins
/plugin uninstall <name> # remove
/plugin marketplace update # pull latest manifestnpm / 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-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