Mad Scientist Skills banner
karsten-s-nielsen karsten-s-nielsen

Mad Scientist Skills

Security community

Description

Claude Code plugin — 8 skills for architecture, security, observability, optimization, documentation, cognitive UX, and C4 diagramming

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

mad-scientist-skills

![Mad Scientist Skills](assets/mad-scientist.jpg)

[![CI](https://github.com/karsten-s-nielsen/mad-scientist-skills/actions/workflows/ci.yml/badge.svg)](https://github.com/karsten-s-nielsen/mad-scientist-skills/actions/workflows/ci.yml) [![Version](https://img.shields.io/badge/version-1.24.0-blue)](CHANGELOG.md) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

[Claude Code](https://docs.anthropic.com/en/docs/claude-code) skills are slash-command capabilities that extend Claude Code with specialized knowledge. Install this plugin to get 10 skills for architecture auditing, architecture diagramming, code security analysis, performance optimization, pre-change measurement gating, observability assessment, documentation evaluation, cognitive interface review, pre-commit quality checks, and non-author artifact review.

Skills

Skill Description Invoke
architecture-audit Assess architectural patterns, dependency direction, bounded contexts, SOLID compliance, and structural health (beta) /mad-scientist-skills:architecture-audit
c4 Generate interactive C4 architecture diagrams as self-contained HTML /mad-scientist-skills:c4
cognitive-interface-audit Find usability problems, mental model gaps, cognitive overload, and accessibility violations /mad-scientist-skills:cognitive-interface-audit
documentation-audit Evaluate documentation quality, structure, clarity, completeness, and audience fit /mad-scientist-skills:documentation-audit
final-review Pre-commit quality gate with code review, documentation check, and architecture diagram /mad-scientist-skills:final-review
measure-before-optimize Pre-change measurement gate for perf-sensitive functions — captures baseline and verifies regression stays within threshold /mad-scientist-skills:measure-before-optimize
observability-audit Assess monit