Agent Skills by Elliot
Showing 32 vetted skills indexed across 1 GitHub repositories.
drip
Quantify Claude interaction water footprints in milliliters using token counts.
granola-sync
Convert Granola cache meeting data into markdown notes with frontmatter.
pipeline
Coordinate sequential design, implement, test, and review stages with checkpoints.
map-reduce
Execute map and reduce phases to aggregate batch processing results.
stay-in-lane
Validate proposed code changes against user requests before editing.
trace-it
Traces callers and dependents before editing shared code to map impact.
skill-forge
Generate structured SKILL.md files from session discoveries.
pre-mortem
Generate failure scenarios and assess risk for project changes.
you-sure
Blocks dangerous operations until user confirms via a checklist.
battle-plan
Orchestrate a phased planning ritual for development work.
careful-delete
Require safety checks before destructive operations across file systems, databases, and version control.
retrospective
Document post-task reflections with sections for failed attempts, what worked, and learnings.
zero-in
Define search scope, expected results, and aliases before codebase exploration.
pair-mode
Explain coding decisions and teach patterns during pair programming sessions.
safe-refactor
Orchestrate risk-aware refactor cycles with assessment, implementation, verification, and documentation phases.
dont-be-greedy
Estimate token costs for CSV, JSON, and TXT files before loading.
skill-creator
Create standardized SKILL.md templates with frontmatter, instructions, guardrails, and examples.
learn-from-this
Convert debugging failures into SKILL.md entries with required frontmatter.
keep-it-simple
Enforce YAGNI principles before creating factories, abstract base classes, or config-driven features.
agent-audit
Identify load-bearing components in LLM agents via instrumentation and ablation testing.
fan-out
Decompose tasks into independent subtasks and dispatch them to parallel agents.
rubber-duck
Guide problem articulation through five structured questioning steps before proposing solutions.
loose-ends
Detect unused imports, TODOs, and missing tests across changed files.
prove-it
Run test suites and validate results before declaring completion.