dull-bird/deeporbit · Archived

do.fix-links

Automatically scans wiki links in 40_Wiki, identifies missing note files, and automatically completes them. Includes: 1. Automatic creation of missing files; 2. Deep content filling (Wiki + First Principles); 3. Intelligent automatic classification.

First seen Jul 21, 2026

Installation

$ npx skills add dull-bird/deeporbit --skill do.fix-links

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dull-bird/deeporbit · top by installs.

npx skills add dull-bird/deeporbit

Browse all from dull-bird/deeporbit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,285 B
  • docs SUMMARY.md 269 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Ghost Link Fixer & Filler (Pro)

Overview

This skill ensures the DeepOrbit knowledge base remains coherent, in-depth, and well-organized. It not only fills gaps but also provides insights through deep decomposition.

Workflow

  1. Identify & Create: Run scripts/fixlinks.py to identify missing links and generate placeholder files (located in 40Wiki/未分类/).
  2. 深度填充 (Deep Filling):

- Obtain a list of newly created entries. - Call googlewebsearch to search for core definitions, background, and underlying logic. - Content Generation Guidelines: - Style: Wikipedia-style (objective, structured, high signal-to-noise ratio). - Depth: Must include a "First Principles Decomposition" (First Principles) section, unearthing the concept's essential assumptions, core contradictions, or physical/mathematical foundations. - Structure: Definition -> First Principles/Underlying Logic -> Key Points -> Applications/Examples -> Related Concepts. - Execute Move & Write: Use write_file to populate content and move it to the target subdirectory (intelligent classification).

Usage

Enter /do:fix-links directly in the command line.

Notes

  • When filling content, be sure to preserve Frontmatter such as area and tags.
  • First Principles decomposition should avoid clichés and pursue unique insights.

Rules

  • Read deeporbit.json from the workspace root to determine the interaction language. Use this language for all your responses and generated note contents (e.g. zh-CN). The Obsidian folder paths themselves will ALWAYS remain in English.
  • Set author: ai in frontmatter for every note you create; switch to author: mixed when substantially rewriting a human-authored note. Authorship lives in frontmatter only — never add visible badges.
  • Use do.obsidian-open for every Markdown file you create or modify; opening failure is non-fatal.