kevinnft
- 168 skills
- 0 followers
- 1 week ago last updated
- ▌
- ▌ Debugging And Error Recovery · kevinnftGuides 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.
- ▌ Social Media Account Audit · kevinnft bundleAudit social media accounts (TikTok, IG, etc.): scrape profiles, calculate engagement metrics, diagnose performance drops, interpret analytics screenshots.
- ▌ Dispatching Parallel Agents · kevinnftUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
- ▌ Superpowers Subagent Driven Development · kevinnft bundleUse when executing implementation plans with independent tasks in the current session
- ▌ Browser Testing With Devtools · kevinnftTests 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.
- ▌ Design An Interface · kevinnftGenerate 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".
- ▌ Ubiquitous Language · kevinnftExtract 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".
- ▌
- ▌ Git Guardrails Claude Code · kevinnft bundleSet 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.
- ▌
- ▌ Finishing A Development Branch · kevinnftUse 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
- ▌ Verification Before Completion · kevinnftUse 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
- ▌ Request Refactor Plan · kevinnftCreate 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.
- ▌ User Ryzen Preferences · kevinnft bundleUser ryzen's workflow preferences, communication style, and anti-patterns to avoid
- ▌
- ▌ Open Source Contribution · kevinnft bundleComprehensive workflow for contributing to open-source projects with quality checks
- ▌ Ecosystem Tool Evaluation · kevinnft bundleEvaluate 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.
- ▌ Setup Matt Pocock Skills · kevinnft bundleSets 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.
- ▌ Dev Subagent Driven Development · kevinnft bundleExecute plans via delegate_task subagents (2-stage review).
- ▌ Contributing To Ide Projects · kevinnft bundleComprehensive workflow for contributing features to open-source IDE and coding tool projects
- ▌
- ▌
- ▌ Improve Codebase Architecture · kevinnft bundleFind 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.
- ▌ Superpowers Requesting Code Review · kevinnft bundleUse when completing tasks, implementing major features, or before merging to verify work meets requirements
- ▌ API And Interface Design · kevinnftGuides 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.
- ▌ Doubt Driven Development · kevinnftSubjects 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.
- ▌ Performance Optimization · kevinnftOptimizes 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.
- ▌ Migrate To Shoehorn · kevinnftMigrate 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.
- ▌
- ▌
- ▌ Superpowers Tdd · kevinnft bundleUse when implementing any feature or bugfix, before writing implementation code
- ▌ Deprecation And Migration · kevinnftManages 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.
- ▌ Source Driven Development · kevinnftGrounds 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.
- ▌ Credential Pooling Analysis · kevinnft bundleAnalyze credential pooling operations and API reseller business models — economics, risks, detection patterns, and sustainability
- ▌ Incremental Implementation · kevinnftDelivers 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.
- ▌ Social Media Slideshow Video · kevinnftPIL + ffmpeg slideshow videos: product reviews, promos, TikTok/Reels/Shorts.
- ▌ Write A Skill · kevinnft bundleCreate new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
- ▌ Git Workflow And Versioning · kevinnftStructures 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.
- ▌ Planning And Task Breakdown · kevinnftBreaks 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.
- ▌ Comprehensive Public Repo Setup · kevinnft bundleCreate production-ready public repos with complete documentation, automated setup, bundled dependencies, and user-friendly installation.
- ▌ Grill With Docs · kevinnft bundleGrilling 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.
- ▌ To Issues · kevinnftBreak 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.
- ▌ Setup Pre Commit · kevinnftSet 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.
- ▌ Obsidian Mobile Sync · kevinnft bundleSetup Obsidian mobile sync via GitHub (free) or Obsidian Sync (paid). Includes GitHub CLI automation, MGit/Working Copy setup, and Mnemosyne integration patterns.
- ▌ API Testing · kevinnftREST/GraphQL API testing with automated validation — test endpoints, validate responses, check status codes, and ensure API contracts
- ▌ Superpowers Systematic Debugging · kevinnft bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Security And Hardening · kevinnftHardens 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.
- ▌
- ▌
- ▌ Visual Assets Generation · kevinnftGenerate visual assets (ASCII art, diagrams, banners) for repos and documentation
- ▌ Repo Quality Maksimalisasi · kevinnft bundleEvaluate and maximize GitHub repo quality from 7/10 to 10/10 perfect
- ▌ Trending Repos Discovery · kevinnftDiscover and analyze trending GitHub repositories from TrendShift and other sources — evaluate usefulness, extract learnings, and identify valuable skills/tools
- ▌ Receiving Code Review · kevinnftUse 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
- ▌ Code Review And Quality · kevinnftConducts 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.
- ▌ Frontend UI Engineering · kevinnftBuilds 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.
- ▌ Spec Driven Development · kevinnftCreates 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.
- ▌ Addyosmani Tdd · kevinnftDrives 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.
- ▌ Scaffold Exercises · kevinnftCreate 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.
- ▌ Obsidian Vault · kevinnftSearch, 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.
- ▌
- ▌
- ▌ Executing Plans · kevinnftUse when you have a written implementation plan to execute in a separate session with review checkpoints
- ▌
- ▌
- ▌ Using Agent Skills · kevinnftDiscovers 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.
- ▌
- ▌
- ▌
- ▌ To Prd · kevinnftTurn 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.
- ▌ Triage · kevinnft bundleTriage 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.
- ▌ Review · kevinnftReview 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".
- ▌
- ▌
- ▌ Using Superpowers · kevinnft bundleUse when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
- ▌ Code Simplification · kevinnftSimplifies 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.
- ▌ Context Engineering · kevinnftOptimizes 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.
- ▌ Shipping And Launch · kevinnftPrepares 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.
- ▌
- ▌
- ▌ CI CD And Automation · kevinnftAutomates 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.
- ▌ Cloud Browser Automation · kevinnft bundleUse cloud browser services (Browserbase) for Cloudflare bypass, JavaScript rendering, and stealth scraping when local tools fail
- ▌
- ▌ Diagnose · kevinnft bundleDisciplined 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.
- ▌ Caveman · kevinnftUltra-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.
- ▌ Using Git Worktrees · kevinnftUse 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
- ▌
- ▌
- ▌ Github Repo Visual Assets · kevinnft bundleCreate professional visual assets for GitHub repositories — architecture diagrams, social cards, and README banners.
- ▌ Prototype · kevinnft bundleBuild 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".
- ▌
- ▌
- ▌ Touchdesigner MCP · kevinnft bundleControl a running TouchDesigner instance via twozero MCP — create operators, set parameters, wire connections, execute Python, build real-time visuals. 36 native tools.
- ▌ API Monitoring Bots · kevinnftBuild monitoring bots that poll APIs and send notifications on state changes (new listings, price alerts, status updates)
- ▌ Kanban Orchestrator · kevinnftDecomposition 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.
- ▌
- ▌ Tdd · kevinnft bundleTest-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.
- ▌
- ▌ Writing Skills · kevinnft bundleUse when creating new skills, editing existing skills, or verifying skills work before deployment
- ▌ Tinyfish Integration · kevinnft bundleIntegrate TinyFish web toolkit (search, fetch, browser automation) into Hermes Agent