一键导入
catalog-collection
Guide an approval-gated catalog workflow through the deterministic CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide an approval-gated catalog workflow through the deterministic CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Operate the local Agent Librarian workflow using the synthetic sample collection, approval-gated runtime wrapper, deterministic CLI outputs, and human-review summary.
Run a safe public demo of the agent-librarian workflow using the synthetic sample collection, approval-gated runtime wrapper, deterministic CLI outputs, and human-review summary.
Condense a collection of plain-text documents into a concise structured summary.
Condense a collection of plain-text notes into a concise structured summary.
| name | Catalog Collection |
| version | 0.2.0 |
| description | Guide an approval-gated catalog workflow through the deterministic CLI. |
| tags | ["cataloging","discoverability","artifact-review"] |
| owner | project-maintainers |
| related_files | ["evals/cases.jsonl","agent/workflows/catalog-review.md","agent/tools/agent-librarian-cli.md","agent/policies/public-safety.md"] |
Design-time capability for the planned LLM interaction layer. The current runtime remains the deterministic
agent-librarianCLI.
Help a user safely scope and review a local artifact catalog workflow. The LLM layer guides the interaction; the deterministic CLI performs the catalog, validation, and report operations.
index.jsoncatalog.mddiagnostics.jsonoverlap-report.jsonagent-librarian catalog SOURCE_DIR --out OUTPUT_DIRagent-librarian validate CATALOG_DIRagent-librarian report CATALOG_DIRThis capability composes only commands and optional arguments allowed by the CLI tool contract.
It applies those commands through the approval-gated catalog-review workflow, which defines intake, safety classification, proposal, approval, execution, validation, reporting, summary, and human-review handoff.
Public-safety behavior follows the LLM-layer public-safety policy, including sensitivity classification, approval-required cases, refusal patterns, safe redirects, publication rules, and claims boundaries.
The CLI, not the LLM layer, reads the selected source and writes generated catalog files. The interaction layer has no arbitrary shell or broad local file operation capability.
CLI-generated files and command results are the source of truth. A model summary is secondary and must not replace, contradict, or fabricate those outputs.
Diagnostics, warnings, overlap candidates, validation results, and report findings are prompts for human review. They are not merge decisions, approvals, or safety, completeness, correctness, or publication certifications.
catalog may create or replace the documented generated files only in the
selected output directory.validate and report are read-only against an existing catalog directory.agent-librarian catalog examples/sample-collection --out examples/generated-catalog