KhaledSaeed18

81 mods across 2 repositories, 37 stars between them.

clean-branches

49

KhaledSaeed18/dotclaude

Command Claude Code

List local Git branches that have been fully merged or are stale and delete them safely after showing what would be removed. Protects main, master, develop, and the currently checked-out branch. Pass --dry-run to preview without deleting anything. Distinct from the finish-branch skill, which closes a single active…

4 7d ago A 92 tokens original MIT

changelog

50

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Generate a changelog or release notes from Git history, grouped by change type, written in user-facing language, with issue/PR links and breaking changes called out. Conventional-Commits aware and Keep a Changelog formatted; respects any existing CHANGELOG or tooling. Use when preparing release notes or updating…

4 7d ago A 67 tokens original MIT

finish-branch

51

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Wrap up a completed development branch by verifying tests pass, detecting the workspace state, then presenting clear merge / PR / keep / discard options and executing the chosen one safely — including correct worktree and branch cleanup. Use when implementation is done, tests should be green, and you need to integrate…

4 7d ago A 68 tokens original MIT

git-commit

52

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Commit work the right way by gathering full repo state, respecting the project's commitlint/pre-commit/branch rules, staging only understood files, and writing a conventional-commit message whose body explains why. Use when committing, branching, or pushing changes.

4 7d ago A 54 tokens original MIT

git-undo

53

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Recover safely from Git mistakes such as discard, unstage, amend, reset, revert, restore lost commits via reflog, recover deleted branches, and fix bad rebases. Chooses the least-destructive fix and protects against data loss. Use when something in Git went wrong and needs undoing.

4 7d ago A 64 tokens original MIT

git-worktrees

54

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Set up an isolated workspace for feature work so the current branch and working tree stay untouched — detecting existing isolation first, preferring the platform's native worktree tooling, and falling back to git worktrees only when nothing native exists. Use before starting feature work that needs isolation, or…

4 7d ago A 66 tokens original MIT

gitignore

55

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Generate or repair a .gitignore tailored to the project's actual stacks, frameworks, OS, and editors, and untrack files that are already committed but should be ignored. Flags secrets/build/dependency files that slipped into the repo. Use when creating, fixing, or auditing .gitignore.

4 7d ago A 61 tokens original MIT

merge-conflict

56

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Resolve Git merge, rebase, cherry-pick, revert, and stash conflicts safely by understanding both sides and the operation in progress before integrating, then verifying the result builds and passes tests. Use when a merge/rebase/cherry-pick stops with conflicts or "needs merge".

4 7d ago A 60 tokens original MIT

pr-description

57

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Generate a clear, reviewer-friendly pull-request description from a diff, covering what changed, why, risk, and how it was tested. Use when opening a pull request or writing/improving a PR body.

4 7d ago A 45 tokens original MIT

release-tag

58

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Cut a release by determining the SemVer bump from history, updating version files across any stack, refreshing the changelog, creating an annotated (optionally signed) Git tag, and pushing the release safely after pre-flight checks. Use when tagging a version, bumping the version, or preparing a release.

4 7d ago A 64 tokens original MIT

prime

59

KhaledSaeed18/dotclaude

Command Claude Code

Load project context into the session by reading key files and recent history. Primes the model with package metadata, architecture notes, recent commits, and directory structure so it can give better answers immediately. Use at the start of a session when switching to an unfamiliar repository or after a long break…

4 7d ago A 63 tokens original MIT

todo-triage

60

KhaledSaeed18/dotclaude

Command Claude Code

Inventory every TODO, FIXME, HACK, and XXX comment in the codebase, enrich each with age and author from git blame, classify them into actionable buckets (bug risk, missing feature, cleanup, obsolete), and produce a prioritized triage table with recommended dispositions. Pass a path to limit the scan to a directory.…

4 7d ago A 86 tokens original MIT

brainstorming

61

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Turn a rough idea into a fully formed, written design through collaborative dialogue — exploring intent, requirements, and trade-offs one question at a time, then proposing approaches and capturing the agreed design in a spec before any code is written. Use at the start of any creative or feature work, when the idea…

4 7d ago A 73 tokens original MIT

grill-me

62

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Relentlessly stress-test a plan, design, architecture, idea, or strategy until all critical decisions are resolved. Use when a plan, design, or decision needs adversarial stress-testing before committing to it.

4 7d ago A 46 tokens original MIT

handoff

63

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up. Use when ending a session, switching agents, or preserving context before compaction.

4 7d ago A 35 tokens copy · 81% MIT

issue-writer

64

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Turn a rough bug report, idea, or complaint into a well-formed, actionable issue - investigating the codebase first to add reproduction steps, expected vs actual behaviour, suspected location, and acceptance criteria - then filing it with gh or emitting paste-ready markdown. Use when the user says "file an issue for…

4 7d ago A 91 tokens original MIT

standup-summary

65

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Generate a standup or weekly-review update from actual work evidence - commits, branches, PRs, and issues across one or more repositories - grouped into done / in progress / blocked / next, written in plain human sentences rather than commit-message-speak. Use when preparing a daily standup, a weekly review, a sprint…

4 7d ago A 82 tokens original MIT

deep-research

66

KhaledSaeed18/dotclaude

Agent Claude Code

In-depth research agent for topics that need comprehensive, multi-source investigation with citations. Use when the user asks to research a topic thoroughly, gather and synthesize information from across the web, compare approaches or options, fact-check a claim against primary sources, or produce a sourced writeup or…

4 7d ago B 108 tokens original MIT

business-name-check

67

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Vet a candidate business or brand name across domains, social handles, commerce and listing platforms, company registers, and existing businesses, then report which candidate is actually claimable. Use when naming a company, product brand, store, studio, agency, or newsletter. For a package, library, or app name, use…

4 7d ago A 72 tokens original MIT

project-name-check

68

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Vet a candidate name for a software project across package registries, domains, app stores, code hosts, and existing projects, then report which candidate is actually free. Use when picking or clearing a name for a package, library, app, CLI, extension, or repository. For a company or brand name, use…

4 7d ago A 72 tokens original MIT

security-auditor

69

KhaledSaeed18/dotclaude

Agent Claude Code

Use this agent when you need a comprehensive security audit of a codebase, module, API surface, or pull request. Covers OWASP Top 10:2025, authentication and authorization logic, secret handling, input validation, dependency vulnerabilities, and supply-chain risk. Reports findings and concrete remediation steps…

4 7d ago A 97 tokens original MIT

security-audit

70

KhaledSaeed18/dotclaude

Command Claude Code

Run a full-codebase security audit covering OWASP Top 10:2025 vulnerability classes, authentication and authorization logic, secret handling, input validation, dependency CVEs, and supply-chain risk. Broader than the secret-scan skill, which scans a single diff. Produces a structured findings report ranked by…

4 7d ago A 96 tokens original MIT

dependency-audit

71

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Audit a project's dependencies for outdated and vulnerable packages and surface breaking-change notes for upgrades. Works with any ecosystem, including npm/pnpm/yarn, pip/Poetry/uv, Cargo, Go modules, Maven/Gradle, Bundler, Composer, and others. Use when checking a project's dependency health, planning upgrades, or…

4 7d ago A 76 tokens original MIT

owasp-security

72

KhaledSaeed18/dotclaude

Skill Claude CodeCodex

Review code being written or modified against the OWASP Top 10:2025 and ASVS secure-coding requirements, catching vulnerability classes before they ship. Works in any language or stack. Use when writing authentication or authorization logic, handling user input, adding API endpoints, choosing cryptographic operations…

4 7d ago A 102 tokens original MIT