AI Resources

AI Resources from amhuppert/my-ai-resources.

by @amhuppert 34 skills

Skills in this plugin

34
  1. Knip · amhuppert bundle
    Detect and remove dead code with knip. Use when the user asks to "run knip", "find unused files", "find unused exports", "find unused dependencies", "clean up dead code", "remove dead code", "set up knip", "configure knip", "knip.json", "knip false positive", "knip CI", or mentions a `knip` config, dependency bloat, bundle bloat from unused imports, or tree-shaking unused exports. Covers the configuration-first workflow, confidence-gated deletion, framework-specific gotchas (Next.js 15+, Tailwind, Storybook, Jest, Bun's test runner and `bun build --compile`), monorepos, CI integration, and performance tuning.
    1 install
  2. Latex · amhuppert bundle
    Generate LaTeX documents (or convert markdown to LaTeX) with professional typography. Optionally compile to PDF.
    1 install
  3. Steer · amhuppert bundle
    Reflect on codebase navigation effectiveness at end of conversation. Surfaces dead ends, inefficiencies, missing context. Does not write files — pair with /kiro:steering-custom to persist.
    1 install
  4. Design · amhuppert bundle
    Create or iterate on a software design via a multi-agent workflow with parallel research and review phases. Stores artifacts in memory-bank/planning/{name}/.
    1 install
  5. Compress · amhuppert bundle
    Compress and optimize AI instructions to be clearer, more concise, and more efficient.
    1 install
  6. React Scan · amhuppert bundle
    Install and use react-scan tooling for component-level React render attribution: "set up react-scan", "diagnose React re-renders", "find unnecessary renders", "find unstable props", "measure component renders programmatically", or automated render checks with Playwright (react-scan + playwright, lite headless API for CI). Covers install across Next.js/Vite/Remix/script-tag/browser-extension and the render-attribution → fix → validate loop. For trace-based triage of LCP/INP regressions, ForcedReflow, bundle bloat, or memory leaks, use investigate-web-perf instead.
    1 install
  7. Reflection · amhuppert bundle
    Reflect on the conversation and propose improvements to durable AI-agent instruction files such as CLAUDE.md and AGENTS.md.
    1 install
  8. Cheat Sheet · amhuppert bundle
    Create a 1-2 page cheat sheet / quick reference for a tool, language, or framework.
    1 install
  9. Create Plan · amhuppert bundle
    Create a decision-complete implementation plan that can be executed mechanically without further design decisions.
    1 install
  10. Write Tests · amhuppert bundle
    Write automated tests. Guides test selection, mocking strategy, and writing tests that verify behavior over implementation.
    1 install
  11. Web Debugger · amhuppert bundle
    Debug a running web app via the web-debugger SDK: app logs, application state, runtime snapshots, React state, query cache.
    1 install
  12. Hotkey Helper · amhuppert bundle
    Use when picking or vetting a keyboard shortcut on macOS. Triggers include "what hotkey should I use for X", "is this combo available", "does this shortcut conflict", "recommend a keybinding", "check this combo against my setup", or any mention of choosing, binding, or changing a shortcut in WezTerm, tmux, Zed, Chrome, Claude Code, or macOS. Determines whether a proposed combo collides with OS-reserved bindings, app defaults, or the user's customizations, and recommends ergonomic alternatives when needed.
    1 install
  13. Transcript Path · amhuppert bundle
    Locate the on-disk Claude Code transcript file (.jsonl under ~/.claude/projects/) for the current or a specified conversation.
    1 install
  14. Add Design Agent · amhuppert bundle
    Create a research or review agent for the /design workflow.
    1 install
  15. Changelog Review · amhuppert bundle
    Review the Claude Code changelog and summarize recent changes and their significance.
    3 installs
  16. Create Reference · amhuppert bundle
    Create or update an AI-optimized reference document for a tool, library, framework, or API via thorough research.
    3 installs
  17. Setup Perf Stack · amhuppert bundle
    Bootstrap web performance debugging tooling: install chrome-devtools-mcp and related MCP servers/skills.
    1 install
  18. Optimize Tsconfig · amhuppert bundle
    Optimize tsconfig.json for build speed, watch mode, and tsc memory. Use for slow tsc, too many file watchers, or TypeScript performance audits.
    1 install
  19. Review Guide HTML · amhuppert bundle
    Render a change-review-guide as an interactive, self-contained HTML page (and optionally regenerated markdown) from a YAML content file, with the file index and stats pulled from git.
    1 install
  20. Shama Add Context · amhuppert bundle
    Add terms, context, or instructions to Shama voice-to-text files for clipboard mode (Ctrl+Opt+Space) or shell-command mode (Ctrl+Opt+S), at project or global level.
    1 install
  21. Shama Init Config · amhuppert bundle
    Initialize Shama voice-to-text config for the project — create voice.json, voice-vocabulary.md, voice-context.md, and register the project in Shama's registry.toml.
    1 install
  22. Browser Automation · amhuppert bundle
    Automate browser interaction with Playwright: open pages, take screenshots, verify UI, test flows, debug pages, inspect elements.
    1 install
  23. Explainer Document · amhuppert bundle
    Write a concise explainer / learning document / beginner guide that teaches a topic to someone unfamiliar with it.
    1 install
  24. Init Design Config · amhuppert bundle
    Initialize DESIGN-AGENTS.md config for the /design workflow, populated from project context.
    1 install
  25. Nano Banana Prompt · amhuppert bundle
    Create a high-quality image generation prompt for Google's Nano Banana 2 (NB2) model on Gemini.
    1 install
  26. Change Review Guide · amhuppert bundle
    Write a reviewer's guide to a set of code changes: purpose, the fundamental decisions, a file-by-file review path, and the diff noise to skip.
    1 install
  27. Create Requirements · amhuppert bundle
    Create a PRD / product requirements document with app summary, design principles, and detailed requirements.
    1 install
  28. Model Price Compare · amhuppert bundle
    Compare AI model prices across Anthropic, OpenAI, and Google. Generates pages-per-dollar / cost-per-token visualizations.
    1 install
  29. Investigate Web Perf · amhuppert bundle
    Trace-based triage of web performance issues via chrome-devtools-mcp: LCP/INP regressions, slow page loads and interactions, ForcedReflow/layout thrashing, CLS, bundle bloat, memory leaks. Captures Chrome performance traces and analyzes them with performance insights. Requires setup-perf-stack. For installing react-scan, component-level React render attribution (unnecessary re-renders, unstable props), or automated render checks with Playwright, use react-scan instead.
    1 install
  30. Save Current Context · amhuppert bundle
    Save current session context to a handoff file so a future AI agent can continue with no prior context.
    1 install
  31. Understand Objective · amhuppert bundle
    Use to thoroughly understand a software development objective before design & implementation: research, identify ambiguities, ask clarifying questions.
    1 install
  32. Code Standards Review · amhuppert bundle
    Review a codebase for adherence to code standards. Uses specialized agents with progressive disclosure to determine which standards apply.
    1 install
  33. Assess Project Context · amhuppert bundle
    Assess / rate the default project context (CLAUDE.md, onboarding). Scores how well it conveys the project to AI across six dimensions, with improvement recommendations.
    1 install
  34. Configure Editor Schema · amhuppert bundle
    Wire an existing JSON Schema into VS Code, Cursor, and/or Zed so it provides validation and IntelliSense for matching JSON or YAML files.
    1 install