agentsclimarketplace

Xgqq

Skill Bernie311/codex-obsidian-second-brain/xgqq

一条 /XGQQ,用同一个 Agent Skill 让 9 种 AI 智能体共同维护 Obsidian 本地第二大脑。

Install
npx -y skills add Bernie311/codex-obsidian-second-brain --skill xgqq

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Initialize, adapt, validate, or export a local-first Obsidian second brain for filesystem-capable AI agents. Use when a user wants an AI-managed Obsidian Vault, needs to configure or audit an existing Vault, wants Profile and project workflows, or enters XGQQ or /XGQQ. Work directly only when the target path is accessible and authorized; otherwise create a validated portable ZIP without embedding personal data or requiring plugins, MCP, REST APIs, or sync services.

SKILL.md

5.8 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

XGQQ Obsidian Second Brain

Create a portable, user-owned Obsidian knowledge system. Treat Obsidian as the Markdown interface and the active AI agent as an authorized maintainer, never as the owner of the data.

Interpret the request

  • Treat XGQQ and /XGQQ as explicit text triggers.
  • If the trigger has no path, ask only for the target Vault path or whether the user wants an exportable ZIP.
  • Resolve every script path relative to the directory containing this SKILL.md; do not depend on vendor-specific environment variables.
  • Use Python 3.10 or newer. Prefer python, then use the host's available Python 3 launcher.
  • Use one of four modes:
    • Initialize: create a new or empty accessible Vault.
    • Adapt: add missing structure to an accessible existing Vault without overwriting files.
    • Validate: inspect and report without writing.
    • Export: create a portable ZIP when the requested local path is unavailable to the current runtime.

Read references/architecture.md before initializing, adapting, or exporting. Read references/interview.md only when collecting user context or creating the first real project.

Select direct or export execution

Use direct execution only when the current runtime can resolve and access the supplied path and the user has authorized work there.

Use export execution when the agent runs in a cloud VM, container, remote sandbox, or other environment that cannot access the user's local path. Do not reinterpret a Windows path such as D:\Notes as a relative Linux path and do not claim a local Vault was changed.

For export execution, run:

python scripts/export_vault.py <output-zip>

Return the ZIP for the user to download and extract. Report that onboarding and future edits must occur after the Vault is available to a filesystem-capable agent.

Preview before writing

  1. Resolve the target path to an absolute path.
  2. Inspect only the root and .obsidian/; do not recursively read the whole Vault.
  3. Distinguish an Obsidian application directory from a Vault directory. Never scaffold into a directory containing Obsidian.exe, resources/app.asar, or Contents/Resources/app.asar.
  4. Run scripts/init_vault.py <vault-path> without --apply.
  5. Report files that would be created and existing files that would be preserved.
  6. Obtain confirmation before applying to an existing non-empty Vault. A direct request to initialize a new empty path is sufficient authorization to create the scaffold.

Do not install software, Obsidian plugins, AI-client integrations, MCP servers, REST APIs, sync services, or automation.

Apply the scaffold

Run:

python scripts/init_vault.py <vault-path> --apply

The script creates missing files only. Never add an overwrite flag or silently replace an existing file.

For an existing file that needs a user-approved merge:

  1. Explain the exact fields or rules that need changing.
  2. Save the original under Logs/Backups/<timestamp>/<relative-path>.
  3. Patch only the approved parts.
  4. Preserve unrelated content and formatting.

Do not move or delete existing notes during bootstrap. Preserve existing client configuration, plugin state, and hidden directories unless the user separately authorizes a change.

Onboard the user

After scaffolding, offer the onboarding interview. If accepted:

  1. Ask exactly one question per turn.
  2. Write only confirmed information.
  3. Keep unknown fields explicitly pending; never infer identity, goals, preferences, strengths, or weaknesses.
  4. Store stable personal context in Profile/, not in instruction files.
  5. Keep one current primary goal in Profile/Goals.md.
  6. Create the first project by copying Projects/_template/; never modify the template to hold user-specific data.
  7. Give the project one current primary objective and use Inputs → Process → Outputs → Feedback.

Follow the field mapping and question order in references/interview.md.

Maintain boundaries

  • Operate only inside the target Vault or the explicitly requested export path.
  • Keep Markdown UTF-8 and use Obsidian [[wikilinks]].
  • Preserve original URL, author, publication date, and access date for external sources.
  • Separate verified facts, existing summaries, current inferences, and open questions.
  • Never place passwords, API keys, recovery codes, or tokens in the Vault.
  • Search first and read the smallest relevant set; never recursively load the whole Vault for context.
  • Do not publish, send messages, connect accounts, or create scheduled jobs without separate authorization.
  • Do not claim this scaffold is a strict implementation of Andrej Karpathy's LLM Wiki. It is a broader local Markdown workflow inspired by local-first knowledge systems.

Validate completion

For a direct Vault, run:

python scripts/validate_vault.py <vault-path> --full

Resolve all errors before declaring completion. Treat warnings as review items rather than silently changing user-owned state.

Report:

  • the execution mode and resolved accessible path, or the exported ZIP path;
  • files created and existing files preserved;
  • validation errors and warnings;
  • whether onboarding and the first project were completed;
  • the next smallest action;
  • any client or sandbox limitation that prevented direct local access.

Gives 0 of the 12 instructions most note taking skills give in ~1.1k tokens

Counted across 686 of the 876 authors here whose files we hold, read 2026-08-06

  • include a visual element on every slidein 44 of 686, across 13 files
  • use wikilinks for internal vault linksin 35 of 686, across 11 files
  • commit to a single visual motif across every slidein 34 of 686, across 9 files
  • read pptxgenjs guide before creating presentations from scratchin 30 of 686, across 6 files
  • keep 0.5 inch minimum marginsin 30 of 686, across 7 files
  • use subagents to visually inspect rendered slidesin 30 of 686, across 6 files
  • re-verify affected slides after every fixin 27 of 686, across 5 files
  • run content QA checks before declaring successin 26 of 686, across 3 files
  • Use Markdown links for external URLs onlyin 26 of 686, across 10 files
  • pick a bold topic specific color palettein 24 of 686, across 2 files
  • read editing guide before editing existing presentationsin 23 of 686, across 1 file
  • use one dominant color across all slidesin 23 of 686, across 1 file

Said here and by no other author read

  • use python 3.10 or newer
  • use export execution when local path is inaccessible
  • inspect only root and obsidian config before writing
  • report intended changes and obtain confirmation
  • create missing files only during scaffolding
  • back up existing files before patching approved parts

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.