github.com/affaan-m/everything-claude-code
| Skill | Added | Review |
|---|---|---|
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: 8321021 | |
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: 8321021 | |
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: 8321021 | |
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: 8321021 | |
agentic-engineering .kiro/skills/agentic-engineering/SKILL.md Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when AI agents perform most implementation work and humans enforce quality and risk controls. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
agentic-engineering skills/agentic-engineering/SKILL.md Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when planning or executing engineering work that agents will carry out end to end. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
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: 8321021 | |
agent-introspection-debugging .agents/skills/agent-introspection-debugging/SKILL.md Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. Use when an agent run fails and you need a reproducible diagnosis instead of a retry. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
agent-introspection-debugging skills/agent-introspection-debugging/SKILL.md Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. Use when an agent run fails and you need a reproducible diagnosis instead of a retry. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
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: 8321021 | |
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: 8321021 | |
agent-sort .agents/skills/agent-sort/SKILL.md Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ECC should be trimmed to what a project actually needs instead of loading the full bundle. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
agent-sort skills/agent-sort/SKILL.md Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ECC should be trimmed to what a project actually needs instead of loading the full bundle. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
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: 8321021 | |
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: 8321021 | |
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: 8321021 | |
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: 8321021 | |
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: 8321021 | |
api-design .agents/skills/api-design/SKILL.md REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. Use when designing or reviewing REST endpoints, resource names, status codes, pagination, or versioning. | 68 68 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 8321021 | |
api-design docs/es/skills/api-design/SKILL.md Patrones de diseño REST API incluyendo nomenclatura de recursos, códigos de estado, paginación, filtrado, respuestas de error, versionado y rate limiting para APIs de producción. | 64 64 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 8321021 |