← all publishers

aemerson-commits

@aemerson-commits source repo

50 published skills

  1. PDF · aemerson-commits
    Read, create, merge, split, OCR, watermark, encrypt, fill forms, or extract from PDF files. Trigger when user mentions .pdf or asks to produce one.
    0
    installs
  2. DOCX · aemerson-commits
    Create, read, edit, or manipulate Word documents (.docx). Trigger on 'Word doc', '.docx', or formatted document requests (TOC, letterhead, templates). Not for PDFs, spreadsheets, or internal comms (use /internal-comms).
    0
    installs
  3. XLSX · aemerson-commits
    Read, create, edit, or convert spreadsheet files (.xlsx, .xlsm, .csv, .tsv). Trigger on spreadsheet references or tabular file tasks. Not for Word docs, HTML reports, or Google Sheets API.
    0
    installs
  4. MCP Builder · aemerson-commits
    Build MCP servers for LLM-service integration. Python (FastMCP) or Node/TypeScript (MCP SDK).
    0
    installs
  5. Canvas Design · aemerson-commits
    Create visual art (.png, .pdf) — posters, designs, static artwork. Trigger on art/design creation requests. Original designs only.
    0
    installs
  6. Theme Factory · aemerson-commits
    Style artifacts (slides, docs, HTML pages) with 10 pre-set themes or generate custom themes on-the-fly.
    0
    installs
  7. Internal Comms · aemerson-commits
    Write internal communications using company formats: status reports, leadership updates, newsletters, FAQs, incident reports, project updates.
    0
    installs
  8. Algorithmic Art · aemerson-commits
    Algorithmic art via p5.js with seeded randomness. For generative art, flow fields, particle systems. Original work only.
    0
    installs
  9. Slack Gif Creator · aemerson-commits
    Create animated GIFs optimized for Slack. Constraints, validation, and animation concepts.
    0
    installs
  10. Evolve · aemerson-commits bundle
    Evolve — Continuous Learning Pipeline. Manages automatic behavioral pattern extraction from Claude Code sessions. Use to install hooks, run analysis, and graduate instincts.
    0
    installs
  11. Wisdom · aemerson-commits bundle
    Weekly knowledge review — runs skill-audit, then analyzes instincts vs CLAUDE.md vs skills. Proposes new skills, skill enhancements, CLAUDE.md cleanup, and marks covered instincts. Triggered from /start-day on Fridays.
    0
    installs
  12. Consult · aemerson-commits
    Get an independent second opinion on a DECISION (not a diff) by writing a consult brief for a second model or agent with its own repo access — one that hasn't seen your reasoning chain. Use when a choice has real tradeoffs, when you've formed a view and want it attacked, or when a plan is about to be committed to. Triggers: 'get a second opinion', 'consult another model on this', 'is this plan right', 'what would a fresh read say'. NOT for reviewing a code diff (use your review/adversarial-review skill) and NOT for continuing your own work (that's a handoff).
    0
    installs
  13. Handoff · aemerson-commits
    Write a disposable session-handoff doc to OS temp so a fresh session/agent can continue ONE in-flight task slice without re-deriving context. Triggers: 'hand this off', 'write a handoff', 'spin up a fresh session to continue X', or when context is getting large and you want a clean continuation. NOT for end-of-day notes (use /session-notes) or cross-session promises (use your memory/notes file).
    0
    installs
  14. Insight · aemerson-commits
    Weekly: generate Obsidian insight report with metrics and priorities
    0
    installs
  15. Grill Me · aemerson-commits
    Interrogate the user about their idea before any work begins. Works the design tree in rounds - asks the whole unblocked frontier at once with a recommended answer each, self-serves facts from the codebase. Produces an Intent Summary for /research-gate.
    0
    installs
  16. Env Audit · aemerson-commits
    Audit environment variables across all projects — detect missing secrets, compare code references against deployed config, and identify which env vars each context requires.
    0
    installs
  17. Start Day · aemerson-commits
    Morning startup: git pull, QMD update, session notes review, alerts check, ideas triage, and daily briefing
    0
    installs
  18. Deploy All · aemerson-commits
    Parallel deploy all changed projects — detects changes, builds, deploys, watches CI, verifies live URLs. Use instead of manual per-project deploys. Triggers: 'deploy all', 'deploy everything', 'push and deploy'.
    0
    installs
  19. Write Plan · aemerson-commits
    Write a structured implementation plan for multi-step features. Decomposes work into tasks with exact file paths, code examples, and verification steps. Use after /research-gate for complex features spanning 5+ files or multiple projects.
    0
    installs
  20. HTML Slides · aemerson-commits
    HTML Slides — Create polished, interactive HTML presentation slides from a single prompt. Output is a self-contained HTML file. Triggers: 'create a presentation', 'make slides', 'build a deck'.
    0
    installs
  21. Review Impl · aemerson-commits bundle
    Adversarial implementation review. Dispatches independent reviewer agents to verify spec compliance and code quality after feature implementation. Use after completing a multi-step feature, before committing or deploying.
    0
    installs
  22. Skill Audit · aemerson-commits
    Run a comprehensive health audit across all skills — checks staleness, safety guards, cross-skill consistency, context efficiency, step compliance, learning pipeline, externally-synced skills, and unversioned extension surfaces. Use when you want to verify skill quality, after bulk skill edits, or as a periodic maintenance check.
    0
    installs
  23. Schema Check · aemerson-commits
    Verify database schema, KV keys, and env bindings before writing queries or endpoints. Use BEFORE any SQL, KV operations, or config changes. Triggers: 'check schema', 'what columns does X have', or proactively when writing DB/KV code.
    0
    installs
  24. Triage Ideas · aemerson-commits
    Process Obsidian Ideas.md inbox — route ideas to project roadmaps. NOT for direct roadmap edits or reviews.
    0
    installs
  25. Worker Build · aemerson-commits
    Factory for building Cloudflare Workers — email reporters, cron jobs, API monitors. Parallel agents: scaffold, admin UI, secrets config, deploy + verify.
    0
    installs
  26. Gh Repo Recon · aemerson-commits
    Read a GitHub repository you haven't cloned — its code, its issues and PRs, or its security posture — through the `gh` API instead of cloning it. Use when evaluating a dependency or platform before adopting it, tracing how another repo implements something, auditing rulesets / branch protection / deploy keys / Dependabot alerts, or answering 'who merged what' on a repo whose files you don't need. Triggers: 'look at <owner>/<repo>', 'how does X implement Y', 'audit our repo settings', 'check branch protection', 'who merged these PRs'. NOT for the repo you already have checked out (use Grep/Read) and NOT for CI status on your own PR (use `gh pr checks`).
    0
    installs
  27. Research Gate · aemerson-commits
    Research-before-code gate. Trigger PROACTIVELY for features spanning 3+ files, external APIs, or unknown constraints. Trigger words: 'new view', 'integrate with', 'build a system'. Skip single-file fixes or known-constraint tasks.
    0
    installs
  28. Session Notes · aemerson-commits bundle
    End-of-session notes. Two modes — cheap `checkpoint` for mid-day, full close-out at true end of day. Triggers: 'close out', 'wrap up', 'done for the day', 'checkpoint'. NOT for reading past notes.
    0
    installs
  29. Skill Creator · aemerson-commits
    Create, modify, test, and optimize skills. Use for new skill creation, eval testing, performance benchmarking, or description optimization.
    0
    installs
  30. Isolation Test · aemerson-commits
    Team C diagnostic — isolation testing when multiple factors contribute to a persistent issue. Tests components independently to find interacting failures.
    0
    installs
  31. Webapp Testing · aemerson-commits bundle
    Toolkit for interacting with and testing web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
    0
    installs
  32. Worktree Guard · aemerson-commits
    Safe worktree merge — diffs each changed file against dev HEAD before copying, flags conflicts. Use BEFORE copying worktree files to the main tree. Triggers: 'merge worktree', 'copy from worktree', after any worktree agent completes with changes.
    0
    installs
  33. Deep Root Cause · aemerson-commits
    Team A diagnostic — deep root cause analysis when the obvious fix was wrong. Traces data flow, audits assumptions, builds reproduction.
    0
    installs
  34. Design Showcase · aemerson-commits bundle
    Build a side-by-side visual comparison of 3-7 design variants for a component or view. Dispatches a single Opus agent that produces a self-contained HTML showcase, serves it locally, and lets the user pick a direction. Use when the user wants to explore design options before committing to an implementation.
    0
    installs
  35. Frontend Design · aemerson-commits
    Design system guide — CSS tokens, Tailwind v4, shadcn/ui components, theming, and UI conventions for consistent dark-themed dashboard interfaces.
    0
    installs
  36. Model Selection · aemerson-commits
    Model + thinking-effort orchestration. Reference when dispatching subagents (Agent tool or workflow agent() calls) and when setting session effort. Sonnet is the subagent floor; the main-loop model is the expensive decision-maker; effort is routed per task instead of maxed globally.
    0
    installs
  37. Verify Complete · aemerson-commits
    Evidence-based completion check before claims persist to persistent state, session notes, or roadmap. Use BEFORE writes that say items are done, BEFORE answering 'how much is done?', or before any multi-item completion claim.
    0
    installs
  38. Audit Components · aemerson-commits
    Audit component health after code changes — verify imports, props, and shared utility consistency across all projects.
    0
    installs
  39. Full Stack Build · aemerson-commits bundle
    Orchestrate agent teams to build features spanning frontend + backend — API design, D1 migrations, React components, integration wiring, and verification. Use for new views with endpoints.
    0
    installs
  40. Full Stack Trace · aemerson-commits
    Team B diagnostic — systematic layer-by-layer trace when the fix was in the wrong layer. Frontend -> API -> Backend -> Infrastructure.
    0
    installs
  41. Persistent Issue · aemerson-commits
    Escalating diagnostic router for persistent issues. Classifies, dispatches Team A-E, auto-escalates in cascade mode. Triggers: 'not fixed', 'still broken', 'same error'.
    0
    installs
  42. Pre Merge Review · aemerson-commits
    Comprehensive pre-merge review — security pentesting, performance, scalability, UX consistency, and code hardening — then works the findings through to landed fixes on a branch. Run before merging dev to main to catch issues before production. The deliverable is a merge-ready branch, not a findings list: after synthesis the skill verifies each finding, triages apply/flag/outward-facing, fixes on a branch cut from the reviewed SHA with a regression test that fails on the unfixed code, and re-runs the full pre-flight. Triggers: 'pre-merge review', 'review before merge', 'full code review for merge', 'fix the review findings'. Soft-default: when planning a commit or merge that touches 3+ top-level projects, suggest running this skill before pushing — the cross-project blast radius warrants a review even if no individual change looks risky.
    0
    installs
  43. Throwaway Script · aemerson-commits
    Pattern for writing & executing throwaway .mjs Node scripts that need .env secrets — covers location choice, ES-module form, Windows + Git Bash path quirks, and noise filtering. Use for ad-hoc API probes, polling, calibration runs, smoke verification.
    0
    installs
  44. Debug Collaborate · aemerson-commits
    Multi-agent collaborative debugging — parallel hypothesis generation and testing. Use when a solution didn't work, a bug persists, or the user reports 'still happening' / 'not fixed' / 'didn't work'.
    0
    installs
  45. Propagate Feature · aemerson-commits
    Replicate features across projects with independent codebases — diff, adapt, apply. For cross-project propagation when projects have component copies instead of shared imports.
    0
    installs
  46. Regression Bisect · aemerson-commits
    Team E diagnostic — regression hunting for features that stopped working. Git bisect, side effect analysis, rollback verification.
    0
    installs
  47. Temporal Forensics · aemerson-commits
    Team D diagnostic — temporal analysis for intermittent issues. Hunts race conditions, stale state, cache timing, and async ordering.
    0
    installs
  48. Data Reconciliation · aemerson-commits
    Trace a data item through your pipeline layers to find where values diverge. For debugging stale/wrong data, not code bugs.
    0
    installs
  49. Cascade Orchestration · aemerson-commits
    Reusable agent team cascade patterns — parallel dispatch, sequential pipelines, fan-out/fan-in, and cross-project propagation
    0
    installs
  50. Design Reverse Engineer · aemerson-commits bundle
    Reverse-engineer a design system from a given URL — typography, color palette, spacing, component patterns, micro-interactions — and produce a Claude-ready design spec that can guide future UI work. Use when building a new view and you want to anchor it in a proven design system rather than generic AI output.
    0
    installs