← All creators

jajupmochi

User

Linlin's curated Claude Code configuration: workflow rules, skills, hooks, plugin recommendations, tooling preferences, and project templates. Loadable into any new project so a fresh /init can pick the relevant subset.

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

Categories

Indexed Skills (15)

Code & Development Listed

publish

Tag a new version of claude-config, 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 Updated 3 days ago
jajupmochi
Code & Development Listed

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 Updated 3 days ago
jajupmochi
Code & Development Listed

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 Updated 3 days ago
jajupmochi
AI & Automation Listed

init-claude-config

Scaffold a new project with the relevant subset of claude-config 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 claude-config conventions.

0 Updated 3 days ago
jajupmochi
AI & Automation Listed

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 enforces real-run discipline) by auditing whether the run itself is genuine.

0 Updated 3 days ago
jajupmochi
AI & Automation Listed

long-running-tasks

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 Updated 3 days ago
jajupmochi
Code & Development Listed

privacy-redact

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 Updated 3 days ago
jajupmochi
Code & Development Listed

research-critic

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 Updated 3 days ago
jajupmochi
AI & Automation Listed

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 Updated 3 days ago
jajupmochi
Data & Documents Listed

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 Updated 3 days ago
jajupmochi
Data & Documents Listed

system-cleanup

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 VS Code WebStorage PDF-cache bloat bug, old-kernel pile-up, snap/journal/apt/docker caches, and NTFS data-disk write failures.

0 Updated 3 days ago
jajupmochi
Code & Development Listed

preview-template

Start the local dev server / preview environment for this project. Customize per project type. Use when iterating on UI or before visual verification.

0 Updated 3 days ago
jajupmochi
Data & Documents Listed

verify-template

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 Updated 3 days ago
jajupmochi
Code & Development Listed

preview

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

0 Updated 3 days ago
jajupmochi
Code & Development Listed

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 Updated 3 days ago
jajupmochi

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