← all publishers

kevinnft

@kevinnft source repo

168 published skills · page 1 of 2

  1. Lm Evaluation Harness · kevinnft bundle
    lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.).
    3 installs
  2. 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
  3. 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
  4. Dispatching Parallel Agents · kevinnft
    Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
    1 install
  5. Superpowers Subagent Driven Development · kevinnft bundle
    Use when executing implementation plans with independent tasks in the current session
    1 install
  6. 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
  7. 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
  8. 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
  9. Dev Systematic Debugging · kevinnft
    4-phase root cause debugging: understand bugs before fixing.
    1 install
  10. 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
  11. Node Inspect Debugger · kevinnft
    Debug Node.js via --inspect + Chrome DevTools Protocol CLI.
    1 install
  12. 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
  13. 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
  14. 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
  15. User Ryzen Preferences · kevinnft bundle
    User ryzen's workflow preferences, communication style, and anti-patterns to avoid
    1 install
  16. Dev Tdd · kevinnft
    TDD: enforce RED-GREEN-REFACTOR, tests before code.
    1 install
  17. Open Source Contribution · kevinnft bundle
    Comprehensive workflow for contributing to open-source projects with quality checks
    1 install
  18. 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
  19. 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
  20. Dev Subagent Driven Development · kevinnft bundle
    Execute plans via delegate_task subagents (2-stage review).
    1 install
  21. Contributing To Ide Projects · kevinnft bundle
    Comprehensive workflow for contributing features to open-source IDE and coding tool projects
    1 install
  22. Hermes Agent Skill Authoring · kevinnft
    Author in-repo SKILL.md: frontmatter, validator, structure.
    1 install
  23. Debugging Hermes Tui Commands · kevinnft
    Debug Hermes TUI slash commands: Python, gateway, Ink UI.
    1 install
  24. 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
  25. Superpowers Requesting Code Review · kevinnft bundle
    Use when completing tasks, implementing major features, or before merging to verify work meets requirements
    1 install
  26. 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
  27. 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
  28. 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
  29. 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
  30. Weights And Biases · kevinnft bundle
    W&B: log ML experiments, sweeps, model registry, dashboards.
    1 install
  31. Python Debugpy · kevinnft
    Debug Python: pdb REPL + debugpy remote (DAP).
    1 install
  32. Superpowers Tdd · kevinnft bundle
    Use when implementing any feature or bugfix, before writing implementation code
    1 install
  33. 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
  34. 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
  35. Credential Pooling Analysis · kevinnft bundle
    Analyze credential pooling operations and API reseller business models — economics, risks, detection patterns, and sustainability
    1 install
  36. 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
  37. Social Media Slideshow Video · kevinnft
    PIL + ffmpeg slideshow videos: product reviews, promos, TikTok/Reels/Shorts.
    1 install
  38. 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
  39. 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
  40. 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
  41. Comprehensive Public Repo Setup · kevinnft bundle
    Create production-ready public repos with complete documentation, automated setup, bundled dependencies, and user-friendly installation.
    1 install
  42. 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
  43. To Issues · kevinnft
    Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
    1 install
  44. Setup Pre Commit · kevinnft
    Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
    1 install
  45. Obsidian Mobile Sync · kevinnft bundle
    Setup Obsidian mobile sync via GitHub (free) or Obsidian Sync (paid). Includes GitHub CLI automation, MGit/Working Copy setup, and Mnemosyne integration patterns.
    1 install
  46. API Testing · kevinnft
    REST/GraphQL API testing with automated validation — test endpoints, validate responses, check status codes, and ensure API contracts
    1 install
  47. Superpowers Systematic Debugging · kevinnft bundle
    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
    1 install
  48. Security And Hardening · kevinnft
    Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
    1 install
  49. Hermes Agent · kevinnft bundle
    Configure, extend, or contribute to Hermes Agent.
    1 install
  50. Songwriting And AI Music · kevinnft
    Songwriting craft and Suno AI music prompts.
    1 install
  51. Visual Assets Generation · kevinnft
    Generate visual assets (ASCII art, diagrams, banners) for repos and documentation
    1 install
  52. Repo Quality Maksimalisasi · kevinnft bundle
    Evaluate and maximize GitHub repo quality from 7/10 to 10/10 perfect
    1 install
  53. Trending Repos Discovery · kevinnft
    Discover and analyze trending GitHub repositories from TrendShift and other sources — evaluate usefulness, extract learnings, and identify valuable skills/tools
    1 install
  54. Receiving Code Review · kevinnft
    Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
    1 install
  55. Code Review And Quality · kevinnft
    Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
    1 install
  56. 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
  57. 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
  58. 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
  59. 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
  60. 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
  61. Dev Writing Plans · kevinnft
    Write implementation plans: bite-sized tasks, paths, code.
    1 install
  62. Obliteratus · kevinnft bundle
    OBLITERATUS: abliterate LLM refusals (diff-in-means).
    3 installs
  63. Executing Plans · kevinnft
    Use when you have a written implementation plan to execute in a separate session with review checkpoints
    1 install
  64. Popular Web Designs · kevinnft bundle
    54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.
    1 install
  65. Webhook Subscriptions · kevinnft
    Webhook subscriptions: event-driven agent runs.
    1 install
  66. Using Agent Skills · kevinnft
    Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
    1 install
  67. Opencode · kevinnft
    Delegate coding to OpenCode CLI (features, PR review).
    1 install
  68. Architecture Diagram · kevinnft bundle
    Dark-themed SVG architecture/cloud/infra diagrams as HTML.
    1 install
  69. Github Repo Management · kevinnft bundle
    Clone/create/fork repos; manage remotes, releases.
    1 install
  70. To Prd · kevinnft
    Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
    1 install
  71. Triage · kevinnft bundle
    Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
    1 install
  72. Review · kevinnft
    Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
    1 install
  73. Segment Anything · kevinnft bundle
    SAM: zero-shot image segmentation via points, boxes, masks.
    1 install
  74. Google Workspace · kevinnft bundle
    Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.
    1 install
  75. Using Superpowers · kevinnft bundle
    Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
    1 install
  76. Code Simplification · kevinnft
    Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
    1 install
  77. Context Engineering · kevinnft
    Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
    1 install
  78. Shipping And Launch · kevinnft
    Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.
    1 install
  79. Trl Fine Tuning · kevinnft bundle
    TRL: SFT, DPO, PPO, GRPO, reward modeling for LLM RLHF.
    1 install
  80. Ocr And Documents · kevinnft bundle
    Extract text from PDFs/scans (pymupdf, marker-pdf).
    1 install
  81. CI CD And Automation · kevinnft
    Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
    1 install
  82. Cloud Browser Automation · kevinnft bundle
    Use cloud browser services (Browserbase) for Cloudflare bypass, JavaScript rendering, and stealth scraping when local tools fail
    1 install
  83. Minecraft Modpack Server · kevinnft
    Host modded Minecraft servers (CurseForge, Modrinth).
    1 install
  84. Diagnose · kevinnft bundle
    Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
    1 install
  85. Caveman · kevinnft
    Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
    1 install
  86. Using Git Worktrees · kevinnft
    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
    1 install
  87. Claude Code · kevinnft
    Delegate coding to Claude Code CLI (features, PRs).
    1 install
  88. Jupyter Live Kernel · kevinnft
    Iterative Python via live Jupyter kernel (hamelnb).
    1 install
  89. Github Repo Visual Assets · kevinnft bundle
    Create professional visual assets for GitHub repositories — architecture diagrams, social cards, and README banners.
    1 install
  90. Prototype · kevinnft bundle
    Build a throwaway prototype to flush out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".
    1 install
  91. Baoyu Infographic · kevinnft bundle
    Infographics: 21 layouts x 21 styles (信息图, 可视化).
    1 install
  92. Creative Ideation · kevinnft bundle
    Generate project ideas via creative constraints.
    1 install
  93. Touchdesigner MCP · kevinnft bundle
    Control a running TouchDesigner instance via twozero MCP — create operators, set parameters, wire connections, execute Python, build real-time visuals. 36 native tools.
    1 install
  94. API Monitoring Bots · kevinnft
    Build monitoring bots that poll APIs and send notifications on state changes (new listings, price alerts, status updates)
    1 install
  95. Kanban Orchestrator · kevinnft
    Decomposition playbook + specialist-roster conventions + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban worker's system prompt; this skill is the deeper playbook when you're specifically playing the orchestrator role.
    1 install
  96. Codebase Inspection · kevinnft
    Inspect codebases w/ pygount: LOC, languages, ratios.
    1 install
  97. Tdd · kevinnft bundle
    Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
    1 install
  98. Spike · kevinnft
    Throwaway experiments to validate an idea before build.
    1 install
  99. Writing Skills · kevinnft bundle
    Use when creating new skills, editing existing skills, or verifying skills work before deployment
    1 install
  100. Tinyfish Integration · kevinnft bundle
    Integrate TinyFish web toolkit (search, fetch, browser automation) into Hermes Agent
    1 install