Switch AWS profiles with SSO authentication
npx claudepluginhub marveliu/claude-code-skills --plugin aws-switchPersonal Claude Code marketplace — skills, commands, and plugins.
.claude-plugin/
└── marketplace.json # Marketplace registry
plugins/
├── lsn-tools/ # Daily workflow plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ │ ├── daily.md # Generate daily note
│ │ ├── weekly.md # Generate weekly note
│ │ ├── research.md # Deep research on a topic
│ │ ├── review.md # Review knowledge base
│ │ └── codedoc.md # Generate code documentation
│ └── skills/
│ └── obsidian/ # Obsidian vault operations
│ └── SKILL.md
└── aws-switch/ # AWS profile switcher
├── .claude-plugin/
│ └── plugin.json
├── commands/
│ └── aws-switch.md
└── scripts/
└── aws-switch.sh
Register as a local marketplace in Claude Code:
# Add to ~/.claude/plugins/local/.claude-plugin/marketplace.json
# Or symlink the whole repo:
ln -sf ~/workspace/claude-code-skills ~/.claude/plugins/marketplaces/lsn-skills
cd ~/workspace/claude-code-skills
# Push changes (remember to switch gh account)
gh auth switch --user Marveliu
git add -A && git commit -m "update skills" && git push
gh auth switch --user liushangnan
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
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.
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Stripe development plugin for Claude
Code review uncommitted local changes for bugs, security vulnerabilities, CLAUDE.md compliance, and code clarity