← Volver al catálogo
kevinnft

Autor en el catálogo

kevinnft

184 skills1840 estrellas en totalgithub.com/kevinnft

Skills publicadas

Mostrando 48 de 184

superpowers-tdd

10

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

Escrita e Conteúdopor 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 Frontendpor kevinnft

sketch

10

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

Design e Frontendpor kevinnft

github-issues

10

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

Desenvolvimento#github#gitpor kevinnft

heartmula

10

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

Pesquisa e Webpor kevinnft

github-pr-workflow

10

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

Desenvolvimento#github#gitpor kevinnft

spotify

10

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

Pesquisa e Webpor kevinnft

youtube-content

10

YouTube transcripts to summaries, threads, blogs.

Escrita e Conteúdopor kevinnft

spike

10

Throwaway experiments to validate an idea before build.

Design e Frontendpor kevinnft

lm-evaluation-harness

10

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

Pesquisa e Web#llmpor kevinnft

weights-and-biases

10

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

Pesquisa e Webpor kevinnft

huggingface-hub

10

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

Dados e Análisepor kevinnft

dspy

10

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

Pesquisa e Webpor kevinnft

ocr-and-documents

10

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

Documentos#ocr#pdfpor kevinnft

powerpoint

10

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

Documentos#pptxpor 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#testpor 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#aipor 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#testpor 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#apipor 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#testpor kevinnft

claude-design

10

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

Design e Frontendpor 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 Webpor 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#apipor 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#aipor 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 Webpor 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#deploypor 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.

Desenvolvimentopor kevinnft

design-md

10

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

Design e Frontendpor kevinnft

excalidraw

10

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

Pesquisa e Webpor kevinnft

p5js

10

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

Pesquisa e Webpor 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#aipor 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#apipor 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.

Desenvolvimentopor 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 Webpor 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#aipor kevinnft

pixel-art

10

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

Pesquisa e Webpor kevinnft

github-repo-visual-assets

10

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

Desenvolvimento#github#gitpor 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#gitpor kevinnft

idea-refine

10

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

Pesquisa e Webpor 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 Frontendpor 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.

Documentospor 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#testpor 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 Webpor kevinnft

findmy

10

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

Pesquisa e Web#aipor kevinnft

codex

10

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

Desenvolvimento#aipor kevinnft

hermes-agent

10

Configure, extend, or contribute to Hermes Agent.

Pesquisa e Webpor kevinnft

ascii-video

10

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

DevOps e Infrapor kevinnft

baoyu-comic

10

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

Pesquisa e Webpor kevinnft

Alerta por categoría

Recibe nuevas skills de Escrita e Conteúdo todos los lunes