At a glance
What it does
A Mobius maintenance skill for filing an issue, creating a session, committing changes, and redeploying after self-iteration work.
Before you choose it
Use this skill when improving Mobius itself or a Mobius plugin in a project configured for self-iteration. It instructs you to locate that project, file an issue, create a session, commit all files with a prescribed bilingual message format, then run the project update command.
Best for
Mobius maintainers and plugin developers working in a configured self-iteration project.
Common tasks
- Prepare the required issue and session before a Mobius self-improvement change.
- Commit Mobius or plugin changes using the required commit-message and email conventions.
- Update and redeploy changed code through the documented start command.
Permissions and data
The instructions require repository writes and execution of a local Python deployment command.
Permissions- Create an issue and a session in the target workflow.
- Commit all repository files.
- Run python3 start.py.
- The required commit can include files not personally modified, so inspect staged content first.
- PM2 is invoked by the start command for compilation and redeployment.
- Git must be configured with the specified commit email.
Limitations
- Only describes post-change self-iteration steps; it does not explain how to modify Mobius code.
- Runtime prerequisites and the target project's self-iteration configuration are not documented here.
- Commercial use is prohibited without a separate commercial license.
What DSHub checked
- The pinned skill document was captured from an immutable Git commit.
- The skill explicitly documents issue/session, Git commit, Python, and PM2 deployment steps.
What DSHub did not check
- The skill was not installed or executed by DSHub.
- Availability of Python, PM2, Git credentials, and a compatible self-iteration project was not verified.
Pinned install
Primary action
This standalone skill does not have a DSH Plugin install action. Use its source documentation for the delivery method.
Maintainer source
Skill instructions
name: mobius-self-iter description: What to do after self iter
【通过自迭代修复或者提升Mobius系统自身的能力】
- 你需要找到系统中的一个自迭代项目(bind_path = APP_DIR)
- 在该项目中提交Issue,然后创建Session,
每次修改mobius代码(或者mobius的插件代码)后,
- 先commit所有文件(包括那些不是你亲自修改的文件)
- 然后执行 python3 start.py 以更新代码
- python3 start.py 会调用 pm2 无缝编译新代码和重新部署
commit 时:
- commit message需要是“英文代码变动说明 (中文代码变动说明)”,commit message 不允许包含人名,确保 git commit 的邮箱是 mobius_os@163.com
Operate deliberately
Install and manage
Prerequisites and target Profile
Target: Codex Profile
Delivery: Skill Files — https://raw.githubusercontent.com/nutshellai-tech/mobius/1eb8750d2d9012e1f50a18f7c60c2ad040c04889/skills/mobius-self-iter/SKILL.md。
Compatibility and access
Skill document captured; runtime prerequisites are project Specific: Not declared in supplied evidence。
Review compatibility evidence ↗
Risk facts
Runs python3 start.py, which the skill says compiles and redeploys code through PM2.
Evidence ↗Commercial use requires a separate commercial license.
Evidence ↗Evidence and editorial reviewManifest, Bundle patch, distribution and freshness
Immutable evidence
Review status and source activity
Approved for publication after reviewing the source-linked content and immutable release record. AI assisted with the draft; the publication decision was human.
Human reviewed Sep 4, 2026, 11:48 AM UTC。GitHub facts last checked Sep 3, 2026, 3:47 PM UTC。
No material source change has been recorded since this evidence baseline.