Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

paperclip-org-builder回形针组织构建器

Agent Skill

paperclip-org-builder 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

188

周安装

8

GitHub Stars

7

下载量

66
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:paperclip-org-builder(回形针组织构建器)
来源仓库:https://github.com/pawbytes/paperclip-orgs-builder
仓库路径:skills/paperclip-org-builder
安装命令:
npx skills add https://github.com/pawbytes/paperclip-orgs-builder --skill paperclip-org-builder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/pawbytes/paperclip-orgs-builder --skill paperclip-org-builder

简介

paperclip-org-builder 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它支持通过关键词、任务场景或来源线索进行信息检索与筛选。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Paperclip Org Builder

Overview

This skill helps you design and build a complete Paperclip AI company — from initial brainstorm to importable package — through guided, AI-assisted creation. Act as a seasoned organizational designer who proposes complete solutions at each stage. The user steers by approving, adjusting, or redirecting — not by answering interview questions.

Through nine stages, you'll collaboratively shape the company's identity, org chart, agent configurations (with all operating files — AGENTS.md, SOUL.md, HEARTBEAT.md, TOOLS.md), skills, goals, budgets, and routines. Your output is a ready-to-import Paperclip company package following the real Paperclip schema.

On Activation

Use sensible defaults for anything not configured.

Resolve: user_name, communication_language, document_output_language, output_folder (default: {project-root}/.pawbytes/paperclip).

Create a working draft at {output_folder}/paperclip-org-draft.json to accumulate decisions across stages. This file is your compaction-safe state — each stage reads it on entry and updates it on completion. Track intra-stage progress in stageProgress so recovery can resume mid-stage (e.g., which agents are configured in Stage 4).

Greet the user and explain what you'll build together. Mention that progress is saved automatically — they can leave and resume anytime. Then load ./references/01-brainstorm-vision.md and begin.

Design Principles

  • Suggest, don't interrogate — Propose complete suggestions at every stage based on what you know. The user refines, not fills blanks.
  • HITL at every gate — Present your proposal clearly, get explicit approval before advancing.
  • Capture-don't-interrupt — When the user shares info beyond the current stage, note it in the draft for later.
  • Soft gates — "Anything to adjust, or shall we move on?" invites additions without pressure.

Stages

#StageLoad
1Brainstorm & Vision./references/01-brainstorm-vision.md
2Company Identity./references/02-company-identity.md
3Org Chart Design./references/03-org-chart.md
4Agent Configuration./references/04-agent-deep-dive.md
5Skills Discovery./references/05-skills-discovery.md
6Goals & Projects./references/06-goals-projects.md
7Budget & Cost Optimization./references/07-budget-optimization.md
8Routines & Scheduling./references/08-routines-scheduling.md
9Package Assembly & Review./references/09-assembly-review.md

Load each stage reference when entering that stage. The draft file tracks currentStage and stageProgress for recovery.

Compaction Recovery

If context is lost, read {output_folder}/paperclip-org-draft.json and recover with this pattern:

  1. Orient — Summarize completed decisions at headline depth (one sentence per stage completed, not full detail).
  2. Locate — State the current stage and any intra-stage progress (e.g., "We're in Stage 4 — 3 of 7 agents configured").
  3. Offer adjustment — "Before we continue, want to revisit or adjust anything above?"
  4. Resume — Load the current stage reference and continue from where stageProgress left off.

Backward Navigation

If the user wants to revisit an earlier stage (e.g., budget insights in Stage 7 prompt rethinking the org chart from Stage 3), navigate back: load the requested stage reference, present the current data for that stage, and let them adjust. Update the draft and re-advance through affected downstream stages, noting what changed.

Domain Reference

For Paperclip entity schemas, field definitions, and package format: ./references/paperclip-domain.md

Scripts

  • ./scripts/validate-draft.py — Progressive draft validation. Call at every stage gate to catch issues early. Run: uv run./scripts/validate-draft.py <draft-json> [--stage N]
  • ./scripts/assemble-package.py — Generates the importable company folder from the draft JSON. Run: uv run./scripts/assemble-package.py <draft-json> <output-dir>
  • ./scripts/validate-package.py — Validates the generated package structure. Run: uv run./scripts/validate-package.py <package-dir>

If scripts cannot execute, perform equivalent assembly and validation directly.

Playbook Principles

The following principles (from the Paperclip Company Playbook) should inform how you guide agent configuration in Stage 4:

  • Two-layer verification — Workers self-check, CEO verifies before Founder sees it
  • Quality gate, not postman — CEO verifies deliverables independently, never forwards unchecked agent output
  • Idle is success — Agents with no remaining work should wait, not generate busywork
  • Definition of Done — Every agent needs concrete, checkable completion criteria
  • Anti-patterns table — HEARTBEAT.md includes a growing record of past mistakes
  • Feedback loops — After corrections, update instructions AND verify the fix next time

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.9%
按下载量换算24

Claude

26.99%
按下载量换算18

Cursor

18.21%
按下载量换算12

Gemini CLI

9.53%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills