← 返回
开发者工具 中文

Wip Repos

Repo manifest reconciler. Makes repos-manifest.json the single source of truth for repo organization.
仓库清单协调器,使 repos-manifest.json 成为仓库组织的唯一真相来源。
parkertoddbrooks parkertoddbrooks 来源
开发者工具 clawhub v1.9.72 4 版本 99917.9 Key: 无需
★ 0
Stars
📥 1,217
下载
💾 10
安装
4
版本
#latest

概述

wip-repos

Repo manifest reconciler. Like prettier for folder structure. Move folders around all day; on sync, everything snaps back to where the manifest says.

When to Use This Skill

Use wip-repos for:

  • Checking if the filesystem matches the manifest (check)
  • Moving repos to match the manifest (sync)
  • Adding a new repo to the manifest (add)
  • Moving a repo in the manifest (move)
  • Generating a directory tree from the manifest (tree)

Use after:

  • Cloning a new repo
  • Moving repos between categories
  • Adding new repos to the org

Do NOT Use For

  • Git operations (use git directly)
  • Repo creation on GitHub (use gh)

API Reference

CLI

wip-repos check                              # diff filesystem vs manifest
wip-repos sync --dry-run                     # preview moves
wip-repos sync                               # execute moves
wip-repos add ldm-os/utilities/new-tool --remote wipcomputer/new-tool
wip-repos move ldm-os/utilities/tool --to ldm-os/devops/tool
wip-repos tree                               # generate directory tree

Module

import { check, planSync, addRepo, moveRepo, generateReadmeTree } from '@wipcomputer/wip-repos';

const result = check('/path/to/manifest.json', '/path/to/repos/');
const moves = planSync('/path/to/manifest.json', '/path/to/repos/');

MCP

Tools: repos_check, repos_sync_plan, repos_add, repos_move, repos_tree

版本历史

共 4 个版本

  • v1.9.72 当前
    2026-05-03 03:06 安全 安全
  • v1.9.51
    2026-03-29 04:46
  • v1.9.33
    2026-03-18 15:12
  • v1.9.8
    2026-03-14 02:12

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Wip File Guard

parkertoddbrooks
阻止破坏性编辑受保护身份文件的钩子。适用于 Claude Code CLI 和 OpenClaw。
★ 0 📥 1,697
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 326,041
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,500