- marketplace.json exists at repository root
- marketplace.json is valid JSON
- README.md exists at repository root
- MARKETPLACE_STRUCTURE.md included for reference
- hotel-intelligence-suite/ directory present
- .claude-plugin/plugin.json exists
- plugin.json is valid JSON
- All 10 skills present and verified:
- revenue-management
- forecasting-budgeting
- pl-variance
- labor-optimization
- reputation-intelligence
- competitive-intelligence
- owner-reporting
- sop-training
- sales-pipeline
- content-engine
- Each skill has SKILL.md
- Each skill has {references}/ directory
- CONNECTORS.md present
- DATA_ACQUISITION_PROTOCOL.md present
- PROPERTY_PROFILE_TEMPLATE.md present
- Marketplace README explains purpose and installation
- Installation instructions included for Claude
- Website link provided (hospitalityos.tech/skills)
- Contact/support info included
- File sizes reasonable (252K - no model weights)
- All markdown files properly formatted
- Create new public GitHub repo:
hospitalityos/hotel-ai-skills - Clone locally
- Copy entire contents of
/sessions/clever-awesome-fermat/hotel-ai-skills-marketplace/to repo
git add .
git commit -m "Initial: HospitalityOS Hotel AI Skills Marketplace"
git push -u origin maingit tag -a v1.0.0 -m "Release v1.0.0: Hotel Intelligence Suite"
git push origin v1.0.0- Repository visibility: Public
- Add description: "Enterprise-grade AI skills for hotel operations"
- Add website URL: https://hospitalityos.tech
- Add topics:
claude-plugin,hotel-operations,hospitality,ai-skills - Enable GitHub Pages (optional, for documentation site)
- Visit Claude marketplace documentation
- Register marketplace URL:
https://github.com/hospitalityos/hotel-ai-skills - Verify marketplace.json is discoverable
- Verify plugin.json is accessible
# Test marketplace installation
claude plugin add --marketplace https://github.com/hospitalityos/hotel-ai-skills
# Verify plugins are discoverable
claude plugin list
# Verify each skill is accessible
claude skill list- Monitor GitHub repository for issues
- Track installation/usage metrics
- Monitor Claude marketplace stats
- Collect user feedback
- Make changes locally
- Update version in plugin.json
- Commit with message: "Update: [feature/fix description]"
- Tag release:
git tag -a vX.Y.Z - Push:
git push origin main && git push origin vX.Y.Z - Claude marketplace auto-updates within 5 minutes
For each new skill:
- Create directory:
skills/skill-name/ - Create SKILL.md with full documentation
- Create {references}/ subdirectory
- Update plugin README.md
- Commit and push
- No need to modify marketplace.json
Local Development: /sessions/clever-awesome-fermat/hotel-ai-skills-marketplace/
Marketplace URL: https://github.com/hospitalityos/hotel-ai-skills
Raw marketplace.json: https://raw.githubusercontent.com/hospitalityos/hotel-ai-skills/main/marketplace.json
Claude Installation Command: claude plugin add --marketplace https://github.com/hospitalityos/hotel-ai-skills
- Total Files: 18
- Total Directories: 24
- Total Size: 252 KB
- Skills Included: 10
- Plugin Version: 1.0.0
- License: Proprietary (HospitalityOS)
- Marketplace Name: HospitalityOS Hotel AI Skills
- Plugin Name: hotel-intelligence-suite
- Author: HospitalityOS
- Homepage: https://hospitalityos.tech
- Keywords: hotel, hospitality, revenue-management, forecasting, budgeting, labor-optimization, reputation-management, hotel-finance, owner-reporting, RevPAR, hotel-AI, PMS
- Repository structure matches Claude marketplace specification
- marketplace.json is valid and discoverable
- plugin.json contains all required metadata
- All 10 skills are present and documented
- README instructions are clear and actionable
- Installation commands work correctly
- File sizes are optimized (no model weights)
- Documentation is complete and professional
- GitHub Repository Must Be Public - Claude only reads public repos
- marketplace.json at Root - Non-negotiable path requirement
- plugin.json in .claude-plugin/ - Must follow this exact path
- SKILL.md Naming - All skills use exactly this filename
- Version Numbers - Semantic versioning (MAJOR.MINOR.PATCH)
- Tags in GitHub - Create annotated tags for each release
- Auto-Updates - Claude checks main branch every 5-15 minutes
Created: April 4, 2026
Marketplace Root: /sessions/clever-awesome-fermat/hotel-ai-skills-marketplace/
Status: Ready for GitHub deployment