← All creators

MrToAster13

User

Clear instead of compact — two Claude Code skills: /handoff distills a session to disk, /resume reads it back into a fresh context.

7 indexed · 0 Featured · 0 stars · avg score 72
Prolific

Categories

Indexed Skills (7)

Code & Development Listed

factory

Autonomous ticket loop. Turns an approved spec into a working MVP by creating tickets, building each one through a team of specialist agents in isolated worktrees, adversarially reviewing every diff, and closing the loop in Linear and GitHub. Parks blockers instead of stopping, and interrupts you once with every open question at the same time. Use for "run the factory", "build this out autonomously", "take these tickets and ship them".

0 Updated 5 days ago
MrToAster13
Code & Development Listed

pre-push

Pre-push orchestrator — detect Python/Node stack, then run simplify, review, security, test, commit as gated stages (retry flaky network, chmod +x scripts, stop on real failures). Use when ready to push to main, or on "pre-push", "clean up before pushing", "polish and commit", "finalize", "ship it".

0 Updated 5 days ago
MrToAster13
AI & Automation Listed

harden-repos

Harden several repos in one pass by fanning out one fresh-context sub-agent per repo. Each agent secret-scans, reviews, applies only verified-safe fixes on a branch (never pushing), and reports back; the orchestrator aggregates everything into HARDENING_HANDOFF.md. Use when the user says "harden my repos", "harden-repos", "clean up all my repos", "run hardening across the portfolio", or wants multi-repo cleanup without hitting context limits.

0 Updated 5 days ago
MrToAster13
Code & Development Listed

mine-provenance

Audit a skills/portfolio doc against ground-truth artifacts, then extend it. Verifies each claim with a git commit, file, or test result; sorts everything into VERIFIED, GAPS (claimed but unproven), and PROVENANCE-FLAG (evidence shows forked/derived). Transcripts are used only as discovery leads, never as proof. Never argues with the user's claims — it sorts them. Use when the user says "mine-provenance", "audit my portfolio", "verify my skills claims", "provenance check", or wants their portfolio backed by evidence.

0 Updated 5 days ago
MrToAster13
Code & Development Listed

remediate

Self-driving, test-verified remediation loop. Reads REMEDIATION_PLAN.md (or drafts one and gets your OK), then implements each phase, runs the full suite, and iterates until green — without editing tests to fake it. Commits each green phase to a branch and drafts a ready-to-run push/PR. Use when the user says "remediate", "run the remediation plan", "fix until tests pass", "self-drive these fixes", or points at a plan of bugs to work through.

0 Updated 5 days ago
MrToAster13
Code & Development Listed

handoff

Distill the current session into a durable handoff doc on disk (and optionally a GitHub issue) so you can /clear to a fresh context instead of /compact, then reload it with the resume skill. Use when context is getting long, at the end of a work session, before switching tasks, or whenever the user says "handoff", "save state", "checkpoint", "wrap up", or "instead of compacting".

0 Updated 5 days ago
MrToAster13
Data & Documents Listed

resume

Read the latest handoff doc back into a fresh session so you can continue work after /clear instead of /compact. Use at the start of a new session, after the user runs /clear, or when the user says "resume", "pick up where we left off", "continue from the handoff", or names a handoff file or issue to load.

0 Updated 5 days ago
MrToAster13

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.