Skip to main content
GitHub repository

julie

julie contains 7 collected skills from anortham, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
7
Stars
6
updated
2026-07-21
Forks
3
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

dead-code-audit
software-developers

Use when auditing Julie for dead code, test-only code paths, stale helpers, graph gaps, or cleanup candidates before deleting, privatizing, or simplifying code.

2026-07-21
editing
software-developers

Use before making changes to existing files. Routes to Julie's edit_file, rewrite_symbol, and rename_symbol tools without a Read + Edit loop. Trigger on fix, change, update, modify, refactor, rename, replace, add, remove, move, or any task involving an existing file.

2026-07-21
explore-area
software-developers

Orient on a new codebase area using get_context for token-budgeted exploration. Use when the user asks "what does this module do", "explain this part", or wants to understand an unfamiliar area before making changes.

2026-07-21
impact-analysis
software-developers

Analyze what would break if a symbol changes: finds callers, groups by risk level, assesses impact. Use when the user asks about blast radius, who uses a symbol, or is planning a refactor.

2026-07-21
search-debug
software-developers

Diagnose why a Julie search returns unexpected results during Julie development. Analyze scoring factors, tokenization, and index health when dogfooding search quality.

2026-07-21
web-research
software-developers

Fetch web pages and index them locally for token-efficient research. Use when you need to read documentation, articles, or any web content. Fetches via browser39, saves as markdown, indexes via Julie's filewatcher, then uses Julie tools for selective reading. Requires browser39 (binary release from GitHub).

2026-07-21
dead-code-audit
software-developers

Use when auditing Julie for dead code, test-only code paths, stale helpers, graph gaps, or cleanup candidates before deleting, privatizing, or simplifying code.

2026-06-06