Skip to content

DeepCitation/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepCitation Skills

Skills for AI coding agents (Claude Code, Cursor, etc.) that integrate with the DeepCitation verification API.

Available Skills

  • verify — Verify AI claims against source documents using the DeepCitation API

Install

Claude Code (CLI / Desktop / VS Code / JetBrains)

npx skills add DeepCitation/skills

Or add it manually — in your project's .claude/settings.json, add the skill source path or URL.

Claude Cowork (claude.ai)

  1. Download verify.zip
  2. Go to claude.ai/customize/skills
  3. Upload verify.zip
  4. Start or join a Cowork chat, then end your message with /verify to verify claims against source documents

With other agents

The SKILL.md files and rule files are plain Markdown — any agent that supports reading Markdown instructions can use them.

How it works

When you invoke /verify, the skill:

  1. Prepares your source documents (PDF, DOCX, images, URLs) via the DeepCitation API
  2. Answers your question naturally using the source content
  3. Cites every claim, value, and fact back to specific pages and lines in the source
  4. Verifies each citation against the original document
  5. Delivers results as either:
    • An interactive HTML file with clickable citation popovers, or
    • Inline markdown with (verified) / ✓ (partial match) / ✗ (not found) indicators and a status summary table

Related

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors