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

dotfiles

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

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

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

project-claude-setup
مطوّرو البرمجيات

Set up a project for Claude Code without leaking personal config into the project's git history. Creates a per-project overlay under ~/.dotfiles/projects/ (CLAUDE.md, agents/, settings.local.json), symlinks it into the project worktree, and — for compose-based devcontainers — writes a local seed-and-copy override for host SSH/gh/Claude/dotfiles. Also detects and repairs legacy writable or dual-home Claude mounts. Use when starting work on a new project, when an open-source project shouldn't carry your CLAUDE.md, when adding agent-teams support to an existing project, or when the user mentions "set up this project for Claude" / "bootstrap project Claude config" / "share host SSH/gh/dotfiles with the devcontainer".

2026-07-16
polish-core
مطوّرو البرمجيات

Review code changes since a commit, classify correctness and maintainability findings, optionally apply only high-confidence safe fixes, and report remaining issues. Use when the user asks to polish changed code, review a commit range, run a pre-PR quality pass, or invokes $my:polish-core.

2026-07-15
improve
محللو ضمان جودة البرمجيات والمختبرون

Holistic codebase review focused on architecture drift, duplicate logic across packages, code smells, quality, tests, and UX — returns up to 10 high-impact improvements (sharp over padded). Reads project conventions from CLAUDE.md/AGENTS.md before the review. Use when the user asks about tech debt, what to refactor, code audit, codebase health, what needs fixing, improvement opportunities, or general code quality review.

2026-05-05
overnight-improve
مطوّرو البرمجيات

Run an autonomous overnight improvement loop on a codebase. Each iteration runs the project's review skill (default `my:improve`), picks the top eligible finding, fixes it, runs project-defined verification gates, and commits or rolls back. After max iterations or no eligible findings, pushes the branch, opens a PR, and runs CodeRabbit autofix rounds. Reads per-project config from `.claude/overnight-config.yaml` (gates, do-nots, iteration cap). Use when the user wants to run an unattended improvement session and wake up to a PR.

2026-05-04
review-code
محللو ضمان جودة البرمجيات والمختبرون

Supplementary code review guidance for language-specific idioms, codebase pattern adherence, and complexity analysis. Use this alongside /review to provide deeper, structured feedback beyond what the built-in review covers.

2026-04-11
ai-firstify
مطوّرو البرمجيات

Analyze, re-engineer, or bootstrap projects to align with AI-first design principles. Use when asked to review, audit, improve, 'ai-firstify', or start a new project. Performs deep analysis across 7 dimensions, actively restructures existing projects, or guides new project setup through discovery questions. Based on the 9 design principles and 7 design patterns from the TechWolf AI-First Bootcamp.

2026-04-11
code-simplifier
مطوّرو البرمجيات

Simplify recently modified code for clarity, consistency, and maintainability without changing behavior. Detects languages from changed files and applies language-specific simplification rules alongside general principles.

2026-04-11
prereq-checker
مطوّرو البرمجيات

Check tool availability for the current session. Auto-detects required tools from project context or accepts an explicit list. Groups results by status and suggests install commands for missing tools.

2026-04-11