← All creators

Notysoty

User

A community-driven library of reusable AI agent skills for Claude Code, Cursor, Codex, Cline, and more.

49 indexed · 0 Featured · 9 stars · avg score 85
Prolific

Categories

Indexed Skills (49)

AI & Automation Solid

accessibility-audit-helper

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

agent-context-file-writer

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.

9 Updated 6 days ago
Notysoty
AI & Automation Solid

agent-evaluation-framework-builder

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

ai-feature-spec-writer

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

9 Updated 6 days ago
Notysoty
API & Backend Solid

api-documentation-generator

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

9 Updated 6 days ago
Notysoty
API & Backend Solid

rest-api-endpoint-designer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

architecture-explainer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

article-repurposer

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

9 Updated 6 days ago
Notysoty
API & Backend Solid

auth-flow-planner

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

blog-outline-generator

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

breaking-change-detector

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

bug-root-cause-analyzer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

caching-strategy-advisor

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

changelog-curator

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

9 Updated 6 days ago
Notysoty
Code & Development Solid

code-review-checklist

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

9 Updated 6 days ago
Notysoty
API & Backend Solid

database-schema-reviewer

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

9 Updated 6 days ago
Notysoty
DevOps & Infrastructure Solid

docker-compose-generator

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

9 Updated 6 days ago
Notysoty
Data & Documents Solid

documentation-gap-finder

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

edge-case-discovery

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

error-log-summarizer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

faq-generator

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

9 Updated 6 days ago
Notysoty
Testing & QA Solid

flaky-test-analyzer

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

9 Updated 6 days ago
Notysoty
Web & Frontend Solid

form-ux-optimizer

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

9 Updated 6 days ago
Notysoty
Code & Development Solid

git-commit-writer

Generates conventional commit messages from staged changes or a diff.

9 Updated 6 days ago
Notysoty
Code & Development Solid

hallucination-risk-reviewer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

hybrid-search-architect

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

issue-to-pr-planner

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

9 Updated 6 days ago
Notysoty
Web & Frontend Solid

landing-page-copy-improver

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

langgraph-state-machine-designer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

llm-cost-optimizer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

llm-tracing-and-observability-setup

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.

9 Updated 6 days ago
Notysoty
AI & Automation Solid

mcp-integration-assistant

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

mcp-server-builder

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.

9 Updated 6 days ago
Notysoty
API & Backend Solid

migration-guide-writer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

newsletter-summary-writer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

observability-checklist

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

9 Updated 6 days ago
Notysoty
Testing & QA Solid

playwright-test-builder

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

pr-description-writer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

prompt-injection-defense-auditor

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

prompt-refiner

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

prompt-version-control-workflow

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

rag-chunking-strategy-advisor

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

rag-workflow-planner

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

9 Updated 6 days ago
Notysoty
Web & Frontend Solid

react-component-reviewer

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

readme-writer

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

9 Updated 6 days ago
Notysoty
Code & Development Solid

refactor-planner

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

9 Updated 6 days ago
Notysoty
AI & Automation Solid

release-notes-generator

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

9 Updated 6 days ago
Notysoty
Web & Frontend Solid

responsive-layout-reviewer

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

9 Updated 6 days ago
Notysoty
Web & Frontend Solid

sdk-quickstart-writer

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

9 Updated 6 days ago
Notysoty

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.