name: resolve_canon_sources description: Resolves the source hierarchy (Custom > Template) version: 1.1.0 author: Antigravity
Operational Instructions
Trigger
- At the start of
tech_rag(Step 0 Internal Context Discovery). - At the start of
research_rag(Step 0 Internal Canon Check). - Whenever it's necessary to establish the "Gold Source" of truth.
Inputs
- Environment: Local file system.
- Constraints: None.
Steps
-
Primary Check: Verify existence of
docs_custom/SOURCES.md. -
Fallback Check: If Custom doesn't exist, use
.agent/docs/SOURCES.md. -
Execution:
- Read the identified file (
view_file). - If the topic is "Gold" (defined in the file), activate
markdownifyfor deep reading. - Otherwise proceed with
brave_searchif necessary.
- Read the identified file (
Outputs
- Path: The path of the identified source file.
- Content: The content read to use as context.
Suggested Commands
ls -F docs_custom/SOURCES.md 2>/dev/null || ls -F .agent/docs/SOURCES.md
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
5 months ago
tools
tools cms platforms
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!