AI Agent Skills
AI Agent Skills from kevinnft/ai-agent-skills.
Skills in this plugin
168- ▌ 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.
- ▌
- ▌ 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.
- ▌
- ▌ 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.