Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

.dotfiles

يحتوي .dotfiles على 11 من skills المجمعة من chussenot، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
11
Stars
2
محدث
2026-07-02
Forks
0
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

add-mise-tool
مطوّرو البرمجيات

Add, update, or remove a tool managed by mise in this dotfiles repository, including category placement and version pinning in configs/tools/mise/conf.d. Use when the user says "add ripgrep", "install lazygit", "add terraform", "bump node", asks which category a tool belongs in, or wants to remove a mise-managed tool.

2026-07-02
add-config
مطوّرو البرمجيات

Scaffold a new tool configuration into this dotfiles repository — create the config under configs/, register the symlink in scripts/setup/symlinks.conf, and verify it. Use when the user wants to add config for a new tool, e.g. "add starship config", "set up delta config", or "add lazygit config".

2026-06-18
diagnose
مديرو الشبكات وأنظمة الحاسوب

Diagnose shell, terminal, and tooling issues in this dotfiles setup. Use when the user reports a problem like "my shell is slow", "colors are wrong", "completions do not work", "tmux keybindings broken", or "mise not loading".

2026-06-18
dotfiles-doctor
مطوّرو البرمجيات

Run a comprehensive health check on the dotfiles setup and produce a status report. Use when the user asks "is everything working?", "check my setup", "dotfiles doctor", or wants a general health report.

2026-06-18
explain-config
مطوّرو البرمجيات

Explain what a configuration file does in plain language and flag what is safe to remove. Use when the user asks "what does this config do?", "explain my tmux config", or "what can I remove from .zshrc".

2026-06-18
migrate-tool
مطوّرو البرمجيات

Replace one tool with another across the entire dotfiles setup. Use when the user wants to swap a tool for an alternative, e.g. nvm to mise, oh-my-zsh to antidote, vim to neovim, grep to ripgrep, or cat to bat.

2026-06-18
new-script
مطوّرو البرمجيات

Create a new POSIX-compliant shell script for this dotfiles repository following the required platform-detection and shellcheck patterns. Use when the user wants to add a script to scripts/ (install, setup, or utility) or any .sh file outside configs/, or needs a refresher on the required script patterns.

2026-06-18
posix-check
مطوّرو البرمجيات

Validate POSIX compliance of shell scripts in this dotfiles repository and run shellcheck. Use when the user asks to check POSIX compliance, lint shell scripts, or before committing changes to .sh files in scripts/ or lib/.

2026-06-18
run-tests
محللو ضمان جودة البرمجيات والمختبرون

Run and interpret the test and validation suite for this dotfiles repository. Use when the user wants to test changes ("run the tests", "validate my changes"), after modifying shell scripts, symlinks.conf, install.sh, or platform.sh, or when a CI workflow fails and they want to reproduce it locally.

2026-06-18
secure-audit
محللو أمن المعلومات

Audit dotfiles for security issues and hardening opportunities, scanning for secrets and unsafe patterns. Use when the user asks to check security, audit configs, or before sharing or publishing dotfiles.

2026-06-18
sync-platform
مطوّرو البرمجيات

Check cross-platform (Linux and macOS) compatibility after config or script changes. Use when the user edits a config and wants to verify it works on both platforms, or adds a tool or script that may have platform-specific behavior.

2026-06-18