doc-coauthoring-1-suggestion-mode

Sub-skill of doc-coauthoring: 1. Suggestion Mode (+3).

5 stars

Best use case

doc-coauthoring-1-suggestion-mode is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of doc-coauthoring: 1. Suggestion Mode (+3).

Teams using doc-coauthoring-1-suggestion-mode should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/1-suggestion-mode/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/business/communication/doc-coauthoring/1-suggestion-mode/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/1-suggestion-mode/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How doc-coauthoring-1-suggestion-mode Compares

Feature / Agentdoc-coauthoring-1-suggestion-modeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of doc-coauthoring: 1. Suggestion Mode (+3).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 1. Suggestion Mode (+3)

## 1. Suggestion Mode


Provide non-destructive suggestions that the author can accept or reject.

**Format:**
```markdown
Original text here
--> **Suggested:** Revised text with improvements

**Reason:** Brief explanation of why this change improves the document.
```


*See sub-skills for full details.*

## 2. Track Changes Mode


Show exactly what was modified with clear before/after.

**Format:**
```markdown
~~deleted text~~ **added text**
```

**Example:**
```markdown
The meeting will be held ~~on Monday~~ **Tuesday at 2pm** in the main conference room.
```

## 3. Comment Mode


Add contextual feedback without changing text.

**Format:**
```markdown
[COMMENT: Your feedback here]
```

**Example:**
```markdown
Our Q3 revenue exceeded expectations by 15%. [COMMENT: Consider adding comparison to Q2 for context]
```

## 4. Section Rewrite Mode


Propose complete rewrites of sections.

**Format:**
```markdown
---
**ORIGINAL SECTION:**
[Original text]

**PROPOSED REWRITE:**
[New version]

*See sub-skills for full details.*

Related Skills

digitalmodel-worktree-test-execution-with-shared-venv

5
from vamseeachanta/workspace-hub

Run digitalmodel tests from isolated worktrees without uv editable-dependency failures by using the main repo's existing virtualenv and PYTHONPATH.

digitalmodel-orcawave-orcaflex-proof-workflows

5
from vamseeachanta/workspace-hub

Class-level digitalmodel OrcaWave/OrcaFlex readiness, semantic-proof, fixture-proof, and closeout workflows.

digitalmodel-code-explorer

5
from vamseeachanta/workspace-hub

Fast orientation guide for the digitalmodel codebase, with module lookup, source-to-test mapping, and targeted inspection patterns to avoid repeated bulk-reading of digitalmodel/src and tests.

digitalmodel-orcawave-orcaflex-workflow

5
from vamseeachanta/workspace-hub

Current-state workflow for navigating and extending digitalmodel OrcaWave/OrcaFlex capabilities across code, tests, issues, queue tooling, and licensed-machine boundaries.

godmode

5
from vamseeachanta/workspace-hub

Jailbreak API-served LLMs using G0DM0D3 techniques — Parseltongue input obfuscation (33 techniques), GODMODE CLASSIC system prompt templates, ULTRAPLINIAN multi-model racing, encoding escalation, and Hermes-native prefill/system prompt integration. Use when a user wants to bypass safety filters, jailbreak a model, or red-team model robustness.

segment-anything-model

5
from vamseeachanta/workspace-hub

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

orcaflex-modeling

5
from vamseeachanta/workspace-hub

Setup, configure, and run OrcaFlex hydrodynamic simulations using the universal runner. Use for marine/offshore analysis including static analysis, dynamic simulations, mooring analysis, and batch processing of OrcaFlex models.

orcaflex-model-sanitization

5
from vamseeachanta/workspace-hub

Sanitize OrcaFlex models by stripping client-identifiable references, converting binary .dat to YAML .yml, and organizing into the reference model library.

orcaflex-model-generator

5
from vamseeachanta/workspace-hub

Generate OrcaFlex modular models from spec.yml using builder registry pattern with conditional generation and cross-builder context sharing.

github-modes

5
from vamseeachanta/workspace-hub

Comprehensive GitHub integration modes for workflow orchestration, PR management, and repository coordination. Use for GitHub CLI operations, automated workflows, PR reviews, issue tracking, release management, and CI/CD coordination.

issue-planning-mode

5
from vamseeachanta/workspace-hub

Mandatory planning workflow for ALL GitHub issues — plan, review, approve, then implement.

doc-coauthoring

5
from vamseeachanta/workspace-hub

Collaborate on documents with tracked changes, suggestions, and iterative refinement. Use for reviewing drafts, providing editorial feedback, and collaborative document development.