← All creators

thepictishbeast

User

Pause, resume, edit, and audit Claude Code cron jobs (e.g. /loop) without losing state.

15 indexed · 0 Featured · 0 stars · avg score 70
Prolific

Categories

Indexed Skills (15)

AI & Automation Listed

checkpoint

Capture the full Claude Code session state to disk so the user can safely restart Claude Code and pick up exactly where they left off. Pauses active loops, writes TaskList + background-process snapshot + handoff notes. Use when user says "checkpoint", "save state to restart", "I want to restart Claude safely", "pause everything", "/restart". After this runs, the user can /exit + relaunch + /restore.

0 Updated 5 days ago
thepictishbeast
AI & Automation Listed

fleet

Orchestrate the PlausiDen agent fleet (Conductor + worker swarm). Validate a multi-agent plan's scope-disjointness, dispatch a run, run the verify/burn gates, inspect live status or an individual worker, and engage/clear the global STOP. Use when the user wants to run, plan, gate, inspect, or stop the fleet, or open the fleet console. Heavy ops defer to the `fleet` MCP server.

0 Updated 5 days ago
thepictishbeast
AI & Automation Listed

fmt-sweep

Run cargo fmt --all across N Rust workspaces, verify tests still pass, commit per-repo with a uniform body, push to origin. Compresses what would otherwise be 6-8 tool calls per repo into one invocation. Use when the user says "fmt sweep", "canonicalize whitespace", or as a /loop PRIORITY 5 hygiene step.

0 Updated 5 days ago
thepictishbeast
AI & Automation Listed

forge-mirror-scaffold

Generate a PlausiDen-Forge cms/<slug>.json mirror page from a live URL. Runs crawler --capture-reference, extracts SSR title + meta description + h1-h3 headings, scaffolds an image_hero + paragraph + kv_pair + call_to_action page using existing Loom primitives, pre-resolves label_consistency with site-prefixed hrefs. Compresses what was ~150-line hand-authored CMS into one invocation. Use when the user says "mirror <url>", "scaffold a forge static for <site>", or for the PRIORITY 3 pixel-rep rotation work.

0 Updated 5 days ago
thepictishbeast
DevOps & Infrastructure Listed

forge

Build, audit, deploy, and reason about the Forge + Loom + Crawler substrate. Token-efficient subcommand surface, structured JSON output; reach for these before bash/grep. Use in any tenant or substrate repo. Heavy ops defer to the `forge` MCP server.

0 Updated 5 days ago
thepictishbeast
AI & Automation Listed

loop-from-task

Wrap a TaskList task as a /loop. Creates a cron-driven loop whose prompt directs the agent to work on the specified task, and whose stop condition is the task's completion. Use when the user says "loop on task

0 Updated 5 days ago
thepictishbeast
Data & Documents Listed

loop-health

Single-shot lint diagnostic across all active + paused loops and the history file. Reports missing canaries, oversized prompts, stale entries, orphan history events, malformed state files, and rotation candidates. Use when the user says "check loop health", "audit my loops", "lint my loop state", or "anything wrong with my loops?"

0 Updated 5 days ago
thepictishbeast
Data & Documents Listed

loop-on

Create an event-driven loop using Monitor instead of cron. The loop fires when a watched condition becomes true (CI status changes, log line appears, file modified, PR merged, etc.) rather than on a time schedule. Use when the user says "watch for X and then do Y", "trigger when Z happens", "loop on event", or any work-shape where time-based polling is the wrong cadence.

0 Updated 5 days ago
thepictishbeast
AI & Automation Listed

loop

Manage active Claude Code /loop cron jobs — pause, resume, stop/cancel, edit (interval/prompt), track an untracked cron into history, or update the claude-tools install. Use whenever the user wants to pause / resume / stop / cancel / kill / change / reschedule a loop, register an existing cron, or upgrade loop tooling. Pass the verb as the first argument (e.g. "pause", "resume 5m", "stop", "edit", "track <id>", "update").

0 Updated 5 days ago
thepictishbeast
API & Backend Listed

restore

Re-hydrate a Claude Code session from a /checkpoint. Reads ~/.claude/.checkpoint/, recreates the TaskList, resumes paused loops via /loop-resume, prints the handoff note + dirty-git-tree summary. Use as the first command after relaunching Claude Code if you ran /checkpoint before exiting.

0 Updated 5 days ago
thepictishbeast
Testing & QA Listed

workspace-tests

Run cargo test --workspace across a list of Rust workspaces, failing fast and reporting which repo broke. Surfaces sibling-workspace regressions that single-repo hygiene cycles miss. Use when the user says "verify cross-repo tests", "run hygiene", "anything broken in sibling workspaces?", or as part of a /loop hygiene priority.

0 Updated 5 days ago
thepictishbeast
AI & Automation Listed

regression-guard

Generate a Rust

0 Updated 5 days ago
thepictishbeast
AI & Automation Listed

double-check

Run the verification stack against work you just produced (code, configs, deps). Use after any substantive change, before reporting it done.

0 Updated 5 days ago
thepictishbeast
Data & Documents Listed

file-adr

Scaffold a new Architecture Decision Record (Nygard format) + update the ADR index. Picks the next NNN number, writes the file with frontmatter + standard section skeleton, adds the row to docs/adr/README.md. Use when a non-trivial design decision needs explicit sign-off.

0 Updated 5 days ago
thepictishbeast
AI & Automation Listed

loops

Show a unified view of Claude Code cron/loop state — currently active cron jobs, currently paused loops (from /loop-pause), and recent loop history (last starts/pauses/resumes/stops). Use this to check what's running or recently ran.

0 Updated 5 days ago
thepictishbeast

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