askill
ElliotJLT

ElliotJLT

Publisher on askill

873 total stars
Skills20
Updated 3/21/2026
GitHub
stay-in-lane
stay-in-lane
ElliotJLT2/12/2026

Before making changes, verifies they match what was actually requested. Activates when about to modify files, add features, or refactor code. Catches scope creep before it happens - no "while I'm here...

51
AI 88
skill-creator
skill-creator
ElliotJLT2/12/2026

Meta-skill for creating well-structured skills with proper progressive disclosure. When user wants to create a new skill, guide them through the process: purpose, triggers, instructions, guardrails, e...

49
AI 95
safe-refactor
safe-refactor
ElliotJLT2/12/2026

When refactoring, rewriting, or migrating critical code paths, orchestrate a safe cycle: assess risks → implement → verify → document. Chains pre-mortem and prove-it with built-in implementation phase...

49
AI 88
obsidian-session-sync
obsidian-session-sync
ElliotJLT2/12/2026

End-of-session ritual that syncs Claude Code session artifacts to an Obsidian vault. Chains breadcrumbs, retrospective, note creation, and daily driver into a single flow. Creates session notes, updat...

49
debug-to-fix
debug-to-fix
ElliotJLT2/12/2026

When debugging frustration appears ("why isn't this working?", "it should work", "I don't understand"), orchestrate the full debug cycle: clarify → investigate → fix → verify. Prevents the common fail...

47
AI 93
obsidian-vault-init
obsidian-vault-init
ElliotJLT2/12/2026

Initialises an Obsidian vault for Claude Code workflows. Sets up folder structure, frontmatter conventions, templates, starter .base views, and a CLAUDE.md that describes the vault so future sessions...

47
AI 92
obsidian-canvas-create
obsidian-canvas-create
ElliotJLT2/12/2026

Generates Obsidian .canvas files from intent. Takes a description of what you want to visualise and produces valid JSON Canvas — mind maps, flowcharts, kanban boards, research canvases, project overvi...

47
AI 87
obsidian-daily-driver
obsidian-daily-driver
ElliotJLT2/12/2026

Manages daily notes workflow in Obsidian. Appends tasks, session logs, and learnings to today's daily note. Creates the daily note if it doesn't exist. Bridges Claude Code sessions to your daily note...

47
granola-sync
granola-sync
ElliotJLT2/12/2026

Syncs Granola meeting notes to Obsidian vault. Reads from Granola's local cache to extract meeting metadata and notes, then creates properly formatted markdown files with frontmatter. Also handles man...

47
zero-in
zero-in
ElliotJLT2/6/2026

Before searching a codebase, forces you to zero in on the target: what exactly are you looking for, what would it look like, where would it live, what else might it be called. Activates on "find", "wh...

44
AI 95
drip
drip
ElliotJLT2/6/2026

Track and surface the estimated water cost of Claude interactions. Every query has a physical footprint - data centers need cooling, electricity needs generation. This skill adds environmental account...

44
AI 95
breadcrumbs
breadcrumbs
ElliotJLT2/6/2026

Leaves notes for future Claude sessions in .claude/breadcrumbs.md. At session end or after significant work, records what was tried, what worked, what failed, and context for next time. On session sta...

44
AI 92
split-decision
split-decision
ElliotJLT2/6/2026

When facing architectural decisions, technology choices, or strategic trade-offs, present options as a structured comparison and require explicit trade-off acknowledgment before proceeding. Triggers o...

44
AI 92
trace-it
trace-it
ElliotJLT2/6/2026

Before modifying shared code (utilities, types, configs, base classes), traces all callers and dependents first. Activates when editing files in shared/, utils/, lib/, or anything imported by 3+ files...

44
AI 89
fan-out
fan-out
ElliotJLT2/6/2026

Orchestration pattern for parallelizable tasks. When facing work that can be split into independent subtasks (research multiple topics, analyze multiple files, test multiple scenarios), spawn parallel...

44
AI 88
learn-from-this
learn-from-this
ElliotJLT2/6/2026

When a session contains a significant failure, misunderstanding, or repeated mistake, analyse the root cause and draft a new skill that would have prevented it. The skill library should grow from real...

44
AI 88
loose-ends
loose-ends
ElliotJLT2/6/2026

Before declaring work complete, checks for loose ends: unused imports, TODO comments created, missing tests, stale references, incomplete error handling. Activates after implementing features or fixes...

44
youtube-transcript
youtube-transcript
ElliotJLT2/6/2026

Extracts YouTube video transcripts and saves them as structured markdown files with metadata and timestamped content. When a user shares a YouTube URL, IMMEDIATELY runs the extraction script, creates...

44

Showing 18 of 20