Agent skill · Security

evidence-standards

Evidence citation and domain scope standards for Neo4j subagents. Prevents hallucination and ensures audit trail.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/agent/evidence-standards-faisalanjum-eventtrader/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Domain Scope
  2. Evidence Citation Format
  3. Examples by Domain
  4. Core Rules
  5. Verification
  6. Operating Protocol
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going