New to Claude Skills? Learn how to install them →

Oar9av on GitHub

Obsidian Layout Adjustment

Free

Customize Obsidian's appearance with precision CSS tweaks.

by ar9av3.2k stars on ar9av/obsidian-wiki
1 views
Updated Aug 8, 2026
Get this skill

Free · Opens the source repo

What Obsidian Layout Adjustment does

The Obsidian Layout Adjustment skill is designed for users who want to personalize the visual aspects of their Obsidian workspace using CSS snippets. This skill facilitates a streamlined workflow for modifying elements such as tabs, sidebars, note surfaces, and various other components of the Obsidian interface. By translating user requests into specific Obsidian objects, it ensures that changes are made accurately and efficiently, while also allowing users to visualize the impact of their adjustments through screenshots.

This skill operates by interpreting natural language descriptions provided by the user. When a user identifies a visible object in Obsidian, the skill maps that phrase to the corresponding backend object, ensuring that the correct element is targeted for modification. This process helps to prevent common mistakes that can occur when users inadvertently request changes to the wrong component. The skill emphasizes a rapid, iterative approach to styling, allowing users to checkpoint their work and make adjustments without losing previous states.

For users who frequently adjust their Obsidian layout, this skill provides a structured yet flexible framework for making CSS changes. It is particularly useful for those who may not have extensive CSS knowledge but wish to achieve a specific aesthetic or functional outcome in their workspace. By focusing on the stable aspects of the Obsidian environment, the skill helps maintain consistency across different themes and plugins, making it easier to achieve the desired look and feel.

Ultimately, the Obsidian Layout Adjustment skill is a valuable tool for anyone looking to enhance their Obsidian experience through tailored visual modifications. It allows users to express their personal style while ensuring that the underlying functionality of the application remains intact.

When to use it

Use this skill when you need to adjust the visual elements of your Obsidian workspace, such as tabs or sidebars, with CSS snippets.

When not to use it

This skill is not suitable for general CSS workflows or when working with non-Obsidian web pages, as it is specifically tailored for the Obsidian environment.

What you can build with it

Adjusting Tab Placement

When a user wants to move the tabs above the note area, this skill translates that request into the appropriate CSS modifications.

Refactoring CSS Snippets

If a user finds that a visual change did not take effect, the skill helps identify the issue and refactor the CSS snippets accordingly.

Enhancing Readability

Users can request changes to improve the readability of their notes, such as adjusting colors or spacing, with the skill guiding the modifications.

How to install Obsidian Layout Adjustment

View source

1. Install with the skills CLI

npx skills add ar9av/obsidian-wiki/obsidian-layout-adjustment --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by ar9av

Obsidian Layout Adjustment

This skill is for changing how Obsidian looks with CSS files while working with the user's visual language.

Obsidian is always the same kind of environment: app frame, tab headers, side docks, view headers, pane shells, note surface, properties, file explorer, backlinks, graph, rendered markdown, and status bar. The vault, theme, snippets, plugins, and desired taste direction change, but the canvas stays Obsidian.

The core behavior is translation:

the user names a visible Obsidian object. Translate that phrase into the stable Obsidian layer/backend object, edit the active snippets safely, screenshot the result, and keep iterating without losing good states.

This is not a general CSS workflow and not a fixed-theme generator.

Normal Output Mode

This skill should make live styling work faster, not turn every small request into a report.

In normal use:

  1. Say the mapping only when it prevents ambiguity.
  2. Keep the mapping short: one sentence is usually enough.
  3. Then act: inspect active snippets, checkpoint, patch, format, reload, screenshot.
  4. Report the result concisely with changed files, checkpoint, and screenshot status.

Good normal update:

"I’m treating 'tabs above the note' as workspace tab headers, not the arrows/book/dots view header. I’ll checkpoint active snippets, patch that selector family only, and screenshot the tab strip."

Do not write a long workflow report unless:

  • the user asks for a plan, audit, review, or explanation.
  • You are running evals or building this skill.
  • You are refactoring without visual changes.
  • The request is ambiguous enough that acting first would be risky.

The value is in preventing bad CSS loops while still moving quickly.

Use The Reference

Read references/workflow-reference.md when:

  • the user names a visible Obsidian object in natural language.
  • The requested target could be more than one Obsidian layer.
  • A screenshot shows "nothing changed," "still wrapped," "not lifted," uneven edges, washed-out surfaces, or unreadable icons.
  • You are refactoring active snippets without changing the accepted look.
  • You need the Obsidian surface map, change-type map, or failure-pattern list.

The reference is Obsidian-specific. Use it before treating the UI as an unknown web page.

Operating Loop

  1. Start from the live vault.
  2. Read <vault>/.obsidian/appearance.json.
  3. Treat enabledCssSnippets as the active styling source of truth.
  4. Read active snippets before archives, backups, or old experiments.
  5. Translate the user's phrase into an Obsidian object and owning layer.
  6. Classify the change type: color, readability, lift, shape, structure, density, simplification, workflow, or refactor.
  7. Save a named checkpoint before subjective edits: copy the active snippets to .obsidian/snippet-archive/, never into .obsidian/snippets, so the snippet picker stays clean.
  8. Re-read the exact current block, then edit one owning layer: stage, shell, header, wrapper, or child. Formatting reshapes the file; a patch written from a remembered shape misses mechanically.
  9. Format CSS.
  10. Reload/focus Obsidian and screenshot the exact affected area.
  11. Use the screenshot and the user's correction as evidence.
  12. If it fails, inspect ownership or restore; do not keep piling CSS onto the same wrong target.
  13. Refactor only after the user accepts the visual state.

Translate Before Editing

The user will usually name what they see, not the selector:

  • "tabs above the note"
  • "arrows/book/dots above the note"
  • "left side note buttons"
  • "right sidebar"
  • "links in those little areas"
  • "the thing around the note"
  • "selected icon"
  • "top-left white corner"

Before editing, map the phrase:

user phrase -> visible object -> Obsidian layer -> likely selector/settings surface -> change type -> owning layer

Say the mapping back when it could be ambiguous:

"When you say the tabs above the note, I am treating that as the workspace tab headers, not the arrows/book/dots row inside the note pane."

This is the main mistake-prevention step. Most frustrating failures came from changing a plausible element that was not the object the user meant, or changing a child when the wrapper/header/stage owned the visible shape.

Stable Layer Stack

Use this compact map first, then verify exact selectors in the live vault:

the user points atUsually means
top-left white/native areatitlebar/native chrome or adjacent app header
tabs above noteworkspace tab headers
plus next to tabnew tab control
green/top barapp frame or tab header container
far-left iconsribbon / side dock
selected side iconactive side-dock tab header plus icon state
buttons above file listfile explorer nav controls
left note/folder buttonsfile explorer tree rows
vault name/footerside dock profile/footer
arrows/book/dots above notemarkdown view header
note/page/papermarkdown leaf, editor, or readable surface
note shadow/lift/edgestage, shell, gutter, overflow, or pseudo-element relationship
propertiesmetadata container or Properties View workflow
linksinternal link spans in reading/editing modes
right sidebarright workspace split and utility leaves
linked mentions/backlinksbacklinks plugin result groups
graphgraph plugin leaf/canvas
bottom statsstatus bar

The visible object and backend layer should be treated as stable across Obsidian work. Exact class names can vary by theme/plugin/app version, so verify in the live vault before patching.

Change-Type Split

The same object needs different work depending on the request:

  • Color/accent: update background, text, border, icon stroke/fill, and active/hover/focus states together.
  • Readability: check rendered contrast, especially for icons on colored toolbars.
  • Lift/depth: decide foreground, stage, shell, gutter, overflow, and exterior shadow. Lift is a relationship, not just box-shadow.
  • Rounded corners: check parent shell, child radius, overflow, and adjacent background.
  • Structure: style the wrapper/header/shell that owns the visible shape.
  • Simplification: remove wrappers, borders, gradients, shadows, or pseudo-elements before adding more treatment.
  • Properties/workflow: consider Obsidian's Properties View or display settings before CSS-compressing metadata.
  • Refactor: preserve cascade order and verify the screenshot does not change.

If a target needs two change types, do two passes. For example, make side-dock icons readable first, then tune the selected-state color.

What To Change First

Start with:

  • active CSS snippets from appearance.json
  • Obsidian settings when the issue is a workspace behavior
  • Style Settings or theme variables when the change should remain tunable
  • stable Obsidian wrappers: tab headers, view headers, pane shells, side docks, file rows, note surface, backlinks groups

Avoid changing first:

  • Obsidian app bundle files
  • community plugin source files
  • installed theme source files
  • vault content just to force visual styling
  • app internals/minified code before active snippets and theme CSS are ruled out

Ask for explicit confirmation before:

  • switching themes
  • disabling snippets or plugins
  • hiding/moving properties as a workflow change
  • changing global typography or editor density substantially
  • deleting archived experiments
  • changing files outside .obsidian/snippets or Obsidian settings

Screenshot Gate

CSS validity is not visual success. The screenshot is product truth.

For every meaningful visual pass:

  1. Save checkpoint.
  2. Patch.
  3. Format CSS.
  4. Reload or focus Obsidian.
  5. Screenshot the affected area.
  6. Compare the screenshot to the complaint.

If another window covers Obsidian, retake the screenshot. Verify the verifier: confirm Obsidian is actually frontmost before trusting a capture (AppleScript can check the frontmost process). If the issue is tiny, capture just that region — screencapture -R<x,y,w,h> out.png — around the edge, icon, tab, row, or pane.

If the screenshot disproves the fix, keep working, restore, or say it failed. Do not close as if formatting proved success.

Failure Signals

the user's corrections are selector evidence:

  • "nothing changed" means wrong selector, wrong layer, clipping, coverage, or override.
  • "still wrapped" usually means both wrapper and child are styled.
  • "not lifted" means the stage/shell/gutter relationship is wrong or too subtle.
  • "right side got lighter" points to an overlay or pseudo-element on top of the note.
  • "icon is impossible to see" means active/inactive button fill and icon color must be handled together.
  • "overdone" often means remove treatment before adding another one.

If a direction fails twice, restore the last good checkpoint and change the ownership model.

Refactor Rule

Do not refactor during taste exploration.

When the user likes the look:

  1. Save a baseline checkpoint.
  2. Add or update a file map and section headers.
  3. Preserve selector order unless changing it intentionally.
  4. Format CSS.
  5. Check the diff for accidental visual changes.
  6. Screenshot Obsidian.
  7. Archive inactive iterations outside .obsidian/snippets.

CSS size is usually less dangerous than cascade confusion and a messy active snippet picker.

Closing Report

When done, keep the closeout short. Report:

  • active snippet files changed
  • checkpoint paths saved
  • what user phrase mapped to which Obsidian layer
  • what was screenshot-verified
  • anything not verified or intentionally deferred

Avoid explaining the whole workflow after every small pass. The workflow should be visible in the actions: checkpoint, scoped edit, screenshot, and evidence-based next step.

Frequently asked questions about Obsidian Layout Adjustment

Similar skills