← all publishers

jajupmochi

@jajupmochi source repo

46 published skills

  1. Autopilot 2 · jajupmochi bundle
    autopilot — intake & setup
    0
    installs
  2. Code Verifier 2 · jajupmochi
    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 enforces real-run discipline) by auditing whether the run itself is genuine.
    0
    installs
  3. Verify Visual 2 · jajupmochi
    Use chrome-devtools MCP to screenshot a target URL/element and visually verify it matches a reference. Auto-fires when the user requests a UI change with a visual reference (paired with the ui-iteration-loop rule).
    0
    installs
  4. Privacy Redact 2 · jajupmochi
    Scan a markdown / text file for usernames, absolute paths, secrets, and project codenames; replace with placeholders. Use before promoting any private/draft file into a public commit or recommendation.
    0
    installs
  5. System Cleanup 2 · jajupmochi bundle
    Use when a Linux disk is filling up or the user asks to free space / clean the system / "系统盘满了" / move large files off the system disk. Diagnose where the space went (df / du / dpkg / snap / docker), then give a prioritized, risk-tagged plan — do safe user-level deletions, and LIST the sudo items for the user to run (default to advise-then-confirm; this kind of box often has no passwordless sudo, so use pkexec or hand over the commands). Covers the biggest reclaimables — `~/.cache/uv` (Python package cache, 58 GB seen), `~/.cache/huggingface` (model/dataset cache, 24 GB seen), Docker build cache, VS Code WebStorage PDF-cache bloat, JetBrains indexes — plus old-kernel pile-up, snap/journal/apt caches, and NTFS data-disk write failures.
    0
    installs
  6. Research Critic 2 · jajupmochi
    Use AT EVERY RESEARCH STEP (hypothesis design, experiment setup, result interpretation, conclusion writing) to challenge soundness BEFORE committing the step. Catches confirmation bias, p-hacking, leakage, weak baselines, ungrounded claims, ad-hoc thresholds, survivorship bias. Apply automatically whenever about to write a paper claim, design an ablation, interpret a number, or update a results doc. Pairs with code-verifier (which audits artifact authenticity).
    0
    installs
  7. Verify Template 2 · jajupmochi
    Run the project's CI gates locally before claiming work is done. Customize the body to match the project's actual lint/test commands. Use before opening a PR or marking a phase complete.
    0
    installs
  8. Preview Template 2 · jajupmochi
    Start the local dev server / preview environment for this project. Customize per project type. Use when iterating on UI or before visual verification.
    0
    installs
  9. Long Running Tasks 2 · jajupmochi
    Decision tree for handling long-running operations in Claude Code — when to use background subagents, Monitor tool, explicit timeouts, or refactor the task. Auto-fires when a task duration estimate exceeds typical bounds.
    0
    installs
  10. Autoresearch Toolfinder 2 · jajupmochi bundle
    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-scientist / research-agent system, a domain or hardware port (Apple Silicon, RTX, RL, trading, materials, bio, vision, kernels...), or an evaluation harness, or asks "is there an autoresearch tool for X".
    0
    installs
  11. Verify Visual 3 · jajupmochi
    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.
    0
    installs
  12. Agent Harness General · jajupmochi
    Audit the source agent-harness general skill catalog. Use only when maintaining or adapting this repository's original reusable skill set.
    0
    installs
  13. Autopilot · jajupmochi
    Set up or manage the autopilot daily autonomous project-driver. Configures a daily timer that runs a fresh autorun session to advance a project (features, bug fixes, refactors, design, docs). Use when the user wants to "set up autopilot", schedule autonomous daily work, or configure/inspect the autopilot tool.
    0
    installs
  14. Doc Writing · jajupmochi bundle
    Use when writing or updating any document a human will read — a design or architecture spec, a feature manual and its in-app guide, an audit / bugfix / test report, a README, release notes, a plan, or a session handoff. Encodes the document requirements mined from two real project sessions (define every term in place, prove every claim and say how a tester re-proves it, full clickable links, mermaid diagrams, nothing stale, remaining tasks highlighted, no secrets) and ships `scripts/doccheck.py` to lint the finished file against the ones a machine can check.
    0
    installs
  15. Code Verifier · jajupmochi
    Audit whether code, tests, scripts, or reported results are genuine before claiming success. Use before saying tests pass, code works, a script ran, training converged, or results show a conclusion.
    0
    installs
  16. Tui Installer · jajupmochi bundle
    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.
    0
    installs
  17. Verify Visual · jajupmochi
    Visual verification for UI changes using Playwright screenshots and native model vision (GPT-5.5, Claude). For models without vision (DeepSeek), uses Playwright screenshot capture with pixel comparison for regression detection. BackstopJS available as optional regression tool.
    0
    installs
  18. Privacy Redact · jajupmochi
    Scan and redact private details before publishing or committing text. Use for usernames, absolute paths, secrets, project codenames, private URLs, and local machine details.
    0
    installs
  19. Prompt Library · jajupmochi bundle
    Use to save and reuse good prompts across projects and agents, and to MINE past prompts out of local Claude Code / Codex / Copilot / opencode history. 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 — each with the original, an optimized rewrite, and when to use / when NOT to use it — behind a PRIVACY GATE that refuses to store anything still containing paths/emails/tokens/usernames/codenames, so the library stays publishable.
    0
    installs
  20. System Cleanup · jajupmochi
    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.
    0
    installs
  21. Publish · jajupmochi
    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.
    0
    installs
  22. Memory Flywheel · jajupmochi bundle
    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.
    0
    installs
  23. Research Critic · jajupmochi
    Critique research hypotheses, experiment design, results, ablations, baselines, and paper claims before committing them.
    0
    installs
  24. Verify Template · jajupmochi
    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.
    0
    installs
  25. New Hook · jajupmochi
    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.
    0
    installs
  26. New Rule · jajupmochi
    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.
    0
    installs
  27. Init Agent Config · jajupmochi
    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.
    0
    installs
  28. Preview Template · jajupmochi
    Start or identify the local preview environment from Codex. Use for UI, docs, static site, Vite, Next.js, Storybook, MkDocs, or visual verification workflows.
    0
    installs
  29. New Skill · jajupmochi
    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.
    0
    installs
  30. Init Codex Config · jajupmochi
    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.
    0
    installs
  31. Task Orchestrator · jajupmochi
    Meta-skill that enforces a structured Research-Design-Plan-Execute-Verify pipeline for every atomic task. Compensates for model/agent weaknesses (especially DeepSeek, non-native models) by adapting plan template strictness based on detected capabilities. Self-improving: records better approaches back into templates.
    0
    installs
  32. End Of Turn Marker · jajupmochi
    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.
    0
    installs
  33. Figma Design Fetch · jajupmochi bundle
    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.
    0
    installs
  34. Long Running Tasks · jajupmochi
    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.
    0
    installs
  35. Agent Config Adapter · jajupmochi
    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.
    0
    installs
  36. Agent Update Watcher · jajupmochi bundle
    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.
    0
    installs
  37. Autoresearch Toolfinder · jajupmochi
    Find the right autonomous-research or research-agent tool from Codex using the source agent-harness autoresearch-toolfinder skill. Use when choosing, comparing, or setting up autoresearch tools, AI-scientist systems, research-agent loops, platform ports, or evaluation harnesses.
    0
    installs
  38. Claude Desktop Sessions · jajupmochi bundle
    Use when Claude Code sessions started in the terminal CLI don't appear in the Claude Desktop app's Code tab, when you want to hand a running CLI session to Desktop (and reach it from the phone via Remote Control), or when asked to "import/migrate my CLI sessions into the desktop app". Registers existing sessions in Desktop's sidebar by writing its per-session registry files, which point at the transcript store both apps already share — no transcript is copied or modified. Lists candidates numbered so you can import a chosen subset.
    0
    installs
  39. Task Relationship Analysis · jajupmochi bundle
    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.
    0
    installs
  40. Figma Authoring Constraints · jajupmochi
    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.
    0
    installs
  41. Linux Freeze Triage · jajupmochi bundle
    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 to capture the next freeze and a read-only diagnostic battery. Apply before recommending any fix for a freeze/black-screen.
    0
    installs
  42. Workflow Fix Template · jajupmochi
    workflow-fix-template
    0
    installs
  43. Feature Audit Template · jajupmochi
    feature-audit-template
    0
    installs
  44. Verify · jajupmochi
    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.
    0
    installs
  45. Preview · jajupmochi
    Start a local dev server for this static site. Required before /verify-visual since file:// breaks fetch() calls for locales/*.json.
    0
    installs
  46. I18N Sync · jajupmochi
    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.
    0
    installs