— No reviews yet
0 installs
11 views
0.0% view→install
Install
$ agentstack add skill-sun-sunshine06-miniprogram-skills-miniapp-center-hub-refactor ✓ 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 Center Hub Refactor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Miniapp Center Hub Refactor
Overview
Use this skill when the real problem is information architecture, not just styling or labels. Reach for it when users no longer know where to handle pending work, where to manage settings, or which tab owns integrations and personal state.
Quick Start
- Read
references/center-hub-playbook.md. - Audit the current top-level tabs, repeated entry points, and detailed pages before moving any routes.
- Separate high-frequency action flow from low-frequency settings flow.
- Keep the hub as an aggregator and keep detailed pages for flows that still need their own state, forms, or validation.
- If the request is only about shortening page text, use
miniapp-user-facing-copy-triminstead.
Core Rules
- Start from user questions, not from the current file tree:
- what do I need to handle now
- where do I manage settings or integrations
- Reduce top-level tabs only when the replacement entry remains obvious.
- Give the hub internal sections with stable ownership, such as
inbox,settings, orstatus, instead of turning the hub into one unstructured long page. - Promote summaries and next actions on the hub; demote long explanation and rarely used detail.
- Keep detailed pages when the flow has its own form state, validation, filters, or multi-step interaction.
- Move pages by ownership, not by which old page linked to them.
- Define a migration map from old entry point to new hub location before deleting or hiding old navigation.
- Update top-level navigation, route docs, and smoke checks together so structure changes stay reviewable.
Output Format
- current navigation problem
- proposed hub structure
- page ownership and migration map
- migration order
Resources
references/center-hub-playbook.md: audit checklist, section design rules, and migration guidancereferences/example-prompts.md: reusable trigger and non-trigger prompts
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.