Skip to main content
stealth-factory
GitHub creator profile

stealth-factory

Repository-level view of 24 collected skills across 3 GitHub repositories.

skills collected
24
repositories
3
updated
Aug 27, 2026
repository explorer

Repositories and representative skills

claude-code-repo-migration
unclassified

Move or rename a git repo on disk without losing its Claude Code history — remap the session dir (~/.claude/projects/<slug>/) and the ~/.claude.json projects key so every past session still resumes from the new path with trust, allowedTools and MCP servers…

Aug 22, 2026
agents-md-setup
computer-occupations-all-other

Set up a project's agent instructions as a single source of truth — AGENTS.md as the real file, with CLAUDE.md (and optionally other agents' files) as symlinks to it. Use when starting/bootstrapping a repo, when asked to "add a CLAUDE.md / AGENTS.md", "set up…

Aug 15, 2026
autonomous-pr-driver
software-quality-assurance-analysts-and-testers

Autonomously drive a pull request to merge-ready — opening or attaching to it, then resolving automated code review (triage findings, fix the valid, reject the invalid, push, loop) and pinging a human to merge. Knows when to STOP: at diminishing returns…

Aug 15, 2026
branch-cleanup
software-developers

Install GitHub Actions workflows that delete stale git branches safely — the closed-without-merging path plus a scheduled orphan sweep — and enable the native delete_branch_on_merge setting that handles merged PRs. Host-agnostic: no Vercel, Neon or any…

Aug 15, 2026
code-complexity-stats-pr
software-developers

Add a GitHub Actions workflow that posts code-size and cost statistics — lines of code, per-language breakdown, complexity, and a COCOMO "what would this cost to build" estimate — as a sticky comment on every pull request, using scc. Use when you want a…

Aug 15, 2026
conventional-commits
software-developers

The Conventional Commits format — also called "semantic commits" / semantic commit messages — a `type(scope): description` header (`feat`, `fix`, …) plus an optional `BREAKING CHANGE` footer, and how it makes history machine-readable to drive automated…

Aug 15, 2026
dual-agent-review
software-quality-assurance-analysts-and-testers

Review a change set with two or more independent AI reviewers in parallel — a Sonnet subagent and the CodeRabbit CLI — then merge + dedupe their findings, triage valid vs invalid, fix (directly or via parallel fix-subagents), and hand back a report of what…

Aug 15, 2026
fable-style-reasoning
computer-occupations-all-other

Reasoning and communication discipline modelled on Claude Fable 5's default behaviours, for Claude Opus 4.8 (or any Claude 4.x model): calibrate effort, verify before asserting, separate what you know from what you infer, and report plainly. Use when the task…

Aug 15, 2026
Showing 8 of 21 collected skills.
Showing 3 of 3 repositories
All repositories loaded