smithery/insoln

docs-policy

Documentation policy for Slack-MM2 Sync. Use when adding/updating Markdown docs so they stay discoverable, focused, and non-duplicative across backend/frontend/infra/plugin.

Installation

$ npx skills add smithery/insoln --skill docs-policy

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/insoln.

npx skills add smithery/insoln

Browse all from smithery/insoln

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseComplete terms in LICENSE.txt

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,257 B
  • docs SUMMARY.md 192 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Documentation Policy

When to use

  • Adding a new feature doc in docs/ or component directories
  • Updating behavior that is already documented
  • Reviewing a PR that includes docs changes

Core rules

  • Prefer updating an existing component README.md over creating a new doc.
  • Create a dedicated doc only when it captures:

- Cross-component behavior - Operational nuance / manual steps - Non-trivial reasoning (algorithms, SQL patterns, race-condition mitigations) - Recovery / rollback guidance

  • Place the doc next to the code it describes (backend docs in backend/, plugin docs in infra/plugin/, etc.).
  • Keep docs reproducible today; do not include secrets.

Checklist (author/reviewer)

  • README links to the new doc
  • Doc scopes itself clearly (feature/subsystem)
  • Steps are accurate and reproducible
  • Diagrams/scripts match current behavior
  • No credentials or customer data

Source of truth

  • [docs/documentation-policy.md](../../../docs/documentation-policy.md)