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

dotfiles

dotfiles contient 11 skills collectées depuis kouloumos, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
2
mis à jour
2026-04-22
Forks
0
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

add-ssh-key
Administrateurs de réseaux et de systèmes informatiques

Add an SSH public key to a remote server's authorized_keys file

2026-04-22
save-context
Développeurs de logiciels

Save working documents to .context/ with proper frontmatter

2026-04-22
rebase-pr
Développeurs de logiciels

Rebase a contributor's PR onto latest main. Fetches the PR, creates a backup branch on origin, sets up a worktree, analyzes divergence, rebases, and force-pushes back to the contributor's fork. Use when a PR needs to be brought up to date with main.

2026-04-21
release
Développeurs de logiciels

Merge source branch (default main) to production, create a CalVer release, and generate release content (GitHub release notes, Discord announcement, blog post)

2026-04-15
cleanup-history
Développeurs de logiciels

Analyze branch commits, identify fixup candidates, rebase with autosquash, and post a PR comment explaining the cleanup.

2026-04-08
create-issue
Spécialistes en gestion de projets

Create a well-structured GitHub issue from a conversation or description

2026-04-08
link-local
Développeurs de logiciels

Link or unlink a local library for testing in a consumer project. Handles build, npm install from path, and cleanup. Default action is "link". Use "unlink" to reverse.

2026-04-08
pair-review
Analystes en assurance qualité des logiciels et testeurs

Co-review a pull request. Use when reviewing PRs together.

2026-04-08
resolve-bot-comments
Analystes en assurance qualité des logiciels et testeurs

Review and resolve bot review comments on a PR. Critically evaluates suggestions from greptile-apps, cursor, and other bots.

2026-04-08
restructure-commits
Développeurs de logiciels

Restructure a PR's messy commit history into clean logical commits. Analyzes the full diff, proposes groupings by concern, rebuilds commits from scratch while preserving authorship, and verifies zero code diff against the original.

2026-04-08
sync-branch
Développeurs de logiciels

Sync a feature branch with the target branch (main by default). Analyzes divergence, identifies truly unique commits vs already-merged ones, and executes the cleanest rebase strategy. Use when a branch has fallen behind or diverged from main.

2026-04-08