Claude Skill
disler/the-library
The Library 是一种元技能,用于在代理、设备和团队之间实现代理功能(技能、代理和提示)的隐私优先分发。安全、去中心化的共享方式。
概览
仓库信息
安装这个 Skill
git clone <your-fork-url> ~/.claude/skills/libraryRegistry 信息
项目简介
The Library 是一种元技能,用于在您的代理、设备和团队之间实现代理功能(技能、代理和提示)的隐私优先分发。它支持安全、去中心化的AI能力共享,同时不损害隐私。
A Meta-Skill for Private-First Distribution of Agentics (Skills, Agents, and Prompts) across your Agents, Devices, and Teams.
要点
- 隐私优先的代理功能分发
- 支持技能、代理和提示
- 跨代理和跨设备共享
- 支持团队协作
- 去中心化且安全
使用场景
- 在个人代理之间共享自定义技能
- 在团队内安全分发代理提示
- 在多个设备间同步代理配置
- 在不暴露数据的情况下协作开发代理
README 摘要
# The Library A meta-skill for private-first distribution of agentics (skills, agents, and prompts) across agents, devices, and teams.  ## Who This Is For If you're an engineer working on 10+ codebases with agents and you're building specialized private skills, agents, and prompts — this was made for you. If you work in one or two repos, you don't need this. If you install skills from the public internet without reviewing them, this isn't for you either. The Library solves a specific problem: you've built powerful agentics scattered across repos, devices, and teams. They're duplicated, out of sync, and hard to coordinate. This gives you a single reference catalog to distribute them privately. ## What It Is The Library is a single skill whose only job is to manage other skills. It's a catalog of references — local file paths and GitHub repo URLs — that point to where your agentics live. Nothing is copied or installed until you ask for it. Think of it as a `package.json` for agent capabilities — but instead of packages, you're managing skills, agents, and prompts. Instead of a registry, you're pointing at your own private GitHub repos and local paths. **This is a pure agent application.** There are no scripts, no CLIs, no dependencies, no build tools. The entire application is encoded in `SKILL.md` and a set of cookbook instructions that teach the agent exactly what to do. The agent IS the runtime. This matters because: - Any agent harness that reads skill files can run it (Claude Code, Pi, etc.) - You can modify behavior by editing markdown, not code - The skill can be extended, forked, and adapted instantly - An orchestrator agent can chain library commands without any tooling overhead ## Why It Exists ![The Problem:
话题
暂无话题