Curated fork of wshobson/agents for personal and professional development workflows.
Upstream maintains 74 plugins. This fork curates a subset via marketplace.json -- the sole gatekeeper for what gets installed. All upstream plugins remain on disk; uncurated plugins are simply not listed in the marketplace and are never installed.
Do not delete plugin directories to curate. The marketplace manifest controls installation. Physical deletion breaks upstream tracking.
/plugin marketplace add H4ST3/agentsBrowse and install:
/plugin
/plugin install agent-teams@h4st3-agents20 plugins selected from upstream:
| Plugin | Domain |
|---|---|
| agent-orchestration | Multi-agent optimization |
| agent-teams | Parallel agent coordination |
| business-analytics | KPIs, dashboards, data storytelling |
| c4-architecture | C4 model documentation |
| cicd-automation | Pipelines, GitHub Actions, GitLab CI |
| cloud-infrastructure | Terraform, multi-cloud, service mesh |
| conductor | Context-driven development |
| content-marketing | Content strategy and workflows |
| customer-sales-automation | CRM and sales workflows |
| data-engineering | Airflow, dbt, Spark, data quality |
| developer-essentials | Git, testing, debugging, code review |
| hr-legal-compliance | Employment, GDPR, compliance |
| incident-response | Runbooks, postmortems, on-call |
| machine-learning-ops | ML pipelines and model ops |
| observability-monitoring | Prometheus, Grafana, tracing, SLOs |
| quantitative-trading | Backtesting, risk metrics |
| seo-analysis-monitoring | SEO analytics |
| seo-content-creation | SEO content generation |
| seo-technical-optimization | Technical SEO |
| shell-scripting | Bash, bats testing, shellcheck |
For the full upstream collection, see wshobson/agents.
make auditChecks that every marketplace.json entry has a corresponding plugin directory.
make sync # Show divergence
git fetch upstream
git merge upstream/main # Clean merge -- no deleted-file conflicts
make audit # Verify marketplace entries still validAfter merging, review new upstream plugins and update marketplace.json if any are worth curating in.
See docs/curation-notes.md for known plugin overlap and redundancy in the upstream library.
- Repo: wshobson/agents
- Docs: Plugin Reference, Agent Reference, Architecture
MIT License - see LICENSE file for details.