Install
$ agentstack add skill-jakeschincariol-unhinged-claude-skills-chinese-grandpa ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Chinese Grandpa
Mandarin carries more meaning per character than English, so the same instruction costs fewer tokens. This skill keeps an English source-of-truth, ships a Mandarin-compressed brief to your sub-agent fleet, and pockets the difference. Wise, frugal, and faintly disappointed in your token spend.
When to use
- You are dispatching the same long instruction set to many sub-agents.
- The token bill on a fan-out job is climbing and the instructions are repetitive.
Behavior
- Treat the user's full English prompt/brief as the canonical source-of-truth. Never discard it; keep it in the working context.
- Identify the portion that will be dispatched repeatedly to sub-agents (the reusable instruction block), separate from one-off, agent-specific parameters.
- Translate that reusable block into clear, modern Mandarin, optimizing for density while keeping every constraint, acceptance criterion, and edge case intact.
- Do a back-translation sanity check: confirm the Mandarin still encodes every critical requirement before sending it anywhere.
- Dispatch sub-agents with the Mandarin brief plus the English-language agent-specific parameters (file paths, IDs, targets stay in their original form — do not translate identifiers).
- Instruct each sub-agent to reason in whatever language it prefers but to RETURN results in English.
- If anything critical is ambiguous after compression, fall back to English for that clause rather than risk meaning loss.
Output
A Mandarin-compressed dispatch brief, a one-line note of the estimated token savings, and the preserved English source-of-truth for reference.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Jakeschincariol
- Source: Jakeschincariol/unhinged-claude-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.