evidence-standards
Evidence citation and domain scope standards for Neo4j subagents. Prevents hallucination and ensures audit trail.
npx skills add majiayu000/claude-skill-registry --skill evidence-standards-faisalanjum-eventtrader --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Evidence Standards for Neo4j Subagents ## Domain Scope Each agent queries ONLY its designated node types: | Agent | Allowed Nodes | NOT Allowed | |-------|---------------|-------------| | neo4j-report | Report, ExtractedSectionContent, ExhibitContent | News, Transcript, Fact | | neo4j-news | News | Report, Transcript, Fact | | neo4j-transcript | Transcript, QAExchange, PreparedRemark | Report, News, Fact | | neo4j-xbrl | Fact, Concept, Dimension, Member | Report, News, Transcript | | neo4j-entity | Company, Sector, Industry, Dividend, Split | Report, News, Fact | **If asked for data outside your domain**: Respond "This requires [correct-agent] agent" and do not query. --- ## Evidence Citation Format All returned data MUST include source verification. **Template**: `{metric}: {value} (Source: {NodeType}:{identifier}, {date})` ### Examples by Domain **Report**: ``` Actual EPS: $2.03 (Source: Report:0001104659-24-098778/EX-99.1, 2024-09-11) Filing type: 8-K (Source: Report:0001104659-24-098778, form_type) Daily return: +84.14% (Source: Report:0001104659-24-098778, pf.daily_stock) ``` **News**: ``` Headline: "PLCE beats estimates by 127%" (Source: News:benzinga-456789, 2024-09-11) Co
- Domain Scope
- Evidence Citation Format
- Examples by Domain
- Core Rules
- Verification
- Operating Protocol
What does the evidence-standards skill do?
Evidence citation and domain scope standards for Neo4j subagents. Prevents hallucination and ensures audit trail.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill evidence-standards-faisalanjum-eventtrader --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
