Plugin Claude Code
Plugin marketplace listing 6 plugins: architecture, refactoring, ai-ml, workflow, communication.
Plugin Claude Code
Plugin marketplace listing 6 plugins: architecture, refactoring, ai-ml, workflow, communication.
Agent Claude Code
Read-only error and consistency check of this skills repository. Use PROACTIVELY when the user asks to "check the repo", validate skills, verify SKILL.md files against the official Agent Skills format, hunt for manifest/catalogue/plugin drift or broken symlinks, or wants a pre-commit sanity pass after adding or…
Instructions file CodexOpenCode
AGENTS.md instructions for fabiandistler/agents, covering agents, how to use this repo, skill catalogue, architecture & design (architecture) and refactoring & code quality (refactoring).
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and specs for this repo live as GitHub issues. Use the gh CLI for all operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Plugin Claude Code
AI and ML engineering skills: diagnosing and architecting LLM applications, and guiding ML projects from framing to deployment.
Plugin Claude Code
Software architecture and design skills: ADRs, architecture pattern advice, Domain-Driven Design (strategy and coding conventions), C4 model drafting and diagram rendering, microservices design conventions, logical component design, fitness functions, SQL schema design, and coupling/cohesion analysis. Includes…
Agent
Read-only cohesion analysis of a class, file, module, or package. Use PROACTIVELY when the user asks whether code is cohesive, whether to split a god-class or god-module or a Utils / helpers grab-bag, says "is this class doing too much" or "should I split this module", or mentions LCOM or separation of concerns. Runs…
Agent
Read-only coupling analysis of a codebase. Use PROACTIVELY when the user asks to "analyze coupling", asks which modules are too coupled, brittle, or tangled, whether the codebase is over-abstracted or over-engineered, or mentions afferent/efferent coupling, instability, abstractness, distance from the main sequence…
Plugin Claude Code
Communication skills: stakeholder updates, communication analysis, problem-first technical explanations, and self-contained HTML artifacts.
Plugin Claude Code
Personal-domain skills: hypertrophy training programming and Zettelkasten note valuation.
Plugin Claude Code
Refactoring and code-quality skills: a unified refactoring skill (decision checklist plus Fowler's technique catalog), the stepdown rule, test-driven development, and managing risky changes.
Plugin Claude Code
Planning and workflow skills: natural planning, status updates, skill authoring, and guideline distillation.
Skill Claude CodeCodex
Establish and maintain Architecture Decision Records (ADRs) in software repositories.
Skill Claude CodeCodex
Building AI/ML systems — engineering an LLM or foundation-model application (prompts, tool calling, evals) or running a machine-learning project from framing to deployment. Routes to the right sub-skill.
Skill Claude CodeCodex
Use when choosing the architecture of a repository — topology (monolith, modular monolith, microservices, serverless) or code organization (layered, by-domain, hexagonal, clean/onion). Includes a reusable trade-off-analysis method for weighing alternatives. Not for generic project setup with no architecture-shape…
Skill Claude CodeCodex
Any software architecture or design question — ADRs, DDD, C4 diagrams, coupling/cohesion analysis, microservices, component design, fitness functions, SQL schema design. Routes to the right sub-skill.
Skill Claude CodeCodex
Draft a C4 model of a software system with the user and render it as Mermaid diagrams. Covers Context, Container, Component, Landscape, Dynamic, and Deployment views (not Code / level 4), all derived from one element/relationship table.
Skill Claude CodeCodex
Analyze or rewrite a message, feedback, or conversation with Schulz von Thun's four-sides model and Rogers-style active listening. Decodes the factual, self-revealing, relationship, and appeal levels. Educational, not therapy.
Skill Claude CodeCodex
Assess an existing codebase's coupling and cohesion — module cohesion and LCOM, codebase-wide coupling metrics and zones, or whether a single dependency is balanced (Khononov).
Skill Claude CodeCodex
Domain-Driven Design end to end — strategic subdomain classification and context mapping, tactical pattern choice, and implementation conventions for aggregates, value objects, and events.
Skill Claude CodeCodex
Producing technical documentation for a named reader — README, API reference, runbook, architecture doc, or onboarding guide. Covers per-type skeletons, audience targeting, and keeping docs current instead of stale.
Skill Claude CodeCodex
Design and implement architecture fitness functions. These are automated, CI-wired checks that govern architecture characteristics (modularity, layering, coupling, security, resilience) and keep the architecture from eroding.