From Claude Code for Social Scientists
Use when AI contribution metadata must match the actual workflow, when model alias and dated identifiers need auditing, when verified and fabricated citation counts feed a release decision, or when a venue's AI disclosure statement needs evidence behind it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/social-cc-plugin:ai-disclosure-auditorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill before release, after AI-assisted drafting, or during citation cleanup when the user needs disclosure metadata to match the actual workflow. Its citation counts come from apa-doi-verifier results, and its verdict feeds repo-release-integrity-check at release time. It is not for building an open-science release package or recording authorship contributions, those are open-science-...
Use this skill before release, after AI-assisted drafting, or during citation cleanup when the user needs disclosure metadata to match the actual workflow. Its citation counts come from apa-doi-verifier results, and its verdict feeds repo-release-integrity-check at release time. It is not for building an open-science release package or recording authorship contributions, those are open-science-release-packager and authorship-contribution-ledger.
ai_assisted reflects actual AI use.ai_tools.name, vendor, model_alias, model_dated, and role.human_review and human_review_date.verified_citations_count with the reference list and in-text citation set when available.fabricated_citations_count is zero for release material.disclosure_standard against the current project policy.Return:
Do not expose prompts, logs, private notes, credentials, unpublished clinical data, or reviewer identities unless the user explicitly supplies publication-safe excerpts. Keep the audit at metadata and disclosure level when private context is not needed.
"Audit the AI disclosure fields for all released booklets and tell me which files block v1.1.0."
Expected smoke output:
Bu beceri, yapay zekâ katkı beyanının gerçek iş akışıyla örtüşüp örtüşmediğini alan alan denetler. Model kimlikleri, insan incelemesi durumu ve atıf sayıları kanıtla karşılaştırılır, uydurma atıf içeren içerik yayına kapatılır. Atıf sayıları apa-doi-verifier doğrulamasından gelir, sonuç yayın bütünlüğü kontrolüne girdi olur. Açık bilim paketi için open-science-release-packager'a, yazarlık katkı kaydı için authorship-contribution-ledger'a devredilir. Oturum sonunda denetim kararı ve bekleyen alanlar 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.