By marsolab
Write production-ready Go backends, CLIs, and APIs following modern best practices from top tier tech companies. Use this skill when creating or reviewing Go code for (1) backend services and APIs, (2) command-line tools, (3) code requiring proper error handling, concurrency, or testing patterns, (4) any Go development requiring adherence to established style guidelines. Includes comprehensive linting configuration and detailed style guide.
npx claudepluginhub marsolab/skills --plugin go-devA dual-compatible plugin marketplace for Claude Code and OpenAI Codex, providing curated skills for AI coding agents.
/plugin marketplace add marsolab/skills
Then install individual plugins:
/plugin install go-dev@marsolab-skills
/plugin install sys-arch@marsolab-skills
Clone this repository into your project and Codex will
discover plugins from .agents/plugins/marketplace.json
automatically.
| Plugin | Category | Description |
|---|---|---|
| apple-dev | Development | Swift, SwiftUI, HIG |
| copy | Writing | SaaS copywriting |
| go-dev | Development | Go backends, CLIs |
| landing-page-breakdown | Design | Page analysis |
| multi-agent-config | DevOps | Multi-agent configs |
| sys-arch | Architecture | System design |
| front-dev | Development | Modern web apps |
Create the plugin directory structure:
plugins/<plugin-name>/
├── .claude-plugin/plugin.json
├── .codex-plugin/plugin.json
└── skills/<skill-name>/
├── SKILL.md
└── references/ (optional)
Add the SKILL.md with YAML frontmatter:
---
name: my-skill
description: What this skill does.
version: 1.0.0
tags:
- tag1
- tag2
---
Run the sync script to regenerate manifests:
uv run scripts/sync-manifests.py
Update the category and display name mappings in
scripts/sync-manifests.py if needed.
Commit all changes and push to main.
.claude-plugin/marketplace.json # Claude Code
.agents/plugins/marketplace.json # Codex
plugins/
<plugin-name>/
.claude-plugin/plugin.json
.codex-plugin/plugin.json
skills/<skill-name>/
SKILL.md
references/
assets/
scripts/
scripts/
sync-manifests.py
SKILL.md frontmatter is the single source of truth. All JSON manifests are generated from it:
# Regenerate all manifests
uv run scripts/sync-manifests.py
# Check for drift (used in CI)
uv run scripts/sync-manifests.py --check
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.