CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. openprose
  4. /
  5. prose
  6. /
  7. Websh

Websh

Editor's Note

You're looking at a multi-agent orchestration framework that runs inside Claude sessions. Instead of chaining prompts ad-hoc, you write contracts in markdown that declare responsibilities, wire dependencies, and pin execution order when you need it. It activates when you type `prose run` or open a `.prose.md` file, then Claude embodies the VM directly rather than shelling out to a binary. The architecture splits cleanly: Contract Markdown for declarative wiring, ProseScript for imperative choreography, Forme for dependency injection, and pluggable state backends. Useful when you have three-plus steps needing different expertise, natural retry loops, or anything you'll run repeatedly. For one-shot questions, skip it and just answer directly.

Install

npx skills add https://github.com/openprose/prose --skill websh
Votes
0
Installs372
GitHub Stars1.4k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment