AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
jajupmochi avatar

jajupmochi

33 listings · 0 installs

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

↗ github.com/jajupmochi
33 results
Self-run
SKILL

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.

0
38
Free
Self-run
SKILL

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.

0
40
Free
Self-run
SKILL

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.

0
40
Free
Self-run
SKILL

Agent Harness General

Audit the source agent-harness general skill catalog. Use only when maintaining or adapting this repository's original reusable skill set.

0
20
Free
Self-run
SKILL

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.

0
28
Free
Self-run
SKILL

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.

0
35
Free
Self-run
SKILL

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…

0
33
Free
Self-run
SKILL

Task Orchestrator

>-

0
39
Free
Self-run
SKILL

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.

0
38
Free
Self-run
SKILL

Preview

Start a local dev server for this static site. Required before /verify-visual since file:// breaks fetch() calls for locales/*.json.

0
35
Free
Self-run
SKILL

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.

0
40
Free
Self-run
SKILL

Feature Audit Template

A Claude skill from jajupmochi/agent-harness.

0
36
Free
Self-run
SKILL

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.

0
36
Free
Self-run
SKILL

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…

0
31
Free
Self-run
SKILL

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.

0
34
Free
Self-run
SKILL

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.

0
30
Free
Self-run
SKILL

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.

0
33
Free
Self-run
SKILL

Workflow Fix Template

A Claude skill from jajupmochi/agent-harness.

0
22
Free
Self-run
SKILL

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.

0
38
Free
Self-run
SKILL

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.

0
28
Free
Self-run
SKILL

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.

0
35
Free
Self-run
SKILL

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.

0
35
Free
Self-run
SKILL

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.

0
32
Free
Self-run
SKILL

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…

0
43
Free
Self-run
SKILL

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.

0
33
Free
Self-run
SKILL

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.

0
34
Free
Self-run
SKILL

Research Critic

Critique research hypotheses, experiment design, results, ablations, baselines, and paper claims before committing them.

0
29
Free
Self-run
SKILL

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.

0
25
Free
Self-run
SKILL

Init Agent Harness

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
32
Free
Self-run
SKILL

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.

0
32
Free
Self-run
SKILL

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.

0
43
Free
Self-run
SKILL

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…

0
35
Free
Self-run
SKILL

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…

0
31
Free
You've reached the end · 33 loaded