# Obsidian Bases

> Required companion skill for keeping Obsidian knowledge-base navigation healthy: Bases-compatible metadata, MOCs, indexes, capture logs, recent-note sections, and dashboard surfaces. Use when new or updated notes should appear in Obsidian navigation views.

- **Type:** Skill
- **Install:** `agentstack add skill-lionellau-capture-concept-obsidian-bases`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [lionellau](https://agentstack.voostack.com/s/lionellau)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [lionellau](https://github.com/lionellau)
- **Source:** https://github.com/lionellau/capture-concept/tree/main/skills/obsidian-bases

## Install

```sh
agentstack add skill-lionellau-capture-concept-obsidian-bases
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Obsidian Bases

Use this skill when a capture should update navigation surfaces in an Obsidian
vault.

## Goal

New notes should not become isolated files. They should appear in at least one
navigation surface:

- domain `_index.md`
- project or domain MOC
- `capture-log.md` or `wiki-log.md`
- session MOC for multi-note captures
- Obsidian Bases/dashboard files when the vault already uses them

## Metadata For Views

Keep frontmatter consistent so Bases or Dataview-like views can filter notes:

```yaml
type: concept
domain: software-engineering
depth: working
scenario: S5
confidence: high
provenance: extracted
created: "2026-06-11"
updated: "2026-06-11"
tags:
  - domain/software-engineering
  - status/active
  - topic/debugging
```

## Index Updates

If a domain `_index.md` exists, add one row:

```markdown
| [[note-slug]] | concept | high | What this note teaches |
```

The description should explain the value of the note, not repeat tags.

## MOC Updates

If a relevant MOC exists, add a wikilink under the most specific heading. If no
heading fits, add to "Recent Notes" or "Open Gaps".

Do not create many new MOCs unless the capture creates a new stable domain or a
session with 3+ concepts.

## Session MOCs

Create a session MOC when 3+ concepts are captured together. It should include:

- concepts captured
- depth/type per concept
- connections discovered
- stub candidates

For domain onboarding, the domain learning map is the session MOC.

## Bases Compatibility

If the vault already contains Obsidian Bases files or dashboard conventions,
preserve and update them. Do not invent a Bases schema for users who do not have
one.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [lionellau](https://github.com/lionellau)
- **Source:** [lionellau/capture-concept](https://github.com/lionellau/capture-concept)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-lionellau-capture-concept-obsidian-bases
- Seller: https://agentstack.voostack.com/s/lionellau
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
