github.com/affaan-m/everything-claude-code
| Skill | Added | Review |
|---|---|---|
canary-watch skills/canary-watch/SKILL.md Use this skill to monitor and verify a deployed URL after releases — checks HTTP endpoints, SSE streams, static assets, console errors, and performance regressions after deploys, merges, or dependency upgrades. Smoke / canary / post-deploy verification. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
browser-qa skills/browser-qa/SKILL.md Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features. | 57 57 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: d8409a4 | |
blueprint skills/blueprint/SKILL.md Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it". | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
blender-motion-state-inspection skills/blender-motion-state-inspection/SKILL.md Use this skill when inspecting Blender characters, rigs, poses, animation retargeting, ground contact, facing direction, or model-vs-motion alignment where screenshots alone are not enough. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
benchmark skills/benchmark/SKILL.md Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
benchmark-optimization-loop skills/benchmark-optimization-loop/SKILL.md Use when the user asks to make something faster, try many variants, run recursive optimization, benchmark latency/throughput/cost, or choose the best implementation by repeated measured tests. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
autonomous-agent-harness skills/autonomous-agent-harness/SKILL.md Transform Claude Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging Claude Code's native crons, dispatch, MCP tools, and memory. Use when the user wants continuous autonomous operation, scheduled tasks, or a self-directing agent loop. | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: d8409a4 | |
automation-audit-ops skills/automation-audit-ops/SKILL.md Evidence-first automation inventory and overlap audit workflow for ECC. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers are live, broken, redundant, or missing before fixing anything. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
architecture-decision-records skills/architecture-decision-records/SKILL.md Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
api-connector-builder skills/api-connector-builder/SKILL.md Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
angular-developer skills/angular-developer/SKILL.md Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
android-clean-architecture skills/android-clean-architecture/SKILL.md Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns. Use when structuring modules, layers, or data flow in an Android or KMP project. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
ai-regression-testing skills/ai-regression-testing/SKILL.md Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code. Use when adding regression coverage to AI-assisted code, or when the same model both wrote and reviewed a change. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
ai-first-engineering skills/ai-first-engineering/SKILL.md Engineering operating model for teams where AI agents generate a large share of implementation output. Use when setting team process, review gates, or ownership rules for a codebase largely written by agents. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
agentic-os skills/agentic-os/SKILL.md Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases. Use when building a persistent multi-agent system on Claude Code with its own memory, commands, and scheduling. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
agent-self-evaluation skills/agent-self-evaluation/SKILL.md Use after completing any non-trivial task. The agent self-rates its output on 5 axes — accuracy, completeness, clarity, actionability, conciseness — with concrete evidence per criterion. Produces a structured 1-5 scorecard with specific improvement suggestions. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
agent-payment-x402 skills/agent-payment-x402/SKILL.md Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol. Use when an agent must pay for something itself and needs per-task budgets, spending controls, and a non-custodial wallet. | 72 72 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: d8409a4 | |
agent-harness-construction skills/agent-harness-construction/SKILL.md Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates. Use when defining or revising an agent's tool set, action space, or observation format. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
agent-eval skills/agent-eval/SKILL.md Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics. Use when choosing between coding agents, or when a change to an agent setup needs measured pass rate, cost, and time rather than an impression. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
agent-architecture-audit skills/agent-architecture-audit/SKILL.md Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature. Use when an agent or LLM feature misbehaves and the failing layer is unknown, or before shipping an agent stack. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
accessibility skills/accessibility/SKILL.md Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA. Use when building or auditing UI that must meet WCAG 2.2 Level AA, or when reviewing a change for keyboard, contrast, or screen-reader support. standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web and Native platforms (iOS/Android). | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 |