github.com/affaan-m/everything-claude-code
| Skill | Added | Review |
|---|---|---|
kotlin-patterns skills/kotlin-patterns/SKILL.md Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders. Use when writing or reviewing Kotlin code and idiomatic structure or null safety is in question. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
market-research skills/market-research/SKILL.md Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or research that informs business decisions. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
fastapi-patterns skills/fastapi-patterns/SKILL.md FastAPI best practices covering project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional service layers, and testing with httpx and pytest. Use when building or reviewing FastAPI apps — Pydantic schemas, dependencies, async handlers, auth, or tests. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
django-patterns skills/django-patterns/SKILL.md Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps. Use when building or reviewing Django apps, DRF APIs, ORM queries, or caching. | 62 62 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: d8409a4 | |
mcp-server-patterns skills/mcp-server-patterns/SKILL.md Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API. Use when building or debugging an MCP server — tools, resources, prompts, validation, or transport choice. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
e2e-testing skills/e2e-testing/SKILL.md Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing Playwright tests, structuring page objects, or fixing flaky E2E runs in CI. | 66 66 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: d8409a4 | |
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: d8409a4 | |
frontend-slides skills/frontend-slides/SKILL.md Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices. | 63 63 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: d8409a4 | |
postgres-patterns skills/postgres-patterns/SKILL.md PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices. Use when designing PostgreSQL schemas, indexes, or RLS policies, or when a query is too slow. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
react-testing skills/react-testing/SKILL.md React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
swift-actor-persistence skills/swift-actor-persistence/SKILL.md Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design. Use when persisting data in Swift and a data race or thread-safety problem needs designing out. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
swift-protocol-di-testing skills/swift-protocol-di-testing/SKILL.md Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing. Use when Swift code needs testing and file system, network, or external APIs must be mocked. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
python-patterns skills/python-patterns/SKILL.md Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications. Use when writing or reviewing Python code and idiomatic structure, typing, or PEP 8 is in question. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
continuous-learning skills/continuous-learning/SKILL.md [DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1: when continuous learning, session learning, or pattern extraction is requested, route to continuous-learning-v2 instead. | 56 56 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: d8409a4 | |
product-capability skills/product-capability/SKILL.md Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an ECC-native PRD-to-SRS lane instead of vague planning prose. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
react-patterns skills/react-patterns/SKILL.md React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
django-security skills/django-security/SKILL.md Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations. Use when reviewing Django authentication, authorization, input handling, or deployment settings. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
competitive-report-structure skills/competitive-report-structure/SKILL.md Use after benchmark-methodology has produced scored competitor profile cards. Assembles findings into a decision-grade report: landscape map, competitor profiles, benchmarking matrix, white-space analysis, strategic recommendations, and team alignment trigger questions. Final step in the three-skill competitive pipeline. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
cpp-coding-standards skills/cpp-coding-standards/SKILL.md C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
loop-design-check skills/loop-design-check/SKILL.md Design a goal-oriented agent loop, and review it for the ways loops go wrong — spinning and burning tokens, Goodhart-gaming the verifier, or running a wrong answer to completion. Two actions: (1) WRITE a loop — gate whether to build it, define a machine-decidable goal, pick the loop type, pick a skeleton; (2) REVIEW a loop — run it past five failure modes plus decidability, boundaries, fallback, judge independence, and keep-judgment-with-the-human red lines. Use when designing an autonomous agent loop, or when you already have one and worry it will spin, cheat, or run a wrong answer to the end. Complements the mechanism-layer loop skills (autonomous-loops, continuous-agent-loop) by covering the judgment layer they don't. 中文触发:写 loop、设计 loop、做一个 loop、检查 loop 对不对、loop 体检、loop 会不会跑飞、可判定目标、五个崩法、plan build judge。English triggers: design an agent loop, write a loop, check a loop, loop review, prevent a runaway loop, goal-oriented loop, decidable goal, plan/build/judge. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
documentation-lookup skills/documentation-lookup/SKILL.md Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma). | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: d8409a4 | |
contract-first skills/contract-first/SKILL.md Use when multiple consumers and providers must evolve an API or event schema without field drift, integration surprises, or one side silently redefining the interface. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
crosspost skills/crosspost/SKILL.md Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: d8409a4 | |
bun-runtime skills/bun-runtime/SKILL.md Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
content-engine skills/content-engine/SKILL.md Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 |