home / skills / bdambrosio / cognitive_workbench / summarize
/src/tools/summarize
This skill routes requests to the synthesize tool for backward compatibility, enabling seamless access to advanced summarization functionality.
npx playbooks add skill bdambrosio/cognitive_workbench --skill summarizeReview the files below or copy the command above to add this skill to your agents.
---
name: summarize
type: python
flattens_collections: true
hidden: true
description: "DEPRECATED — use synthesize instead. Routes to synthesize tool for backward compatibility."
---
# summarize (DEPRECATED)
**Use `synthesize` instead.** This tool is a backward-compatibility wrapper that routes to `synthesize`.
See `synthesize` documentation for full details.
This skill is a deprecated wrapper that routes calls to the newer synthesize tool for backward compatibility. It exists to avoid breaking legacy integrations while teams migrate to synthesize. New integrations should call synthesize directly.
When invoked, the skill forwards input and parameters to the synthesize tool and returns the synthesize response unchanged. It performs no transformation beyond routing and may emit a deprecation notice. Behavior, options, and output format mirror synthesize exactly.
Why is summarize deprecated?
synthesize is the maintained, feature-complete tool. summarize remains only to avoid breaking existing callers during migration.
Should I call summarize for new projects?
No. New projects should call synthesize directly to receive full support and the latest features.