Cross-agent go-to-market workflows for hackathon projects.
npx claudepluginhub barteksad/top-notch-europe-mesh-aiSocial media and fundraising workflow plugin for hackathon projects.
Cross-platform social workflow plugin and skills pack for Claude Code and Codex.
social.claude-plugin/marketplace.jsonskills/social/The social workflow turns a repo into:
.social/project-brief.json),.
├── .claude-plugin/
│ ├── marketplace.json
│ └── plugin.json
├── .mcp.json
├── .env.example
├── codex/
│ └── INSTALL.md
├── scripts/
│ ├── run_with_env.sh
│ ├── validate_env.sh
│ ├── sync_social_skills.sh
│ ├── validate_universal_packages.sh
│ └── build_universal_packages.sh
├── skills/ # Codex-distributed mirror (generated)
└── social/ # Canonical source for commands, MCP, and skill content
├── .claude-plugin/plugin.json
├── .mcp.json
├── commands/
├── scripts/
├── server/
└── skills/
Add this repo as a marketplace source:
claude --plugin add-marketplace barteksad/top-notch-europe-mesh-ai
Install the plugin from that marketplace:
claude --plugin install social@topnotch-social-marketplace
For local development, install directly from a local clone:
claude --plugin install --local /absolute/path/to/top-notch-europe-mesh-ai
Tell Codex to fetch and follow:
https://raw.githubusercontent.com/barteksad/top-notch-europe-mesh-ai/main/codex/INSTALL.md
Or read local instructions in codex/INSTALL.md.
jq, rsync, tarpython3 -m pip install -r social/scripts/requirements.txt
python3 -m venv social/server/.venv
social/server/.venv/bin/pip install -r social/server/requirements.txt
This repo follows a single env model for both Claude and Codex:
cp .env.example .env
Fill .env with real values.
Optionally add machine-specific overrides in .env.local.
Validate env values for your target workflow:
./scripts/validate_env.sh --load --profile all
Use narrower profiles when needed:
./scripts/validate_env.sh --load --profile instagram
./scripts/validate_env.sh --load --profile linkedin
./scripts/validate_env.sh --load --profile media
./scripts/run_with_env.sh claude
./scripts/run_with_env.sh codex
Important:
.env and .env.local are gitignored..mcp.json and social/.mcp.json.| Variable | Required for |
|---|---|
GEMINI_API_KEY | AI media generation |
INSTAGRAM_ACCESS_TOKEN | Instagram publish |
INSTAGRAM_USER_ID | Instagram publish |
GITHUB_TOKEN | Upload local media before Instagram publish |
GITHUB_REPO | Upload local media before Instagram publish |
LINKEDIN_CLIENT_ID | LinkedIn CLI auth |
LINKEDIN_CLIENT_SECRET | LinkedIn CLI auth/token exchange |
LINKEDIN_CLI_REDIRECT_URI | LinkedIn CLI auth |
Treat social/ as source of truth.
social/.skills/:./scripts/sync_social_skills.sh --validate
./scripts/validate_universal_packages.sh
./scripts/build_universal_packages.sh
Generated artifacts are written to dist/.
.claude-plugin/plugin.jsonsocial/.claude-plugin/plugin.json.claude-plugin/marketplace.json (metadata.version and plugin version)./scripts/build_universal_packages.sh
dist/topnotch-social-claude-marketplace-v<version>.tar.gzdist/topnotch-social-codex-skills-v<version>.tar.gzdist/topnotch-social-claude-marketplace.tar.gzdist/topnotch-social-codex-skills.tar.gzdist/topnotch-social-agent-skills.tar.gzApache-2.0. See LICENSE.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage