Skip to content

fix: replace ~~placeholder strings in user-facing text (fixes #71)#154

Open
fredchu wants to merge 1 commit intoanthropics:mainfrom
fredchu:fix/placeholder-user-facing-text
Open

fix: replace ~~placeholder strings in user-facing text (fixes #71)#154
fredchu wants to merge 1 commit intoanthropics:mainfrom
fredchu:fix/placeholder-user-facing-text

Conversation

@fredchu
Copy link
Copy Markdown

@fredchu fredchu commented Mar 27, 2026

Summary

Fixes #71. Supersedes #89 (which had merge conflicts due to the commands/skills/ migration, and used hardcoded tool names rather than the e.g. pattern).

The ~~category convention in each plugin's CONNECTORS.md is intentionally tool-agnostic — plugins describe workflows in terms of categories rather than specific products. This PR preserves that design: internal workflow references and result-format templates keep their ~~category labels. Only text directly displayed to users is updated.

Changes

File What changed
bio-research/skills/start/SKILL.md Server checklist, optional setup section, and suggested starting-point examples now use Category (e.g. Tool) format instead of raw ~~placeholder strings. Removed the orphaned ~~clinical data platform entry (no mapping in CONNECTORS.md or .mcp.json).
enterprise-search/skills/search/SKILL.md The "no sources connected" error message shown to users now reads a chat tool (e.g. Slack) etc. Internal ~~category labels in workflow instructions and result templates are unchanged.
sales/skills/draft-outreach/SKILL.md [Draft created - check ~~email] template → [Draft created - check your email client]

Key decisions

Closes #71

…descriptions

Fixes anthropics#71. The ~~category convention in CONNECTORS.md is intentionally
tool-agnostic, so internal workflow references are left intact. Only text
that is directly displayed to users is updated:

- bio-research/skills/start/SKILL.md: replace ~~placeholder in the server
  checklist, optional setup section, and suggested starting-point examples
  with "Category (e.g. Tool)" format; remove orphaned ~~clinical data platform
  entry that has no mapping in CONNECTORS.md or .mcp.json
- enterprise-search/skills/search/SKILL.md: fix the "no sources connected"
  error message block shown to users; leave internal ~~category labels in
  workflow instructions and result templates untouched
- sales/skills/draft-outreach/SKILL.md: replace "check ~~email" in the
  Email Draft Status template with "check your email client"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: ~~placeholder strings shown verbatim to users in bio-research, enterprise-search, and sales commands

1 participant