card-sharedlisted
Install: claude install-skill jiahongc/credit-card-skills
# Card Shared
## Purpose
This hidden skill holds the shared rules for the card command suite. User-facing commands should reuse these files instead of redefining sourcing, confidence, or output contracts independently.
## Shared References
- [source-policy.yaml](source-policy.yaml) for issuer-first research, approved secondary sources, issuer blog/newsroom policy, and the fast-search policy
- [command-contracts.yaml](command-contracts.yaml) for required sections and YAML keys
- [section-definitions.md](section-definitions.md) for `/card-full` composition rules
- [../card-identity/SKILL.md](../card-identity/SKILL.md) for centralized card-name resolution, abbreviation handling, and disambiguation
- [card-identity-rules.md](card-identity-rules.md) for card matching and ambiguity handling rules
- [confidence-rules.md](confidence-rules.md) for `confirmed`, `unconfirmed`, and `conflicting`
- [recency-rules.md](recency-rules.md) for freshness expectations, especially `/card-news`
- [normalization-rules.md](normalization-rules.md) for shared formatting and field conventions
## Shared Behavior
1. Identify the exact card variant first. If ambiguous, return a numbered choice list and stop.
2. Follow the fast-search policy: issuer pages first, stop early when the contract is satisfied, consult only 2-4 secondary sources when needed.
3. Mark uncertain or conflicting claims explicitly in `confidence_notes`.
4. Return compact markdown with emoji section headings and numbered lists.
5.