fix/runtime-adapters
Plugin declares runtime in plugin.yaml but was missing the per-runtime adaptor, causing RawDropAdaptor fallback for non-Claude-Code runtimes. AgentskillsAdaptor is runtime-agnostic; thin wrappers added for: - hermes: ecc, molecule-dev, superpowers, skill-cron-learnings, skill-update-docs - deepagents: molecule-audit, molecule-compliance, molecule-hitl, molecule-security-scan Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
docs(install): migrate git clone URL to git.moleculesai.app (#37)\n\nAnonymous git-clone refs in CLAUDE.md, runbooks/local-dev-setup.md migrated github.com/Molecule-AI \u2192 git.moleculesai.app/molecule-ai. Public repo, no auth-shape change. Same pattern as the other plugin-* sweeps in the #37 series.\n\nRefs: molecule-ai/internal#37, molecule-ai/internal#38, molecule-ai/internal#42
docs(install): migrate git clone URL to git.moleculesai.app (#37)\n\nAnonymous git-clone refs in CLAUDE.md, runbooks/local-dev-setup.md migrated github.com/Molecule-AI \u2192 git.moleculesai.app/molecule-ai. Public repo, no auth-shape change. Same pattern as the other plugin-* sweeps in the #37 series.\n\nRefs: molecule-ai/internal#37, molecule-ai/internal#38, molecule-ai/internal#42
molecule-dev
Molecule AI codebase conventions, quality standards, past bugs, and coordination workflows. Agents operating in Molecule AI workspaces load these rules automatically.
What it provides
Codebase conventions (rules/codebase-conventions.md)
Patterns, idioms, and anti-patterns specific to the Molecule AI codebase. Covers:
- Python style (type hints, docstrings, error handling)
- Go conventions (context usage, error wrapping)
- Directory structure and naming
- Deprecation policy
Review loop skill (review-loop)
Guides the agent through a structured review before each commit:
- Scope check — does the diff match the ticket?
- Style check — conventions followed?
- Test check — coverage sufficient?
- Security check — secrets or injection risks?
- Sign-off — agent declares the change ready
Install
In org template (org.yaml)
plugins:
- molecule-dev
From URL (community install)
github://Molecule-AI/molecule-ai-plugin-molecule-dev
Runtimes
claude_code— primarydeepagents— supportedhermes— supported
Architecture
rules/
codebase-conventions.md # Prose rules loaded into agent memory
adapters/
claude_code.py # Registers rules + review-loop skill
skills/
review-loop/ # SKILL.md + scripts/
runbooks/
local-dev-setup.md # Setup guide for contributors
Known issues
See known-issues.md.
License
Business Source License 1.1 — © Molecule AI.
Description
Languages
Python
100%