用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fabioc-aloha/Alex_Skill_Mall --skill mall-curation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | mall-curation |
| description | Curate Alex_Skill_Mall — decide when to add, keep, refresh, or prune stores and catalog entries |
| lastReviewed | 2026-01-01T00:00:00.000Z |
Maintain Alex_Skill_Mall as a high-signal marketplace. Curation is judgment-driven — every entry should earn its place.
/audit-mall)feedback/inbox/ to add a new storeEvery Mall entry exists in one of four states. Curation moves entries between states.
| Verb | When | Action |
|---|---|---|
| Add | A proposed store passes store-evaluation | Insert into STORES.md and CATALOG.md, update README counts |
| Keep | An entry passes the staleness sweep | No change; record audit timestamp |
| Refresh | An entry's metadata, link, or description has drifted but the store is still valuable | Update in place; note the change in commit message |
| Prune | An entry fails staleness-discipline and refresh won't save it | Remove from STORES.md and CATALOG.md, update counts, document in decisions/ |
For each entry under audit:
├── Is the link reachable (HTTP 2xx)?
│ ├── No → Refresh (update URL) or Prune
│ └── Yes ↓
├── Has the upstream repo been updated in the last 6 months?
│ ├── No, and repo is archived → Prune
│ ├── No, but repo is alive → Keep with note ("low-velocity")
│ └── Yes ↓
├── Does the description still match upstream README?
│ ├── No → Refresh
│ └── Yes ↓
├── Is the entry still relevant to ACT-Edition heirs?
│ ├── No (orphan domain, replaced by better option) → Prune
│ └── Yes → Keep
decisions/. This preserves history.mall-link-check.cjs (when shipped) or grep manually.# Mall Audit — YYYY-MM-DD
## Summary
- Entries audited: <count>
- Add candidates: <count>
- Keep: <count>
- Refresh: <count>
- Prune candidates: <count>
- Coherence violations: <count>
## Add Candidates
| Proposal | Source | Score | Verdict |
|---|---|---|---|
## Refresh List
| Entry | Issue | Proposed change |
|---|---|---|
## Prune Candidates
| Entry | Reason | ADR? |
|---|---|---|
## ACT Pass Trail
<paste markers>
| Anti-pattern | Correction |
|---|---|
| Bulk prune without per-entry rationale | Each prune cites which gate failed |
| Adding stores because they're popular elsewhere | Two-source rule still applies |
| Refreshing in place without committing the diff | Audit trail matters — every refresh is a commit |
| Skipping coherence check after prune | Editions may reference the pruned store; cross-check before commit |
store-evaluation — gate for addsstaleness-discipline — gate for prunesmall-maintenance-rules — always-on routing/audit-mall, /add-store, /prune-store prompts