Skip to content

taivop/marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taivo Agent Marketplace

A Git-based marketplace for reusable agent plugins and skills.

This repo is the place to publish and maintain useful agent capabilities across domains, not only public-data workflows. Current content includes the Estonia public sources package; future packages can include things like self-coaching, productivity, research, engineering, and other reusable agent systems.

Distribution Targets

Each package can be distributed through:

  1. Anthropic Claude Code plugin marketplace (.claude-plugin/marketplace.json + per-package plugin manifests).
  2. Codex skill install from Git paths under skills/.curated or skills/.experimental.

Repository Layout

.
├── AGENTS.md
├── .claude-plugin/
│   └── marketplace.json
├── skills/
│   ├── .curated/
│   │   └── <package>/
│   └── .experimental/
├── scripts/
│   ├── generate_plugin_manifests.py
│   ├── generate_marketplace.py
│   ├── validate_codex_skills.py
│   └── validate_anthropic_plugins.py
└── .github/workflows/validate-distribution.yml

Current Packages

  1. skills/.curated/estonia-public-sources

Planned/possible additions:

  1. skill-self-coaching (from taivop/skill-self-coaching)
  2. Additional domain packages as they are curated

Install From Anthropic Marketplace

claude plugin marketplace add taivop/marketplace
claude plugin install estonia-public-sources@marketplace

Install In Codex

python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
  --repo taivop/marketplace \
  --path skills/.curated/estonia-public-sources

Maintainer Workflow

Use this sequence before committing:

python3 scripts/generate_plugin_manifests.py
python3 scripts/generate_marketplace.py
python3 scripts/validate_codex_skills.py
python3 scripts/validate_anthropic_plugins.py
python3 scripts/generate_plugin_manifests.py --check
python3 scripts/generate_marketplace.py --check

See AGENTS.md for full operating rules.

About

Coding agent skills for accessing Estonia's official public data

Resources

Stars

Watchers

Forks

Contributors