← Back to catalog
kevinnft

Author in the catalog

kevinnft

184 skills1,840 stars totalgithub.com/kevinnft

Published skills

Showing 48 of 184

superpowers-tdd

10

Use when implementing any feature or bugfix, before writing implementation code

Escrita e Conteúdoby kevinnft

using-superpowers

10

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

Design e Frontendby kevinnft

sketch

10

Throwaway HTML mockups: 2-3 design variants to compare.

Design e Frontendby kevinnft

github-issues

10

Create, triage, label, assign GitHub issues via gh or REST.

Desenvolvimento#github#gitby kevinnft

heartmula

10

HeartMuLa: Suno-like song generation from lyrics + tags.

Pesquisa e Webby kevinnft

github-pr-workflow

10

GitHub PR lifecycle: branch, commit, open, CI, merge.

Desenvolvimento#github#gitby kevinnft

spotify

10

Spotify: play, search, queue, manage playlists and devices.

Pesquisa e Webby kevinnft

youtube-content

10

YouTube transcripts to summaries, threads, blogs.

Escrita e Conteúdoby kevinnft

spike

10

Throwaway experiments to validate an idea before build.

Design e Frontendby kevinnft

lm-evaluation-harness

10

lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.).

Pesquisa e Web#llmby kevinnft

weights-and-biases

10

W&B: log ML experiments, sweeps, model registry, dashboards.

Pesquisa e Webby kevinnft

huggingface-hub

10

HuggingFace hf CLI: search/download/upload models, datasets.

Dados e Análiseby kevinnft

dspy

10

DSPy: declarative LM programs, auto-optimize prompts, RAG.

Pesquisa e Webby kevinnft

ocr-and-documents

10

Extract text from PDFs/scans (pymupdf, marker-pdf).

Documentos#ocr#pdfby kevinnft

powerpoint

10

Create, read, edit .pptx decks, slides, notes, templates.

Documentos#pptxby kevinnft

ci-cd-and-automation

10

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.

DevOps e Infra#deploy#testby kevinnft

code-review-and-quality

10

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.

Pesquisa e Web#aiby kevinnft

debugging-and-error-recovery

10

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.

Desenvolvimento#ai#testby kevinnft

api-and-interface-design

10

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.

Design e Frontend#apiby kevinnft

browser-testing-with-devtools

10

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.

Desenvolvimento#mcp#testby kevinnft

claude-design

10

Design one-off HTML artifacts (landing, deck, prototype).

Design e Frontendby kevinnft

context-engineering

10

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.

Pesquisa e Webby kevinnft

deprecation-and-migration

10

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.

DevOps e Infra#ai#apiby kevinnft

frontend-ui-engineering

10

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.

Design e Frontend#aiby kevinnft

incremental-implementation

10

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.

Pesquisa e Webby kevinnft

shipping-and-launch

10

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.

DevOps e Infra#deployby kevinnft

spec-driven-development

10

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.

Desenvolvimentoby kevinnft

design-md

10

Author/validate/export Google's DESIGN.md token spec files.

Design e Frontendby kevinnft

excalidraw

10

Hand-drawn Excalidraw JSON diagrams (arch, flow, seq).

Pesquisa e Webby kevinnft

p5js

10

p5.js sketches: gen art, shaders, interactive, 3D.

Pesquisa e Webby kevinnft

code-simplification

10

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.

Desenvolvimento#aiby kevinnft

documentation-and-adrs

10

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

Documentos#apiby kevinnft

doubt-driven-development

10

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.

Desenvolvimentoby kevinnft

performance-optimization

10

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.

Pesquisa e Webby kevinnft

security-and-hardening

10

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.

Segurança#aiby kevinnft

pixel-art

10

Pixel art w/ era palettes (NES, Game Boy, PICO-8).

Pesquisa e Webby kevinnft

github-repo-visual-assets

10

Create professional visual assets for GitHub repositories — architecture diagrams, social cards, and README banners.

Desenvolvimento#github#gitby kevinnft

git-workflow-and-versioning

10

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.

Desenvolvimento#gitby kevinnft

idea-refine

10

Refines ideas iteratively. Refine ideas through structured divergent and convergent thinking. Use "idea-refine" or "ideate" to trigger.

Pesquisa e Webby kevinnft

planning-and-task-breakdown

10

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.

Design e Frontendby kevinnft

source-driven-development

10

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.

Documentosby kevinnft

addyosmani-tdd

10

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.

Desenvolvimento#testby kevinnft

using-agent-skills

10

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.

Pesquisa e Webby kevinnft

findmy

10

Track Apple devices/AirTags via FindMy.app on macOS.

Pesquisa e Web#aiby kevinnft

codex

10

Delegate coding to OpenAI Codex CLI (features, PRs).

Desenvolvimento#aiby kevinnft

hermes-agent

10

Configure, extend, or contribute to Hermes Agent.

Pesquisa e Webby kevinnft

ascii-video

10

ASCII video: convert video/audio to colored ASCII MP4/GIF.

DevOps e Infraby kevinnft

baoyu-comic

10

Knowledge comics (知识漫画): educational, biography, tutorial.

Pesquisa e Webby kevinnft

Category alert

Get new Escrita e Conteúdo skills every Monday