slurm
π―Skillfrom serendipityoneinc/srp-claude-code-marketplace
Manages and submits GPU cluster jobs on high-performance computing (HPC) infrastructure using Slurm workload manager, specifically targeting H100/H200 GPU resources.
Installation
npx skills add https://github.com/serendipityoneinc/srp-claude-code-marketplace --skill slurmSkill Details
Overview
# SRP Claude Code Marketplace
Internal marketplace for discovering and sharing Claude Code plugins and MCP servers within SRP.
Architecture: Monorepo - all plugins live in the plugins/ directory of this repository.
Installation
Add this marketplace to Claude Code:
```bash
/plugin marketplace add SerendipityOneInc/srp-claude-code-marketplace
```
Available Plugins
SRP AllStaff
Description: Lark/Feishu integration and office automation platform with Rube - access documents, messages, and automate workflows across Gmail, Slack, Calendar, Drive, GitHub, Linear, and more
Categories: Productivity, Integration, Communication, Automation
Install:
```bash
/plugin install srp-allstaff@srp-claude-code-marketplace
```
Skills: /lark-docs, /lark-messages
Commands: srp:docs, srp:msg
Key Features:
- Lark/Feishu: Documents, wiki, messages, notifications
- Rube Automation: Gmail, Slack, Google Calendar, Drive
- Project Management: GitHub, Linear, Notion
- Communication: WhatsApp, Twitter, PagerDuty
Location: [plugins/srp-allstaff](plugins/srp-allstaff)
---
SRP Developer
Description: Developer plugin providing GitHub integration, GCP BigQuery access, Cloudflare edge computing & storage services, Ray Data processing, Slurm cluster management, and development tools
Categories: Development, GitHub, GCP, Cloudflare, Edge Computing, HPC, ML Infrastructure
Install:
```bash
/plugin install srp-developer@srp-claude-code-marketplace
```
Skills: /github-integration, /gcp-developer, /cloudflare-workers, /cloudflare-pages, /cloudflare-r2, /cloudflare-kv, /raydata, /slurm
Commands: srp:github, srp:gcp, srp:gh, srp:bq, srp:workers, srp:pages, srp:r2, srp:kv, srp:raydata, srp:slurm
Key Features:
- GitHub: Code review, PR management, issue tracking
- GCP: BigQuery data queries and analysis
- Cloudflare Workers: Serverless edge computing with Wrangler CLI
- Cloudflare Pages: JAMstack platform with Git integration
- Cloudflare R2: S3-compatible object storage with zero egress fees
- Cloudflare KV: Low-latency key-value storage at the edge
- Ray Data: Large-scale distributed data processing and batch inference
- Slurm: GPU cluster job submission and management (H100/H200)
Location: [plugins/srp-developer](plugins/srp-developer)
---
SRP DevOps
Description: DevOps plugin providing Kubernetes management, cloud resource monitoring, and operations tools
Categories: DevOps, Kubernetes, Cloud, Operations
Install:
```bash
/plugin install srp-devops@srp-claude-code-marketplace
```
Skills: /k8s-management, /cloud-resources
Commands: srp:k8s, srp:cloud
Location: [plugins/srp-devops](plugins/srp-devops)
---
Example Hello World
Description: Example plugin demonstrating basic Claude Code skill structure
Categories: Example, Learning
Install:
```bash
/plugin install example-hello-world@srp-claude-code-marketplace
```
Skills: /hello-world
Location: [plugins/example-hello-world](plugins/example-hello-world)
---
Contributing
We welcome contributions from all SRP developers! Here's how to add your plugin:
Steps to Add a Plugin
- Fork this marketplace repository
```bash
gh repo fork SerendipityOneInc/srp-claude-code-marketplace
cd srp-claude-code-marketplace
```
- Create your plugin directory in the
plugins/folder
```bash
mkdir -p plugins/your-plugin-name/.claude-plugin
mkdir -p plugins/your-plugin-name/skills/your-skill
```
- Add plugin metadata in
plugins/your-plugin-name/.claude-plugin/plugin.json
```json
{
"name": "your-plugin-name",
"version": "1.0.0",
"description": "Brief description of your plugin",
"author": {
"name": "Your Name",
"email": "your.email@srp.one"
},
"license": "MIT",
"keywords": ["category1", "category2"]
}
```
**Important
More from this repository9
Manages GitHub repository interactions, enabling code review, pull request tracking, issue management, and seamless GitHub workflow integration for developers.
Retrieves, searches, and manages Lark/Feishu documents and wiki pages within the SRP AllStaff platform's document integration workflow.
Configures and automates the initial setup and provisioning of developer Mac workstations with standard development tools, configurations, and environment settings.
k8s-management skill from serendipityoneinc/srp-claude-code-marketplace
Processes and manages large-scale distributed data workflows, enabling efficient batch data processing and machine learning inference across computational clusters using Ray Data infrastructure.
gcp-developer skill from serendipityoneinc/srp-claude-code-marketplace
Retrieves, sends, and manages Lark/Feishu messages and notifications within the SRP AllStaff communication ecosystem.
Manages and provisions cloud infrastructure resources across multiple cloud providers, enabling automated resource creation, monitoring, and optimization.
Enables deployment and management of static and JAMstack websites directly to Cloudflare Pages through Git integration and automated build processes.