project-docs

This skill helps you keep documentation correct, minimal, and aligned with the codebase.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "project-docs" with this command: npx skills add s-hiraoku/synapse-a2a/s-hiraoku-synapse-a2a-project-docs

Project Docs

This skill helps you keep documentation correct, minimal, and aligned with the codebase.

What To Document

  • User-facing behavior changes

  • New CLI flags, environment variables, configuration changes

  • Protocol/API changes, request/response shapes

  • Operational guidance (troubleshooting, limitations, safety workflows)

Doc Update Workflow

  • Identify the code changes and their user-visible effects.

  • Locate the canonical docs (README vs guides vs references).

  • Update docs with minimal churn, matching existing style.

  • Cross-check examples against current CLI help / code.

  • Run relevant tests and include them in the update note.

Consistency Checks

  • Option names match actual CLI flags (--help output if available).

  • Defaults are correct and stated once (avoid duplication across docs).

  • Examples are runnable and do not rely on project-private paths.

  • Terminology is consistent across README/guides/references.

Subagent Invocation (docs-excellence-architect)

Use the Task tool to delegate a doc-focused review to a specialized subagent:

  • subagent_type: docs-excellence-architect

Provide:

  • The doc files to touch

  • The code changes that need to be reflected

  • The desired doc structure (where each piece should live)

Example prompt:

Review and update docs for the following changes:

  • <change 1>
  • <change 2> Target files:
  • README.md
  • guides/*.md
  • docs/*.md Constraints:
  • Minimal churn, match local style
  • Ensure examples are accurate and consistent Deliverables:
  • Proposed edits (diff-style)
  • A checklist of what was verified

Maintenance Guidelines

  • Prefer short sections with concrete examples.

  • Avoid repeating the same definition in multiple files.

  • When a doc becomes a reference, move it to a single canonical location and link to it.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

opencode-expert

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-quality

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-simplifier

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review