Skip to main content
Run any Skill in Manus
with one click
mystilleef
GitHub creator profile

mystilleef

Repository-level view of 58 collected skills across 5 GitHub repositories.

skills collected
58
repositories
5
updated
2026-07-09
repository explorer

Repositories and representative skills

Showing top 8 of 21 collected skills in this repository.
Showing top 8 of 18 collected skills in this repository.
git-status
software-developers

Present the status of the git repository to the user. Use to display the status of the repository after a successful git commit by the agent. The agent should not use this internally for its own needs.

2026-01-27
fix-markdown
technical-writers

Fix lint, formatting, and prose issues in markdown files using Prettier and Vale. Use when the user or agent needs to fix lint, formatting, and prose issues in markdown files.

2026-01-23
git-add
software-developers

Autonomously select files to stage for an atomic Git commit. Use when the agent wants to stage selected files for a git commit. Only stages selected files, but does not commit them.

2026-01-23
git-commit
software-developers

Iteratively, commit atomic changes to the respository. Use when the user or agent needs to autonomously commit atomic changes to the repository. Employs the "git-add", "git-message", and "git-status" in skills in sequence to perform the commit.

2026-01-23
git-message
software-developers

Generate a commit message for changes already in the Git staging area, and await approval from the user. Use when the agent needs to generate a commit message for staged changes. Only generates the commit message, but does not perform the commit.

2026-01-23
new-agent-skill
software-developers

Creates a new agent skill. Use when agent or user needs to create a new skill for the agent.

2026-01-23
cleanup-changelog
software-developers

Format changelog and remove empty sections.

2026-01-20
edit-changelog
software-developers

Edit changelog using git commit history via script.

2026-01-20
Showing top 8 of 10 collected skills in this repository.
Showing 5 of 5 repositories
All repositories loaded