Claude can write frontend code. What it needs is a design system vocabulary to write CONSISTENT frontend code. This skill gives it that vocabulary, so every button, form, and layout follows the same rules across your entire app.
Creates phased modernization plans for transforming monolithic applications into modular monoliths, service-oriented systems, or microservice-ready architectures without risky rewrites.
Claude defaults to complex. This skill does not let that happen. Before your session ships a 400-line solution to a 20-line problem, the simplicity filter stops it and asks: does this actually need to be this complex?
2
code-reviewclean-codeperformance-audit+2
README Writer — Generate a Professional, Reader Ready README (Not a Template Dump)
Generate a complete, reader-ready README from your code and project details — not a template dump. It leads with what the project is and why, gives a quickstart that actually runs, and includes only the sections that apply.
Check your app, site, and ad copy for the AI disclosures US regulators and ad platforms now expect: undisclosed AI chatbots, unlabeled AI-generated media, AI-origin ad copy with no disclosure line, and sponsored content with no material-connection language. Read-only, every finding explained in plain English. US and ad-platform focused.
Check an AI-built app for work that looks finished but is not: leftover TODOs and stubs, fake or mock data returned as real, errors quietly swallowed, placeholder content, and endpoints that fake success. Read-only, every finding explained in plain English for non-coders.
Find the code that quietly runs up your LLM bill: uncapped generations, model calls looping with no limit, an expensive model doing a trivial job, and whole files stuffed into prompts. Read-only, every finding explained in plain English.
Model what your LLM app or agent will cost, find where the money goes, and get a plan to cut it. Per-request and monthly projections, ranked cost drivers, an optimization plan with estimated savings, and unit economics against your pricing — with the arithmetic shown.
1
finopstoken-economicsllm-cost+6
Prompt Injection Red Team Kit — Find and Fix Injection and Tool Misuse Holes in Your Own Agent
Red-team your own AI agent for prompt-injection and tool-misuse vulnerabilities before it ships — then fix them. Maps your attack surface, generates a defensive test plan with the safe behavior expected for each case, and gives a prioritized mitigations list. Defensive use only.
1
llm-securityprompt-injectionagent-security+6
Cloud Resilience and Dependency Auditor — Find Your Single Points of Failure Before the Next Outage Does
Map your real cloud dependency tree — data plane and control plane — find the single points of failure ranked by blast radius, catch the classic traps like monitoring that dies with the region it watches, and get a prioritized resilience backlog. The audit every outage post-mortem says to do first.
Review an AI-generated code diff for the failure modes coding agents actually have — claimed-done-but-not-done, gamed or weakened tests, stubs passed off as complete, silent scope creep, hallucinated APIs, and security regressions. Returns an APPROVE or REQUEST CHANGES verdict with a completion check and severity-ranked fixes.