Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

llm-agent-skills

llm-agent-skills contient 10 skills collectées depuis mystilleef, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
10
Stars
3
mis à jour
2026-01-27
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

git-status
Développeurs de logiciels

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
Rédacteurs techniques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-01-23
cleanup-changelog
Développeurs de logiciels

Format changelog and remove empty sections.

2026-01-20
edit-changelog
Développeurs de logiciels

Edit changelog using git commit history via script.

2026-01-20
init-changelog
Développeurs de logiciels

Create the foundational structure for changelog management via script.

2026-01-20
update-changelog
Développeurs de logiciels

Orchestrate complete changelog workflow. Invoke `init-changelog` (if needed), `edit-changelog`, and `cleanup-changelog` skills in sequence. Use when the user or agent needs to update the changelog.

2026-01-19