Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:25
forks:2
updated:March 10, 2026 at 12:07
SKILL.md
Check backend code coverage and flag packages below 80%
Scaffold a new rule (static, live, or catalog) with tests and registration
Regenerate docs from code (rules, API, README)
Split working tree changes into logical git commits and push
| name | new-adr |
| description | Scaffold a new Architecture Decision Record |
| disable-model-invocation | true |
ls docs/adr/Create a new ADR based on the user's description: $ARGUMENTS
Determine the next ADR number from the existing files in docs/adr/.
Create the ADR file at docs/adr/NNNN-<kebab-case-title>.md using this template:
# ADR-NNNN: <Title>
## Status
Proposed
## Date
<today's date in YYYY-MM-DD format>
## Related
- <links to related ADRs if applicable>
## Context
<Problem statement — what situation requires a decision?>
## Decision
<What was decided and why?>
## Scope
### Included
- <what's in scope for this change>
### Out of Scope
- <what's explicitly deferred>
## Consequences
### Positive
- <benefits>
### Negative
- <trade-offs>
Fill in the sections based on the user's description. The Context and Decision sections are the most important — make them specific and concrete.
Report the file path and ADR number when done.