tech-leads-club

64 mods across 3 repositories, 5.1k stars between them.

tech-leads-club/agent-skills

Instructions file CodexOpenCode

AGENTS.md instructions for tech-leads-club/agent-skills, covering agents.md, workflow orchestration, 1. plan mode default, 2. subagent strategy and 3. verification before done.

5.1k 2d ago A 1,570 tokens

tech-leads-club/agent-skills

Instructions file

Claude Code instructions for tech-leads-club/agent-skills, a project described as: The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.

5.1k 2d ago A 3 tokens

mcp

04

tech-leads-club/agent-skills

Plugin Claude Code

The official MCP for agent-skills. Curated catalog, progressive disclosure flow: Search → load canonical SKILL.md → fetch only validated references. Safe, lean, zero config.

5.1k 2d ago A tokens not measured

tech-leads-club/agent-skills

Skill Claude CodeCodex

Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common code between services", "what can be consolidated?", "detect shared domain logic", or analyzing component overlap before refactoring. Do NOT use for code-level…

5.1k 2d ago A 77 tokens

tech-leads-club/agent-skills

Skill Claude CodeCodex

Detects misplaced classes and fixes component hierarchy problems — finds code that should belong inside a component but sits at the root level. Use when asking "clean up component structure", "find orphaned classes", "fix module hierarchy", "flatten nested components", or analyzing why namespaces have misplaced code.…

5.1k 2d ago A 86 tokens

tech-leads-club/agent-skills

Skill Claude CodeCodex

Maps architectural components in a codebase and measures their size to identify what should be extracted first. Use when asking "how big is each module?", "what components do I have?", "which service is too large?", "analyze codebase structure", "size my monolith", or planning where to start decomposing. Do NOT use…

5.1k 2d ago A 81 tokens

coupling-analysis

08

tech-leads-club/agent-skills

Skill Claude CodeCodex

Analyzes coupling between modules using the three-dimensional model (strength, distance, volatility) from "Balancing Coupling in Software Design". Use when asking "are these modules too coupled?", "show me dependencies", "analyze integration quality", "which modules should I decouple?", "coupling report", or…

5.1k 2d ago A 92 tokens

tech-leads-club/agent-skills

Skill Claude CodeCodex

Creates step-by-step decomposition plans and migration roadmaps for breaking apart monolithic applications. Use when asking "what order should I extract services?", "plan my migration", "create a decomposition roadmap", "prioritize what to split", "monolith to microservices strategy", or tracking decomposition…

5.1k 2d ago A 87 tokens

domain-analysis

10

tech-leads-club/agent-skills

Skill Claude CodeCodex

Maps business domains and suggests service boundaries in any codebase using DDD Strategic Design. Use when asking "what are the domains in this codebase?", "where should I draw service boundaries?", "identify bounded contexts", "classify subdomains", "DDD analysis", or analyzing domain cohesion. Do NOT use for…

5.1k 2d ago A 86 tokens

tech-leads-club/agent-skills

Skill Claude CodeCodex

Groups existing components into logical business domains to plan service-based architecture. Use when asking "which components belong together?", "group these into services", "organize by domain", "component-to-domain mapping", or planning service extraction from an existing codebase. Do NOT use for identifying new…

5.1k 2d ago A 78 tokens

tech-leads-club/agent-skills

Skill Claude CodeCodex

Guides design and implementation of evolutionary modular-monolith platforms with DDD (strategic + tactical), flat-by-aggregate organization, an Anti-Corruption Layer for vendor independence, a transactional outbox for events, smart resilience (backoff with jitter, circuit breakers, idempotency), and a polished…

5.1k 2d ago A 208 tokens

frontend-blueprint

13

tech-leads-club/agent-skills

Skill Claude CodeCodex

AI frontend specialist and design consultant that guides users through a structured discovery process before generating any code. Collects visual references, design tokens, typography, icons, layout preferences, and brand guidelines to ensure the final output matches the user's vision with high fidelity. Use when the…

5.1k 2d ago A 170 tokens

tech-leads-club/agent-skills

Skill Claude CodeCodex

Use when planning legacy system migrations, codebase modernization, monolith decomposition, microservices consolidation, cross-language rewrites, or framework upgrades. Invoke for strangler fig pattern, incremental migration strategy, or refactoring roadmaps. Do NOT use for domain analysis (use domain-analysis)…

5.1k 2d ago A 85 tokens

tech-leads-club/agent-skills

Skill Claude CodeCodex

Runs a sequenced monolith-to-modular pipeline that sizes and inventories components, finds shared domain duplication, addresses flattening and hierarchy issues, analyzes coupling, then groups components into candidate domain-aligned units, with optional embedded DDD strategic analysis for bounded contexts. Use when…

5.1k 2d ago A 158 tokens

tech-leads-club/agent-skills

Skill Claude CodeCodex

Technology-agnostic guidance for modular systems: bounded contexts, clear boundaries, composability, state isolation, explicit contracts, failure containment, scaffolding workflows, split/merge criteria, sub-units inside a context, and compliance review signals. Use when designing or reviewing module structure…

5.1k 2d ago A 166 tokens

tech-leads-club/agent-skills

Skill Claude CodeCodex

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes. Do NOT…

5.1k 2d ago A 76 tokens

tactical-ddd

18

tech-leads-club/agent-skills

Skill Claude CodeCodex

Detects anemic domain models, validates and refactors them into rich domain models, and enforces tactical DDD patterns (Entities, Value Objects, Aggregates, Domain Services, Domain Events). Use when the user asks to validate, review, or check domain models or DDD code; detect anemia; refactor domain objects; improve…

5.1k 2d ago A 160 tokens

aws-advisor

19

tech-leads-club/agent-skills

Skill Claude CodeCodex

Expert AWS Cloud Advisor for architecture design, security review, and implementation guidance. Leverages AWS MCP tools for accurate, documentation-backed answers. Use when user asks about AWS architecture, security, service selection, migrations, troubleshooting, or learning AWS. Triggers on AWS, Lambda, S3, EC2…

5.1k 2d ago A 118 tokens

cloudflare-deploy

20

tech-leads-club/agent-skills

Skill Claude CodeCodex

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Do NOT use for deploying to Vercel, Netlify, or Render (use their respective skills).

5.1k 2d ago A 64 tokens

netlify-deploy

21

tech-leads-club/agent-skills

Skill Claude CodeCodex

Deploy web projects to Netlify using the Netlify CLI (npx netlify). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys. Do NOT use for deploying to Vercel, Cloudflare, or Render (use their respective skills).

5.1k 2d ago A 72 tokens

render-deploy

22

tech-leads-club/agent-skills

Skill Claude CodeCodex

Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform. Do NOT use for deploying to Vercel, Netlify, or Cloudflare (use their respective skills).

5.1k 2d ago D 71 tokens

vercel-deploy

23

tech-leads-club/agent-skills

Skill Claude CodeCodex

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment". Do NOT use for deploying to Netlify, Cloudflare, or Render (use their respective skills).

5.1k 2d ago A 67 tokens

create-adr

24

tech-leads-club/agent-skills

Skill Claude CodeCodex

Creates Architecture Decision Records (ADRs) to document significant architectural choices and their rationale for future team members. Use when the user says "write an ADR", "document this decision", "record why we chose X", "add an architecture decision record", "create an ADR for", or wants to capture the reasoning…

5.1k 2d ago A 110 tokens