What problem does it solve?
This Skill automates installing the tao-research-skills repository into global AI agent configurations so every project and agent on a machine can discover and use the same curated skill set. It removes manual symlink creation, repetitive hook edits, and one-off memory directory bootstrapping that are error-prone when onboarding new machines or platforms.
Core Features & Use Cases
- Per-skill symlink creation: Creates one symlink per skill into each platform's global skills directory and handles existing targets and stale repo-level links.
- Auto-update hooks: Injects a SessionStart git-pull hook into Claude Code settings and appends update instructions to Codex AGENTS.md to keep skills current.
- Memory bootstrap: Creates Claude Code project memory directories with MEMORY.md and README.md templates to initialize persistent context for the repo.
- Workflow rule injection: Appends repository-scoped pre-commit/push checks and rules to platform instruction files to maintain README and memory freshness.
- Use cases: Setting up a new workstation, adding a new AI agent platform, re-running after a platform reinstall, or performing a dry-run audit of global skill integration.
Quick Start
Run the meta-init script from the repository to create platform symlinks, inject auto-update hooks, and bootstrap Claude Code memory directories.