All authors
Notysoty avatar

Claude Skills by Notysoty

github.com/Notysoty
62 skillsA× 61F× 10 installs0 views
Accessibility Audit HelperA

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

data-aigoreact
0
8
Agent Context File WriterA

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.

data-aitypescriptpython
0
8
Agent Eval Framework BuilderA

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

data-aipythongo
0
8
Ai Feature Spec WriterA

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

data-airustgo
0
8
Api Docs GeneratorA

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

data-aigoexpress
0
8
Api Endpoint DesignerA

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

data-aigoapi
0
8
Architecture ExplainerA

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

data-aigosql
0
8
Article RepurposerA

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

data-aigodebugging
0
8
Auth Flow PlannerA

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

data-aigoreact
0
8
Blog Outline GeneratorA

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

data-aitypescriptrust
0
8
Breaking Change DetectorA

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

data-aijavascripttypescript
0
8
Bug Root Cause AnalyzerA

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

data-aitypescriptgo
0
8
Caching Strategy AdvisorA

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

data-aigosql
0
8
Changelog CuratorA

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

data-aigogit
0
8
Code Review ChecklistA

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

data-aitypescriptgo
0
8
Database Schema ReviewerA

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

data-aigosql
0
8
Docker Compose GeneratorA

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

data-aipythongo
0
8
Documentation Gap FinderA

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

data-aigodocker
0
8
Edge Case DiscoveryA

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

data-aijavascriptgo
0
8
Error Log SummarizerA

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

data-aigodebugging
0
8
Faq GeneratorA

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

data-aigoapi
0
8
Flaky Test AnalyzerA

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

data-aigoreact
0
8
Form Ux OptimizerA

Reviews web forms for usability issues — field ordering, validation messages, error states, and accessibility.

data-aigotesting
0
8
Git Commit WriterA

Generates conventional commit messages from staged changes or a diff.

data-aigogit
0
8
Hallucination Risk ReviewerA

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

data-airustgo
0
8
Hybrid Search ArchitectA

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

data-aipythongo
0
8
Incident Postmortem WriterA

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

data-aigoapi
0
8
Issue To Pr PlannerA

Takes a GitHub issue and produces a step-by-step implementation plan with file locations and code changes needed.

data-aigoexpress
0
8
Landing Page Copy ImproverA

Rewrites landing page copy to be more compelling, benefit-focused, and conversion-optimized.

data-aigoterraform
0
8
Langgraph State Machine DesignerA

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

data-aipythongo
0
8
Llm Cost OptimizerA

Audits an AI application for unnecessary token spend and recommends prompt caching, model routing, and token reduction techniques to cut costs.

data-aipythongo
0
8
Llm Tracing SetupA

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.

data-aitypescriptpython
0
8
Mcp Integration AssistantA

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

data-aitypescriptgo
0
8
Mcp Server BuilderA

Step-by-step guidance for creating a new MCP server with FastMCP or the TypeScript SDK — tool definitions, resource handlers, error responses, and usage examples.

data-aitypescriptpython
0
8
Migration Guide WriterA

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

data-aigoreact
0
8
Newsletter Summary WriterA

Condenses long articles, threads, or documents into concise, engaging newsletter-ready summaries.

data-aigoexpress
0
8
Observability ChecklistA

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

data-aigonode
0
8
Playwright Test BuilderA

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

data-aitypescriptgo
0
8
Pr Description WriterA

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

data-aigogit
0
8
Prompt Injection AuditorF

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

data-aipythonrust
0
8
Prompt RefinerA

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

data-aigo
0
8
Prompt Version ControlA

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

data-aipythonrust
0
8
Rag Chunking AdvisorA

Given a document type and retrieval goal, recommends the optimal chunking strategy for a RAG pipeline to minimize retrieval failures.

data-aipythongo
0
8
Rag Workflow PlannerA

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

data-aitypescriptpython
0
8
React Code ReviewerA

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

data-aitypescriptgo
0
8
Readme WriterA

Generates a professional, comprehensive README.md for any project from its codebase or description.

data-aigoshell
0
8
Refactor PlannerA

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

data-aitypescriptgo
0
8
Release Notes GeneratorA

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

data-aigobash
0
8
Responsive Layout ReviewerA

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

data-aigoreact
0
8
Sdk Quickstart WriterA

Generates a concise, copy-paste-ready quickstart guide for any SDK or library.

data-aipythongo
0
8