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. incept5
  4. /
  5. eve-skillpacks
  6. /
  7. Eve Local Dev Loop

Eve Local Dev Loop

Editor's Note

This sets up a local Docker Compose loop that mirrors your Eve staging environment, so you're not debugging environment drift at deploy time. You run Postgres and migrations locally using the same eve-migrate image that runs in production, then npm run dev for hot reload on your API and web apps. The smart bit is keeping compose.yaml and .eve/manifest.yaml in sync so services, ports, and secrets match. When local works, you promote to staging with eve env deploy and track the job. It's opinionated about structure (timestamp-prefixed SQL migrations, Vite proxy config) but that opinion saves you from the usual local-versus-remote config hell.

Install

npx skills add https://github.com/incept5/eve-skillpacks --skill eve-local-dev-loop
Votes
0
Installs279
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment