localdocs-til-link

Create and verify a symlink from localdocs/ to a TIL repository folder.

14|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tae0y/python-project-template --skill localdocs-til-link
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localdocs-til-link
Source: https://github.com/tae0y/python-project-template/tree/main/.claude/skills.nouse/localdocs-til-link
Command: npx skills add https://github.com/tae0y/python-project-template --skill localdocs-til-link

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connects a project's localdocs/ folder to the TIL repository via a symlink, enabling centralized documentation storage and persistence.

Core Features & Use Cases

  • Creates and manages a symlink between localdocs/ and a TIL folder, so project docs live in a git-managed repository while remaining accessible locally.
  • Supports setup scenarios: new project initialization, recovery after accidental deletion of localdocs/, or linking to an existing TIL repo for shared access.
  • Handles path resolution and verification steps to ensure the symlink remains valid across environments.

Quick Start

Run the skill to link the project's localdocs/ to the designated TIL folder by providing til_folder and til_base to create and verify the symlink.

Frequently Asked Questions about localdocs-til-link

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I symlink a localdocs folder to a central TIL repository?

To symlink localdocs to a TIL repository, you provide the til_base and target til_folder paths so the skill can create, move, and verify the filesystem symlink for centralized documentation.

What is the best way to centralize project documentation in a git-managed repo?

Centralizing project documentation is achieved by creating a symlink from your localdocs folder to a git-backed TIL repository, keeping all docs accessible locally while stored in one managed location.

How do I restore a localdocs folder after accidental deletion?

Restoring a deleted localdocs folder involves re-establishing the symlink to your TIL repository by specifying the til_base and til_folder, which recreates and verifies the link.

Do I need specific path variables to link localdocs to a TIL repo?

Yes, linking localdocs requires clear path resolution for the til_base and the target til_folder to execute the filesystem operations needed to create and verify the symlink.

Does creating localdocs symlinks work across different environments?

Creating localdocs symlinks includes path resolution and verification steps designed to ensure the link remains valid across supported environments during project setup or recovery.