Go to file
infra-sre 2ce11ec8f1
All checks were successful
CI / validate (pull_request) Successful in 56s
CI / validate (push) Successful in 1m2s
ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep)
GitHub org Molecule-AI was suspended 2026-05-06; SCM moved to Gitea
(git.moleculesai.app). The wholesale `git push --mirror` migration left
workflow files under .github/workflows/, which Gitea Actions does NOT
read - it reads .gitea/workflows/ exclusively.

This rename + the cross-repo `uses:` path rewrite are the minimum
edits to make CI fire on this repo again. The workflow content itself
is not modified (other than the path rewrites and lowercasing of the
old `Molecule-AI` org reference to the post-suspension `molecule-ai`).

Refs: feedback_post_suspension_migration_must_sweep_dormant_repos
2026-05-10 14:14:03 -07:00
.gitea/workflows ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep) 2026-05-10 14:14:03 -07:00
.molecule-ci/scripts import from local vendored copy (2026-05-06) 2026-05-06 13:53:36 -07:00
adapters import from local vendored copy (2026-05-06) 2026-05-06 13:53:36 -07:00
skills/update-docs import from local vendored copy (2026-05-06) 2026-05-06 13:53:36 -07:00
tests add smoke tests + rationale README 2026-05-10 15:03:42 +00:00
.gitignore chore: append Python ignores to .gitignore 2026-05-10 16:19:55 +00:00
CLAUDE.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:36 -07:00
known-issues.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:36 -07:00
plugin.yaml import from local vendored copy (2026-05-06) 2026-05-06 13:53:36 -07:00
README.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:36 -07:00

molecule-skill-update-docs — Documentation Sync

Plugin for Claude Code and Hermes. After any code change, review recent edits and update all documentation: architecture docs, API specs, runbooks, edit history, and README mirrors. Creates missing docs for new implementations.

When to use

After merging a PR that changes behavior, adds features, or introduces new files. Run the update-docs skill to audit what docs need updating.

What it updates

Doc type What to check
Architecture docs New components, changed data flows, updated dependencies
API specs New endpoints, changed request/response shapes, auth changes
Edit history Session log entry with what changed and why
README mirrors Updated descriptions of plugin capabilities
Runbooks Updated operational procedures after incidents or changes

Installation

In org template (org.yaml)

plugins:
  - molecule-skill-update-docs

From URL

github://Molecule-AI/molecule-ai-plugin-molecule-skill-update-docs

License

Business Source License 1.1 — © Molecule AI.