tag

architecture

77 indexed skills · max 10 per page

skills (77)

decomposition-planning-roadmap

tech-leads-club/agent-skills · architecture

0

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 progress. Do NOT use for domain analysis (use domain-analysis) or component sizing (use component-identification-sizing).

domain-analysis

tech-leads-club/agent-skills · architecture

0

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 grouping existing components into domains (use domain-identification-grouping) or dependency analysis (use coupling-analysis).

coupling-analysis

tech-leads-club/agent-skills · architecture

0

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 evaluating architectural health. Do NOT use for domain boundary analysis (use domain-analysis) or component sizing (use component-identification-sizing).

component-common-domain-detection

tech-leads-club/agent-skills · architecture

0

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 duplication detection (use linters) or dependency analysis (use coupling-analysis).

component-identification-sizing

tech-leads-club/agent-skills · architecture

0

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 for runtime performance sizing or infrastructure capacity planning.

component-flattening-analysis

tech-leads-club/agent-skills · architecture

0

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. Do NOT use for dependency analysis (use coupling-analysis) or domain grouping (use domain-identification-grouping).

documentation-and-adrs

OWNER/REPO · productivity

0

Records decisions and documentation for architectural choices, public APIs, and feature shipping to aid future engineers and agents.

code-review-and-quality

OWNER/REPO · code

0

Conducts multi-axis code review to assess code quality across correctness, readability, architecture, security, and performance before merging changes.

domain-architecture

kostja94/marketing-skills · AI/ML

0

Guides domain structure decisions for multiple products or brands: subfolder (subdirectory), subdomain, or independent domain. Covers brand architecture (Branded House vs House of Brands) and Hub-Spoke principles when multiple domains coexist. See domain-selection for initial domain choice (Brand/PMD/EMD, TLD); website-structure for single-domain page planning; rebranding-strategy for domain change and migration; multi-domain-brand-seo for brand search optimization.

react-component-architecture

aj-geddes/useful-ai-prompts · Frontend

0

Build scalable, maintainable React components using modern patterns including functional components, hooks, composition, and TypeScript for type safety.

prevpage 3 / 8next