원클릭으로
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