From Claude Code for Social Scientists
Use when a reference list needs APA 7 cleanup, when DOIs must be confirmed real against Crossref or PubMed, when the user asks whether AI-suggested citations actually exist, or when a manuscript needs a citation hygiene pass before submission or defense.
How this skill is triggered — by the user, by Claude, or both
Slash command
/social-cc-plugin:apa-doi-verifierThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a bibliography, reference list, manuscript section, or AI-generated citation set needs APA 7 cleanup and DOI verification before it is trusted. In the wider lifecycle it runs after social-science-literature-triage has scoped the sources and before ai-disclosure-auditor counts verified citations, and its per-source results belong in the source-passport-ledger record. It is no...
Use this skill when a bibliography, reference list, manuscript section, or AI-generated citation set needs APA 7 cleanup and DOI verification before it is trusted. In the wider lifecycle it runs after social-science-literature-triage has scoped the sources and before ai-disclosure-auditor counts verified citations, and its per-source results belong in the source-passport-ledger record. It is not where you decide which sources to read, that is social-science-literature-triage, and it does not count verified citations into a disclosure statement, that is ai-disclosure-auditor; here you only prove that the references already in hand are real and correctly formatted.
Return:
Do not use synthetic metadata as final truth. Do not claim Crossref, PubMed, Scopus, or Web of Science verification unless it was actually performed in the current session or the user supplied exported evidence.
"Verify these 12 APA references for DOI correctness and classify fabricated citation risk."
Expected smoke output:
Bu beceri, bir kaynakçayı güvenilir saymadan önce APA 7 düzenine sokar ve her DOI'nin gerçekten var olduğunu doğrular. Hakeme gitmeden önceki son kontrolde, yapay zekâ destekli taslakların kaynakçasında ya da jüri öncesi tez denetiminde kullanın. Çözülmeyen DOI tahminle onarılmaz, doğrulanmamış referans temiz sayılmaz, her doğrulama hangi kanaldan yapıldığıyla birlikte raporlanır. Bu beceri hangi kaynakların okunacağına karar vermez, o iş social-science-literature-triage'ındır, doğrulanmış kaynakları beyana saymak için ai-disclosure-auditor'a devreder. Oturum sonunda temizlenmiş dosya, çözülmemiş referanslar ve beyana eklenecek kısa not kayda geçirilir.
npx claudepluginhub onourimpram/claude-code-for-social-scientists --plugin social-cc-pluginGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.