← Back to catalog
Notysoty

Author in the catalog

Notysoty

61 skills488 stars totalgithub.com/Notysoty

Published skills

Showing 48 of 61

Prompt Refiner

8

Improves AI prompts to be clearer, more specific, and produce more consistent outputs.

DevOps e Infra#aiby Notysoty

Accessibility Audit Helper

8

Reviews UI code and components for WCAG 2.1 accessibility violations and provides specific fixes.

Design e Frontend#aiby Notysoty

Article Repurposer

8

Takes a long-form article and repurposes it into multiple formats: tweet thread, LinkedIn post, TL;DR, and key quotes.

Desenvolvimento#aiby Notysoty

API Documentation Generator

8

Generates OpenAPI-compatible documentation for REST API endpoints from code or route definitions.

Documentos#ai#apiby Notysoty

Blog Outline Generator

8

Generates a detailed, SEO-optimized blog post outline with H2/H3 structure, key points per section, and a hook.

Escrita e Conteúdo#seo#aiby Notysoty

Incident Postmortem Writer

8

Writes a blameless incident postmortem document from an incident timeline or Slack thread.

Documentos#aiby Notysoty

Troubleshooting Guide Builder

8

Builds a structured troubleshooting guide with symptom → cause → fix format for any tool or system.

Design e Frontend#aiby Notysoty

Unit Test Improver

8

Reviews existing unit tests for gaps, weak assertions, and missing edge cases, then rewrites them to be more robust.

Desenvolvimento#ai#testby Notysoty

Agent Evaluation Framework Builder

8

Designs an eval suite for an LLM agent or pipeline including success metrics, trajectory scoring, LLM-as-judge setup, and regression test cases.

Design e Frontend#llm#aiby Notysoty

AI Feature Spec Writer

8

Writes a complete product spec for an AI-powered feature including user stories, model requirements, fallback behavior, and evaluation criteria.

Design e Frontend#aiby Notysoty

REST API Endpoint Designer

8

Designs RESTful API endpoints following OpenAPI spec and industry best practices.

Design e Frontend#ai#apiby Notysoty

Hallucination Risk Reviewer

8

Reviews an AI-generated response or LLM application output for factual risks, hallucination patterns, and confidence calibration issues.

DevOps e Infra#llm#aiby Notysoty

Auth Flow Planner

8

Designs a secure authentication and authorization flow for any application, covering login, sessions, roles, and edge cases.

Design e Frontend#aiby Notysoty

Breaking Change Detector

8

Compares two versions of a codebase or API and flags all breaking changes with migration hints.

Automação#ai#apiby Notysoty

Caching Strategy Advisor

8

Recommends the right caching layer, TTL strategy, and invalidation approach for any application bottleneck.

Automação#aiby Notysoty

Agent Context File Writer

8

Writes a high-quality CLAUDE.md, .cursorrules, or .windsurfrules file that gives a coding agent the right project context, conventions, and constraints to work effectively.

Desenvolvimento#aiby Notysoty

Architecture Explainer

8

Reads a codebase or system description and produces a clear, structured architecture overview with diagrams.

Marketing#aiby Notysoty

Bug Root Cause Analyzer

8

Systematically diagnoses bugs by tracing execution flow and identifying root causes vs symptoms.

DevOps e Infra#aiby Notysoty

Docker Compose Generator

8

Generates production-ready docker-compose.yml files for any application stack.

DevOps e Infra#ai#dockerby Notysoty

Changelog Curator

8

Maintains and formats a CHANGELOG.md following Keep a Changelog conventions from git history or PR list.

Desenvolvimento#git#aiby Notysoty

Code Review Checklist

8

Runs a systematic checklist review on any code diff or file, covering correctness, security, performance, and readability.

Segurança#aiby Notysoty

Flaky Test Analyzer

8

Diagnoses why tests pass inconsistently and suggests fixes for timing, ordering, and state isolation issues.

Desenvolvimento#ai#testby Notysoty

Git Commit Writer

8

Generates conventional commit messages from staged changes or a diff.

Desenvolvimento#git#aiby Notysoty

LangGraph State Machine Designer

8

Converts a workflow description into a LangGraph node/edge graph with typed state, conditional routing, and human-in-the-loop checkpoints.

Design e Frontend#aiby Notysoty

MCP Integration Assistant

8

Helps design and implement Model Context Protocol (MCP) server integrations for AI agents.

Design e Frontend#mcp#aiby Notysoty

Migration Guide Writer

8

Writes clear migration guides for library upgrades, breaking API changes, or framework version bumps.

Design e Frontend#ai#apiby Notysoty

Observability Checklist

8

Reviews a service or codebase against a full observability checklist — logs, metrics, traces, and alerting gaps.

Desenvolvimento#aiby Notysoty

RAG Workflow Planner

8

Designs a complete Retrieval-Augmented Generation (RAG) pipeline for a given use case, including chunking strategy, embedding model selection, and retrieval approach.

Design e Frontend#aiby Notysoty

Refactor Planner

8

Creates a safe, step-by-step plan to refactor messy code without breaking existing behavior.

Desenvolvimento#aiby Notysoty

Responsive Layout Reviewer

8

Reviews HTML/CSS or component code for responsive design issues across mobile, tablet, and desktop breakpoints.

Design e Frontend#css#aiby Notysoty

SEO Content Optimizer

8

Analyzes and rewrites content to maximize search engine visibility without sounding robotic.

Escrita e Conteúdo#seo#aiby Notysoty

Database Schema Reviewer

8

Reviews database schemas for normalization issues, missing indexes, naming inconsistencies, and scalability risks.

Dados e Análise#aiby Notysoty

Documentation Gap Finder

8

Audits a codebase or docs folder and lists everything that is undocumented, outdated, or unclear.

Escrita e Conteúdo#aiby Notysoty

Error Log Summarizer

8

Parses raw error logs and produces a concise, prioritized summary of unique issues with root cause hints.

DevOps e Infra#aiby Notysoty

LLM Tracing and Observability Setup

8

Configures end-to-end tracing for an LLM application using OpenTelemetry with LangSmith, Langfuse, or Helicone — span naming, metadata tagging, latency thresholds, and cost tracking.

Dados e Análise#llm#aiby Notysoty

PR Description Writer

8

Writes clear, thorough pull request descriptions from a diff or list of changes.

Desenvolvimento#aiby Notysoty

React Component Reviewer

8

Analyzes React components for performance, accessibility, and modern hook usage.

Design e Frontend#ai#reactby Notysoty

Release Notes Generator

8

Generates clear, user-friendly release notes from a git log or list of PRs.

Desenvolvimento#git#aiby Notysoty

SQL Query Optimizer

8

Reviews SQL queries for performance issues and rewrites them with optimized execution plans.

Dados e Análise#sql#aiby Notysoty

Edge Case Discovery

8

Systematically identifies edge cases and boundary conditions for any function, API, or user flow.

Automação#ai#apiby Notysoty

FAQ Generator

8

Generates a comprehensive FAQ section for any product, API, or documentation page.

Documentos#ai#apiby Notysoty

Hybrid Search Architect

8

Designs a hybrid retrieval pipeline combining dense vector search and BM25 sparse search with reciprocal rank fusion, and explains when to use each configuration.

Design e Frontend#aiby Notysoty

Playwright Test Builder

8

Generates robust Playwright end-to-end tests for web pages and user flows.

Desenvolvimento#ai#testby Notysoty

Prompt Injection Defense Auditor

8

Reviews LLM application prompts and input handling for direct and indirect prompt injection vulnerabilities, then writes defensive scaffolding.

Segurança#llm#aiby Notysoty

Prompt Version Control Workflow

8

Sets up a prompt versioning system with naming conventions, diff tracking, A/B evaluation gates before promotion, and rollback triggers.

Automação#aiby Notysoty

Social Post Thread Writer

8

Converts a blog post, idea, or document into an engaging Twitter/X or LinkedIn thread with hooks and CTAs.

Marketing#aiby Notysoty

Tech Debt Auditor

8

Identifies and prioritizes technical debt in a codebase with an effort/impact matrix.

Segurança#aiby Notysoty

Unit Test Writer

8

Generates comprehensive unit tests for any function or module with edge cases.

Desenvolvimento#ai#testby Notysoty

Category alert

Get new DevOps e Infra skills every Monday