Personal Claude Code skills marketplace — presentation tools, project utilities, and more
npx claudepluginhub smirnov-labs/claude-skillsCodebase health check via git history — surfaces high-churn files, bus factor, bug hotspots, velocity trends, and firefighting patterns before you read a line of code
A Claude Code skills marketplace and starter template that bundles reusable AI workflows, a Memory Bank system for persistent project context, custom slash commands, and an automated architecture reviewer -- everything you need to supercharge Claude Code on any project.
# 1. Register this marketplace (one-time)
/plugin marketplace add smirnov-labs/claude-skills
# 2. Install the presentation-tools plugin
/plugin install presentation-tools@smirnovlabs-claude-skills
Or from the CLI outside a session:
claude plugin marketplace add smirnov-labs/claude-skills
claude plugin install presentation-tools@smirnovlabs-claude-skills
Once installed, skills activate automatically. Say "build a pitch deck for this project" or invoke directly with /presentation-blueprint.
| Skill | Plugin | Description |
|---|---|---|
| presentation-blueprint | presentation-tools | End-to-end presentation consultant: analyzes codebases/websites/projects, crafts strategic blueprints, and renders polished decks via document-skills:pptx |
The presentation-blueprint skill requires document-skills:pptx for rendering:
/plugin install document-skills@anthropic-agent-skills
| Component | Location | Description |
|---|---|---|
| Skills Marketplace | .claude-plugin/marketplace.json + skills/ | Installable skills that other Claude Code instances can pull from github:smirnov-labs/claude-skills |
| Memory Bank | .claude/memory-bank/ | Structured documentation templates that give Claude full project context across sessions |
| Custom Slash Commands | .claude/commands/ | /plan, /pr, /memory, /loop-review -- ready-to-use workflows |
| Architect-Gate | .github/claude/ | Automated architecture review that runs on every PR via CI |
Want the full Memory Bank + Architect-Gate + commands for a new project? Clone the repo:
git clone https://github.com/smirnov-labs/claude-skills.git my-project
cd my-project
rm -rf .git # Remove template git history
git init # Start fresh
Then fill out .claude/memory-bank/projectbrief.md with your project details -- this is your foundation. Work through the other template files (productContext.md, systemPatterns.md, techContext.md, activeContext.md, progress.md) as your project takes shape.
Claude Code's memory resets between sessions. The Memory Bank solves this:
/plan command for structured feature development.claude/
├── claude.md # Main configuration & project intelligence
├── commands/
│ ├── plan.md # /plan — structured feature planning
│ ├── pr.md # /pr — pull request workflow
│ ├── memory.md # /memory — memory bank management
│ └── loop-review.md # /loop-review — iterative plan refinement
└── memory-bank/
├── QUICKSTART.md # Quick start guide
├── memory-rules.md # Complete system documentation
├── projectbrief.md # Foundation document (template)
├── productContext.md # Product vision (template)
├── systemPatterns.md # Architecture patterns (template)
├── techContext.md # Tech stack & setup (template)
├── activeContext.md # Current work focus (template)
└── progress.md # Status tracking (template)
.claude-plugin/
└── marketplace.json # Skills marketplace registry
.github/claude/
├── architect-gate.yml # CI workflow for architecture review
└── ... # Review prompts and configuration
skills/
└── presentation-blueprint/ # Presentation consultant skill
├── SKILL.md # Skill definition
├── narrative-frameworks.md # Reference: storytelling structures
├── slide-archetypes.md # Reference: slide design patterns
└── source-analysis.md # Reference: source evaluation guide
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search