Daily workflow commands and Obsidian integration
npx claudepluginhub marveliu/claude-code-skills --plugin lsn-toolsPersonal 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
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, and 16+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement