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. borghei
  4. /
  5. claude-skills
  6. /
  7. Senior Architect

Senior Architect

Editor's Note

This one gives you three Python scripts that analyze codebases and spit out architecture diagrams in Mermaid, PlantUML, or ASCII. The dependency analyzer checks for circular deps and outdated packages across npm, Python, Go, and Rust projects. The project architect tool pattern-matches your codebase to detect MVC, layered, or hexagonal architectures and flags issues like god classes or layer violations. It also includes decision trees for database selection and monolith vs microservices choices. The outputs are straightforward reports and diagrams you can drop into docs or PRs. Honest take: the decision workflows read more like checklists than interactive tools, but the static analysis scripts could save you from drawing boxes in Lucidchart.

Install

npx skills add https://github.com/borghei/claude-skills --skill senior-architect
Votes
0
Installs182
GitHub Stars210
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment