documentation-and-adrs

Document decisions, not just code. Write Architecture Decision Records for significant technical choices. Use when making architectural decisions, choosing between approaches, or when the same thing needs explaining repeatedly.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "documentation-and-adrs" with this command: npx skills add Bokazan/skillsmp-bokazan-bokazan-documentation-and-adrs

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

browser-testing-with-devtools

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that renders in a browser — DOM inspection, console errors, network analysis, performance profiling, accessibility verification.

Repository SourceNeeds Review
Coding

code-simplification

Reduces code complexity while preserving exact behavior. Applies Chesterton's Fence principle — understand before removing. Use after implementing features, or on request via /code-simplify.

Repository SourceNeeds Review
Coding

deprecation-and-migration

Safely removes code that no longer justifies its maintenance cost and migrates users to replacements. Use when sunsetting APIs, removing features, or transitioning to new implementations.

Repository SourceNeeds Review
Coding

git-workflow-and-versioning

Disciplined version control — trunk-based development, atomic commits, descriptive messages, pre-commit hygiene. Use on every code change.

Repository SourceNeeds Review
documentation-and-adrs | V50.AI