.claude/skills/add-adr/SKILL.md
Create a new Architecture Decision Record in the vault Decisions/ folder, update the ADR Index, and cross-link from related notes. Use when a meaningful trade-off is made, an architectural pattern is chosen, or the user says "we decided to X because Y".
npx skillsauth add malhajri07/real-estate-CRM-project add-adrInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Capture a non-obvious architectural decision so it survives across sessions.
Trigger this skill when one of these happens:
Do not use this for routine implementation choices (variable names, file locations within an existing pattern).
Read Aqarkom_Knowledge/Decisions/ADR Index.md to find the next number.
Create Aqarkom_Knowledge/Decisions/{NNN} - {Title}.md with this template:
---
tags: [decision, adr]
created: YYYY-MM-DD
adr: NNN
status: Proposed | Accepted | Superseded
---
# ADR NNN — {Title}
## Context
What problem are we solving? What constraints are in play?
## Decision
The choice we made, in one paragraph.
## Alternatives considered
- **Option A** — pros/cons
- **Option B** — pros/cons
## Consequences
- Positive: ...
- Negative: ...
- Neutral: ...
## Related
- [[Decisions/ADR Index]]
- [[other relevant notes]]
Update the index at Aqarkom_Knowledge/Decisions/ADR Index.md — add a row to the table.
Cross-link — find any vault notes affected by this decision and add a "See [[Decisions/NNN - Title]]" line at the bottom.
Save a memory of the form feedback or project if the decision affects how Claude should behave going forward (e.g., "always do X, never do Y").
testing
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
tools
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
data-ai
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
tools
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.