This repository is an open-source marketplace of portable agent skills and plugins maintained by The Institute for Ethical AI & Machine Learning. Its plugins install into both Claude Code and Copilot CLI and use the open SKILL.md convention.
| Plugin | Skills | Description |
|---|---|---|
dev-utilities |
writing-skills, writing-agents-md, explain-code-walkthrough, standardize-agent-instructions |
Author reliable skills, keep agent instruction files short and followable, explain code changes, and align instruction files across agent tools. |
workflow-automations |
site-capture, create-agent-harness, create-streamlit-app, verify-streamlit-app |
Record scripted website walkthroughs as video or GIF, build skill-driven Python agents against OpenAI-compatible endpoints, and scaffold local Streamlit data apps verified through a headless browser. |
codebase-automations |
dependabot-fix, dependabot-fix-all, release-repo |
Diagnose and safely merge Dependabot pull requests, or assess release conformance and run profile-driven releases with artifact validation. |
The standard way to install is to point your AI assistant (Claude Code or Copilot CLI) at INSTALL.md — it is an assistant-driven install gate that checks prerequisites, registers the marketplace, and installs the selected plugins:
Follow https://raw.githubusercontent.com/EthicalML/agent-skills-marketplace/master/INSTALL.md to install this marketplace
For a manual install, the underlying commands are:
/plugin marketplace add EthicalML/agent-skills-marketplace # Claude Code
/plugin install <plugin>@agent-skills-marketplace
copilot plugin marketplace add EthicalML/agent-skills-marketplace # Copilot CLI
copilot plugin install <plugin>@agent-skills-marketplaceReplace <plugin> with dev-utilities, workflow-automations, or codebase-automations. INSTALL.md also covers follow-up installs, updates, and breaking-change recovery.
Contributions are welcome through pull requests. Read CONTRIBUTING.md and run scripts/validate.sh before submitting a change.
This marketplace is available under the Apache License 2.0.