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. hugorcd
  4. /
  5. evlog
  6. /
  7. Create Evlog Framework Integration

Create Evlog Framework Integration

Editor's Note

This generates the boilerplate for adding a new framework integration to evlog, a structured logging library. You get two paths: manifest mode for standard request/response middleware frameworks like Hono or Express (about 30 lines of glue code), or custom mode for frameworks with weird lifecycles like NestJS or SvelteKit. The manifest approach uses defineFrameworkIntegration and covers roughly 80% of cases, while custom mode drops down to createMiddlewareLogger when you need more control. If you're maintaining evlog or want to add support for your preferred web framework, this scaffolds the integration pattern with reference implementations already in the repo.

Install

npx skills add https://github.com/hugorcd/evlog --skill create-evlog-framework-integration
Votes
0
Installs448
GitHub Stars1.4k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment