スキル一覧に戻る
faisalanjum

skill-update

by faisalanjum

Agents use graph db (XBRL, News, Reports) to trade!

2🍴 1📅 2026年1月17日
GitHubで見るManusで実行

SKILL.md


name: skill-update description: Self-improvement protocol for Neo4j agents. Instructs agents to report skill updates needed.

Skill Update Protocol

MANDATORY: Before returning results, check if skill files need updates. This is not optional.

Report Format

You cannot edit files directly. Instead, include this block in your response:

SKILL_UPDATE_NEEDED
action: ADD | CORRECT | REMOVE
file: /full/path/to/SKILL.md
content: |
  the exact content to add, correct, or remove
reason: why this update is needed

The main agent will execute the edit.

When to Report

ADD - New Discovery

You found a working query pattern or data gap not in the skill file.

Data gaps include:

  • Schema tool returned incomplete/incorrect data
  • Query returned unexpected empty/null results
  • Data didn't match documented expectations
  • Property name different than expected (camelCase vs snake_case)

CORRECT - Wrong Entry

You see an entry in Known Data Gaps that is incorrect based on your queries.

REMOVE - Outdated Entry

You see an entry that's no longer true (issue was fixed, data now exists).

Skill File Paths

DomainPathScope
Schema/home/faisal/EventMarketDB/.claude/skills/neo4j-schema/SKILL.mdSchema issues, MCP tool gaps
Entity/home/faisal/EventMarketDB/.claude/skills/neo4j-entity/SKILL.mdCompany, Sector, Industry
Report/home/faisal/EventMarketDB/.claude/skills/neo4j-report/SKILL.mdSEC filings, exhibits
News/home/faisal/EventMarketDB/.claude/skills/neo4j-news/SKILL.mdNews, fulltext/vector
Transcript/home/faisal/EventMarketDB/.claude/skills/neo4j-transcript/SKILL.mdTranscripts, Q&A
XBRL/home/faisal/EventMarketDB/.claude/skills/neo4j-xbrl/SKILL.mdXBRL facts, concepts

Rules

  • Use generic patterns ($param, not hardcoded values)
  • Don't duplicate existing patterns
  • Don't report failed/empty queries as patterns
  • Include exact content so main agent can copy-paste

Version 1.4 | 2026-01-11 | Changed to report-based updates

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です