By amdmax
Content creation and specialized tools (5 skills): writing, documentation, CUDA, PDF export
Generate creative content using Caitlin Kelly's journalistic writing techniques across multiple genres. Use when users request creative content generation with vivid scene-setting, character-driven narratives, conversational voice, and specific-to-universal storytelling patterns. Invokable with /creative-writing or /write.
Manage remote CUDA development machine (cuda-dev) with RTX 5090 GPU. Use when the user needs to: (1) Connect to or check status of the cuda-dev machine, (2) Start/stop/manage vLLM inference servers, (3) Check GPU status or CUDA environment, (4) Compile or run CUDA programs, (5) Manage LiteLLM proxy for AI coding assistants, (6) Shutdown/reboot the remote machine, or (7) Configure VS Code Remote SSH for CUDA development.
Professional editorial review and content improvement for educational materials. Use this skill when users request editorial feedback, content review, writing quality assessment, or improvements to course materials, textbooks, documentation, or any educational content. Invokable with /editor-in-chief or /journalist.
Rebuild the course HTML from markdown sources and report what was generated. Useful after content updates to verify the build succeeds and see what changed. Invokable with /regenerate-course-content or /rebuild.
Export a Reveal.js HTML presentation to a pixel-perfect PDF using Chrome CDP (no Puppeteer/Playwright dependency). Handles all known Reveal.js 4.x print-pdf rendering bugs: padding zeroed by reveal.css, extra blank trailing page from page-break-after:always on .pdf-page, and speaker notes inflating slide height. Use when the user asks to export, print, or generate a PDF from a Reveal.js presentation, or when building a Reveal.js slide deck that needs PDF output.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A centralized repository of reusable Claude Code skills that can be integrated into any project. These skills extend Claude's capabilities with specialized workflows, from commit automation to architecture reviews.
This marketplace contains 30+ production-ready skills abstracted from multiple projects and designed to work anywhere. Each skill is:
Install all bundles or choose specific ones:
# Add the marketplace
/plugin marketplace add aigensa/claude_marketplace
# Install all bundles
/plugin install github@thesolutionarchitect_marketplace
/plugin install development-tools@thesolutionarchitect_marketplace
/plugin install architecture-quality@thesolutionarchitect_marketplace
/plugin install content-specialized@thesolutionarchitect_marketplace
# Or install just what you need
/plugin install github@thesolutionarchitect_marketplace
Available Bundles:
See SKILL_CATALOG.md for the complete list of available skills.
# Example: Copy the commit skill to your project
cp -r .claude/skills/git:commit/ /path/to/your/project/.claude/skills/
cd /path/to/your/project/.claude/skills/git:commit/
# Copy the example config and customize it
cp config.example.yaml config.yaml
# Edit config.yaml with your project-specific values
vim config.yaml
The skill is now available in your project. Invoke it via Claude Code:
/commit
claude_marketplace/
├── .claude/
│ └── skills/ # All marketplace skills (auto-discovered)
│ ├── _templates/ # Skill creation templates
│ ├── git:commit/ # Git commit automation
│ ├── github:pull-request/ # Pull request creation
│ ├── github:story-create/ # Issue creation
│ └── [30+ more skills...]
├── docs/ # Detailed guides
│ ├── abstraction-guide.md
│ ├── configuration-reference.md
│ └── migration-notes.md
├── SKILL_CATALOG.md # Complete skill index
└── USAGE_GUIDE.md # Detailed usage instructions
Skills use template variable syntax to remain project-agnostic:
# In config.yaml
project:
prefix: "MYPROJ" # Your project prefix
name: "My Cool Project"
repository:
slug: "myorg/my-repo"
default_branch: "main"
paths:
active_story: ".agile-dev-team/active-story.yaml"
commands:
type_check: "npm run type-check"
test: "npm test"
Skills reference these as {{PROJECT_PREFIX}}, {{REPO_SLUG}}, etc.
npx claudepluginhub amdmax/claude_marketplace --plugin content-specializedAI adoption skills (1 skill): skill discovery and workload matching for this marketplace
Development utilities (4 skills): bug fixing, debugging, experimentation, remote notebooks
Git workflow automation (1 skill): git:commit — commit with configurable numbering and message conventions
Agile dev team skills: spawn the full 5-agent TDD team or individual agents (PM, Architect, Test Architect, Backend Dev, Frontend Dev) for controlled, single-agent delegation; pm:pull-request routes PR creation to the active issue tracker (github or gitlab)
Claude Code meta-skills (8 skills): hooks, plugin scaffolding, skill creation, refactoring, syncing, validation, output styles, and project-context injection
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques