Full go-to-market pipeline for your hackathon project. Researches your repo, builds a project brief, then walks you through posting to Instagram, LinkedIn, and generating a pitch deck — all from one command.
Generate and publish an Instagram post for the current project using the existing project brief.
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.
Admin access level
Server config contains admin-level keywords
Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub barteksad/top-notch-europe-mesh-ai --plugin socialComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.