— No reviews yet
0 installs
13 views
0.0% view→install
Install
$ agentstack add skill-sun-sunshine06-miniprogram-skills-miniapp-devtools-recovery ✓ 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.
Are you the author of Miniapp Devtools Recovery? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Miniapp Devtools Recovery
Overview
Use this skill when DevTools has polluted the repository or started compiling the wrong thing. Keep the cleanup minimal and restore tracked files before deleting residue.
Quick Start
- Read
references/devtools-recovery-checklist.md. - Inspect
git status, repository root,project.config.json,project.private.config.json, andapp.json. - Decide whether the problem is wrong import root, template residue, stale compile condition, or TypeScript-recognition drift.
- Restore tracked files first, then delete only the generated residue.
- Tell the user exactly which directory to import and which compile mode to use.
Core Rules
- Treat repository root and miniapp code root as separate concerns.
- Prefer restoring tracked files from version control before deleting generated clutter.
- Keep
project.private.config.jsonlocal-only; do not rely on it for shared project truth. - Remove generated template pages or helpers unless the app explicitly depends on them.
- If DevTools complains about missing
.jsfiles while the repo authors in.ts, verify TypeScript recognition before rewriting the app to JavaScript. - If DevTools tries to start from a page not listed in
app.json, suspect a stale custom compile condition first.
Output Format
When answering, keep the result short and operational:
- what DevTools changed
- what should remain in the repo
- what to delete or restore
- what the user must change in DevTools
Resources
references/devtools-recovery-checklist.md: cleanup rules and error-to-cause mappingreferences/example-prompts.md: reusable trigger examples and evaluation notes
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Sun-sunshine06
- Source: Sun-sunshine06/miniprogram-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.