# jajupmochi

> Open-source publisher. Listings imported from github.com/jajupmochi — credited to the original author with their license.

- **Listings:** 33
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/jajupmochi
- **Website:** https://github.com/jajupmochi

## Published listings

- [Preview Template](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-preview-template) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-preview-template`
  Start or identify the local preview environment from Codex. Use for UI, docs, static site, Vite, Next.js, Storybook, MkDocs, or visual verification workflows.
- [Tui Installer](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-tui-installer) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-tui-installer`
  Use to install (or just plan) the recommended terminal/TUI stack for driving multiple AI coding agents on Ubuntu — zellij + claude-squad + lazygit + delta. Dry-run by default (prints the plan, installs nothing); --apply asks y/N per tool. When onboarding agent-harness, offer to run --check and ask before installing anything.
- [New Hook](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-new-hook) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-new-hook`
  Scaffold a new hook under hooks/<kebab-name>/. Creates README.md (what/when/install/variants) and settings.snippet.json (drop-in JSON), plus updates INVENTORY.md and hooks/README.md in the same edit batch. Hooks are sensitive — pipe-test the raw command before wrapping.
- [Agent Harness General](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-general) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-general`
  Audit the source agent-harness general skill catalog. Use only when maintaining or adapting this repository's original reusable skill set.
- [Privacy Redact](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-privacy-redact) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-privacy-redact`
  Scan and redact private details before publishing or committing text. Use for usernames, absolute paths, secrets, project codenames, private URLs, and local machine details.
- [New Skill](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-new-skill) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-new-skill`
  Scaffold a new skill under skills/<bucket>/<kebab-name>/. Creates SKILL.md with proper frontmatter, plus updates INVENTORY.md and skills/README.md in the same edit batch.
- [Prompt Library](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-prompt-library) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-prompt-library`
  Use to save and reuse good prompts across projects and agents. Many prompts recur (a detailed feature spec, a "design the whole thing" brief, a manual/onboarding prompt) and are worth reusing verbatim or as a reference. This curates them as browsable, greppable Markdown — with a PRIVACY GATE that refuses to store anything still containing paths/emails/tokens/usernames/codenames, so the library st…
- [Task Orchestrator](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-task-orchestrator) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-task-orchestrator`
  >-
- [Verify Template](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-verify-template) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-verify-template`
  Run project verification from Codex before claiming work is done. Use before marking a phase complete, opening a PR, or saying tests/lint/build pass.
- [Preview](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-preview) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-preview`
  Start a local dev server for this static site. Required before /verify-visual since file:// breaks fetch() calls for locales/*.json.
- [System Cleanup](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-system-cleanup) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-system-cleanup`
  Diagnose and plan Linux disk cleanup from Codex using the source agent-harness system-cleanup skill. Use when disk space is low, the user asks to free space, or a data disk or mount is read-only. Advises first and requires confirmation before destructive or sudo cleanup.
- [Feature Audit Template](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-feature-audit) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-feature-audit`
  A Claude skill from jajupmochi/agent-harness.
- [Agent Config Adapter](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-agent-config-adapter) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-agent-config-adapter`
  Adapt an existing agent configuration or plugin to a new agent or model route. Use when moving agent-harness or another agent setup between Claude Code, Codex, Gemini, Cursor, local models, or non-native model backends such as DeepSeek routed through another agent.
- [Autoresearch Toolfinder](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-autoresearch-toolfinder) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-autoresearch-toolfinder`
  Find the right autonomous-research / autoresearch tool, framework, port, or skill for a research or engineering task. Searches a local cached index of two curated awesome-autoresearch lists (alvinreal + yibie, 550+ entries) and returns only the few matching tools, never loading the whole catalog into context. Use when the user wants to pick, compare, or set up an autoresearch loop, an AI-scientis…
- [Verify](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-verify) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-verify`
  Run the project's CI gate locally — ruff lint, ruff format check, mypy, and fast pytest (excluding slow/download markers). Use before opening a PR or marking work done.
- [Agent Update Watcher](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-agent-update-watcher) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-agent-update-watcher`
  Use to keep up with the fast-moving agent ecosystem (new/updated CLIs, plugins, skills) WITHOUT burning tokens on constant checks. Declares the sources to watch in a config, checks them only when a minimum interval has elapsed, and reports ONLY what actually changed vs the recorded version — you then decide whether to adopt.
- [Memory Flywheel](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-memory-flywheel) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-memory-flywheel`
  Use to persist and recall per-project cross-session working memory so long or multi-project sessions don't lose detail to context compaction. Record each round of progress (verbatim I/O + reasoning + metadata) into a project memory dir, read a coarse INDEX first, then open only what keyword recall points at. Deterministic, grep-native, LLM-as-component.
- [Workflow Fix Template](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-workflow-fix) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-workflow-fix`
  A Claude skill from jajupmochi/agent-harness.
- [Figma Design Fetch](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-figma-design-fetch) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-figma-design-fetch`
  Use when the user shares a figma.com URL, wants to implement/mock a UI from Figma, or do design-to-code — connect the Figma MCP, fetch the design (code/assets/screenshot) to disk, then rebuild with existing design-system components and visually self-verify against the Figma screenshot.
- [I18n Sync](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-i18n-sync) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-i18n-sync`
  Check key parity across locales/*.json. If divergence is detected, list missing keys per locale and offer to add stubs. Use after editing any locale file.
- [Init Codex Config](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-init-codex-config) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-init-codex-config`
  Scaffold or migrate a project to use agent-harness from Codex. Use when applying agent-harness in Codex, converting Claude Code setup to AGENTS.md/.codex/.agents, or making a project ready for Codex skills and hooks without changing the original Claude setup.
- [Long Running Tasks](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-long-running-tasks) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-long-running-tasks`
  Manage long-running commands and multi-step work in Codex. Use when a task may exceed normal turn time, needs a dev server, watcher, training run, crawl, benchmark, or repeated polling.
- [Publish](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-publish) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-publish`
  Tag a new version of agent-harness, push to GitHub, and create a GitHub release. Use when shipping a meaningful update (new rules, new templates, etc.). Asks for SemVer bump and writes release notes from git log.
- [Autopilot](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-autopilot) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-autopilot`
  Set up or manage the autopilot daily autonomous project-driver — a system-level timer that, once a day, runs a fresh ≥30-min autorun Claude session to advance a project (features, bug fixes, refactors, design, docs) as an industrial-grade deployable product, passing review-gate, re-planning, estimating time formally, and self-healing when stuck. Use when the user wants to "set up autopilot", "aut…
- [New Rule](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-new-rule) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-new-rule`
  Scaffold a new workflow rule under rules/<kebab-name>/. Creates RULE.md (frontmatter + body template) and snippet.md (drop-in for downstream CLAUDE.md), plus updates INVENTORY.md and INVENTORY.zh.md in the same edit batch.
- [Verify Visual](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-verify-visual) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-verify-visual`
  Use chrome-devtools MCP to screenshot the local site (or a specific element) and visually verify it matches the design intent. Required after every UI-affecting change before marking work done.
- [Research Critic](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-research-critic) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-research-critic`
  Critique research hypotheses, experiment design, results, ablations, baselines, and paper claims before committing them.
- [Task Relationship Analysis](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-task-relationship-analysis) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-task-relationship-analysis`
  Use BEFORE executing any multi-step or multi-feature request (3+ tasks). Forces a pre-execution pass that maps how the tasks relate — synergies, conflicts, shared substrate, ordering — so you don't mechanically execute them in listed order and miss that several should be built on one shared piece, or that two conflict. Scaffolds a pairwise matrix + synthesis checklist.
- [Init Agent Harness](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-init-agent-config) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-init-agent-config`
  Scaffold a new project with the relevant subset of agent-harness rules, hooks, skills, recommendations, and templates. Asks about project type, language preferences, and context tags, then composes a project-specific CLAUDE.md, .claude/settings.json, and starter files. Use in a fresh or existing project to apply agent-harness conventions.
- [End Of Turn Marker](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-end-of-turn-marker) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-end-of-turn-marker`
  Every turn MUST end with a visible divider header followed by numbered summary items. Use [END:FINAL], [END:WAIT], or [END:NEEDS_USER] embedded in the divider.
- [Figma Authoring Constraints](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-figma-authoring-constraints) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-figma-authoring-constraints`
  Use when a designer asks how to structure a Figma file so it produces clean code, when a design keeps yielding pixel-snapshot output, or when get_variable_defs comes back empty — the 20 Figma-side authoring constraints that make a design cleanly code-able via the Figma MCP.
- [Code Verifier](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-code-verifier) — Skill · Free — `agentstack add skill-jajupmochi-agent-harness-code-verifier`
  Use BEFORE claiming any code/test/script runs successfully. Detects FAKE-RUN patterns (hardcoded results, assert True, mocks-only tests, swallowed exceptions, fabricated numbers, dead-code short-circuits). Apply automatically whenever about to claim "test passes", "code works", "results show X", "training converges", or commit/push. Complements superpowers:verification-before-completion (which en…
- [Linux Freeze Triage](https://agentstack.voostack.com/l/skill-jajupmochi-agent-harness-linux-freeze-triage) — Skill · Free · security-reviewed — `agentstack add skill-jajupmochi-agent-harness-linux-freeze-triage`
  Use when a Linux desktop/laptop goes black-screen, frozen, or unresponsive (often after idle, or when running a GPU/video app like Zoom/Chrome), and you must find the REAL cause instead of guessing. Covers ruling out suspend/sleep, NVIDIA driver kernel-vs-userspace version mismatch from auto-upgrades, OOM meltdowns, PCIe link errors, and DPMS/display-wake hangs. Bundles a near-zero-cost watchdog…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
