Personal 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
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimDaily workflow commands and Obsidian integration
npx claudepluginhub marveliu/claude-code-skills --plugin aws-switch36 on-demand AWS and cloud skills, slash commands, agents, and security hooks for Claude Code
AWS service configuration and deployment automation
Build, deploy, and operate applications on AWS. Skills to author infrastructure-as-code, use core services, and complete common tasks.
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
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
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.