focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:dossier <entity> — Decision-grade entity research with mandatory hypothesis-testing. 6-Q grill-me intake (Q4 hypothesis MANDATORY) → ≥30% disconfirming search budget → 9-section .docx with verdict (SUPPORTED/PARTIALLY/DISPROVEN/INCONCLUSIVE) + 3-5 finding-tied conversation
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-dossierContext preview
What this command does when you run it.
/cs:dossier <entity> — Decision-grade entity research with mandatory hypothesis-testing. 6-Q grill-me intake (Q4 hypothesis MANDATORY) → ≥30% disconfirming search budget → 9-section .docx with verdict (SUPPORTED/PARTIALLY/DISPROVEN/INCONCLUSIVE) + 3-5 finding-tied conversation
name: "cs-dossier" description: "/cs:dossier <entity> — Decision-grade entity research with mandatory hypothesis-testing. 6-Q grill-me intake (Q4 hypothesis MANDATORY) → ≥30% disconfirming search budget → 9-section .docx with verdict (SUPPORTED/PARTIALLY/DISPROVEN/INCONCLUSIVE) + 3-5 finding-tied conversation hooks."
**Command:** `/cs:dossier <entity>`
The `cs-dossier` persona produces a hypothesis-tested research dossier on a specific company, person, nonprofit, or government org — **NOT** a generic profile.
The skill refuses to be a Wikipedia summary. Q4 (your hypothesis) is **mandatory** — without it, the dossier confirms what you already think and is worthless for decisions.
| Q | Asks | Notes | |---|---|---| | Q1 | Subject identity (name + disambiguating identifier) | refuses ambiguous names | | Q2 | Subject type: person / company / nonprofit / gov org / other | forcing choice — drives source matrix | | Q3 | Purpose: sales / investment / acquisition / journalism / interview / competitive / vetting / other | forcing choice — drives angle + sensitivity | | Q4 | **Hypothesis (MANDATORY)** — what you already believe + want to verify/disprove | non-skippable; pushed back once if refused | | Q5 | Depth: 5-min brief or 15-min decision-grade dossier | forcing choice | | Q6 | Sensitivities to exclude | conditional — only if Q3 ∈ {journalism, personal vetting} |
Stop condition: after Q6 (or earlier with skips), commit and start Phase 2. Never re-open.
After all phases:
dossier_<entity-slug>_<YYYY-MM-DD>.docx 9 sections: 1. Executive Summary (verdict: SUPPORTED/PARTIALLY/DISPROVEN/INCONCLUSIVE + 3 must-know) 2. Identity Facts Table (founded/born, location, size, role, affiliations; sourced + tiered) 3. Hypothesis Test (verbatim hypothesis + supporting evidence + disconfirming evidence + verdict) 4. 12-Month Activity Timeline (news, hires, departures, products, controversies) 5. Network Signals (collaborators / investors / customers / advisors) 6. Reputation Signals (sentiment, Glassdoor, peer mentions) 7. Red Flags + Hidden Patterns (litigation, departures, financials, tiered) 8. Conversation Hooks (3-5 finding-tied hooks with framing) 9. Source Provenance + Audit Log (per-source tier + search summary + counts)
**≥30% of search budget allocated to disconfirming queries.** This is the non-negotiable differentiator from a generic profile.
Example for hypothesis "Microsoft is consolidating AI spend on Foundry":
| Query type | Example | |---|---| | **Supporting** (would confirm) | "Microsoft Foundry adoption 2026" | | **Supporting** | "Microsoft AI infrastructure consolidation" | | **Disconfirming** (would refute) | "Microsoft OpenAI deal renegotiation" | | **Disconfirming** | "Microsoft AI vendor diversification" | | **Disconfirming** | "Microsoft third-party model partnerships 2026" |
`skills/dossier/scripts/disconfirming_evidence_balance.py` enforces the ratio. Halts at <30% and prompts more disconfirming queries.
Every fact in the DOCX tagged with tier (primary / secondary / tertiary):
| Tier | Examples | |---|---| | **Primary** | SEC EDGAR filings, court records, official .gov sites, company official website | | **Secondary** | Mainstream news (NYT, WSJ, Reuters), trade press (TechCrunch, The Information) | | **Tertiary** | Blogs, forums (Reddit, HN), Glassdoor, social media |
`skills/dossier/scripts/source_tier_classifier.py` does this from URL.
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…