AI Agent Skills

AI Agent Skills from kevinnft/ai-agent-skills.

by @kevinnft 168 skills

Skills in this plugin

168
  1. Frontend UI Engineering · kevinnft
    Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.
    1 install
  2. Spec Driven Development · kevinnft
    Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.
    1 install
  3. Addyosmani Tdd · kevinnft
    Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
    1 install
  4. Scaffold Exercises · kevinnft
    Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
    1 install
  5. Obsidian Vault · kevinnft
    Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
    1 install
  6. Dev Writing Plans · kevinnft
    Write implementation plans: bite-sized tasks, paths, code.
    1 install
  7. Superpowers Requesting Code Review · kevinnft bundle
    Use when completing tasks, implementing major features, or before merging to verify work meets requirements
    1 install
  8. API And Interface Design · kevinnft
    Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.
    1 install
  9. Doubt Driven Development · kevinnft
    Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.
    1 install
  10. Performance Optimization · kevinnft
    Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.
    1 install
  11. Migrate To Shoehorn · kevinnft
    Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.
    1 install
  12. Weights And Biases · kevinnft bundle
    W&B: log ML experiments, sweeps, model registry, dashboards.
    1 install
  13. Python Debugpy · kevinnft
    Debug Python: pdb REPL + debugpy remote (DAP).
    1 install
  14. Superpowers Tdd · kevinnft bundle
    Use when implementing any feature or bugfix, before writing implementation code
    1 install
  15. Deprecation And Migration · kevinnft
    Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.
    1 install
  16. Source Driven Development · kevinnft
    Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.
    1 install
  17. Credential Pooling Analysis · kevinnft bundle
    Analyze credential pooling operations and API reseller business models — economics, risks, detection patterns, and sustainability
    1 install
  18. Incremental Implementation · kevinnft
    Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
    1 install
  19. Social Media Slideshow Video · kevinnft
    PIL + ffmpeg slideshow videos: product reviews, promos, TikTok/Reels/Shorts.
    1 install
  20. Write A Skill · kevinnft bundle
    Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
    1 install
  21. Git Workflow And Versioning · kevinnft
    Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.
    1 install
  22. Planning And Task Breakdown · kevinnft
    Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
    1 install
  23. Comprehensive Public Repo Setup · kevinnft bundle
    Create production-ready public repos with complete documentation, automated setup, bundled dependencies, and user-friendly installation.
    1 install
  24. Grill With Docs · kevinnft bundle
    Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
    1 install
  25. Lm Evaluation Harness · kevinnft bundle
    lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.).
    3 installs
  26. Debugging And Error Recovery · kevinnft
    Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
    1 install
  27. Social Media Account Audit · kevinnft bundle
    Audit social media accounts (TikTok, IG, etc.): scrape profiles, calculate engagement metrics, diagnose performance drops, interpret analytics screenshots.
    1 install
  28. Dispatching Parallel Agents · kevinnft
    Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
    1 install
  29. Superpowers Subagent Driven Development · kevinnft bundle
    Use when executing implementation plans with independent tasks in the current session
    1 install
  30. Browser Testing With Devtools · kevinnft
    Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome DevTools MCP.
    1 install
  31. Design An Interface · kevinnft
    Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".
    1 install
  32. Ubiquitous Language · kevinnft
    Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".
    1 install
  33. Dev Systematic Debugging · kevinnft
    4-phase root cause debugging: understand bugs before fixing.
    1 install
  34. Git Guardrails Claude Code · kevinnft bundle
    Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
    1 install
  35. Node Inspect Debugger · kevinnft
    Debug Node.js via --inspect + Chrome DevTools Protocol CLI.
    1 install
  36. Finishing A Development Branch · kevinnft
    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
    1 install
  37. Verification Before Completion · kevinnft
    Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
    1 install
  38. Request Refactor Plan · kevinnft
    Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.
    1 install
  39. User Ryzen Preferences · kevinnft bundle
    User ryzen's workflow preferences, communication style, and anti-patterns to avoid
    1 install
  40. Dev Tdd · kevinnft
    TDD: enforce RED-GREEN-REFACTOR, tests before code.
    1 install
  41. Open Source Contribution · kevinnft bundle
    Comprehensive workflow for contributing to open-source projects with quality checks
    1 install
  42. Ecosystem Tool Evaluation · kevinnft bundle
    Evaluate and install ecosystem tools (Hermes plugins, skills, integrations) — assess complexity vs. benefit before installation, show examples for visual tools, and avoid "cloned but not configured" states.
    1 install
  43. Setup Matt Pocock Skills · kevinnft bundle
    Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.
    1 install
  44. Dev Subagent Driven Development · kevinnft bundle
    Execute plans via delegate_task subagents (2-stage review).
    1 install
  45. Contributing To Ide Projects · kevinnft bundle
    Comprehensive workflow for contributing features to open-source IDE and coding tool projects
    1 install
  46. Hermes Agent Skill Authoring · kevinnft
    Author in-repo SKILL.md: frontmatter, validator, structure.
    1 install
  47. Debugging Hermes Tui Commands · kevinnft
    Debug Hermes TUI slash commands: Python, gateway, Ink UI.
    1 install
  48. Improve Codebase Architecture · kevinnft bundle
    Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
    1 install