github.com/affaan-m/everything-claude-code
| Skill | Added | Review |
|---|---|---|
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: d8409a4 | |
react-patterns .kiro/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 | |
cpp-testing .kiro/skills/cpp-testing/SKILL.md Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers. | 71 71 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: d8409a4 | |
e2e-testing .kiro/skills/e2e-testing/SKILL.md Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. | 59 59 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: d8409a4 | |
deployment-patterns .kiro/skills/deployment-patterns/SKILL.md Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases. | 69 69 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: d8409a4 | |
x-api .agents/skills/x-api/SKILL.md X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: d8409a4 | |
market-research .agents/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 | |
security-review .agents/skills/security-review/SKILL.md Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
fal-ai-media .agents/skills/fal-ai-media/SKILL.md Unified media generation via fal.ai MCP — image, video, and audio. Covers text-to-image (Nano Banana), text/image-to-video (Seedance, Kling, Veo 3), text-to-speech (CSM-1B), and video-to-audio (ThinkSound). Use when the user wants to generate images, videos, or audio with AI. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: d8409a4 | |
mcp-server-patterns .cursor/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. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
swift-actor-persistence .kiro/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. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
everything-claude-code .agents/skills/everything-claude-code/SKILL.md Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits. | 45 45 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
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: d8409a4 | |
springboot-patterns .kiro/skills/springboot-patterns/SKILL.md Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
brand-discovery .agents/skills/brand-discovery/SKILL.md Use when a brand needs to discover or articulate its identity through structured multi-session interviews. Covers purpose, positioning, audience, personality, voice, narrative, and founder-brand tension across 8 modules using laddering, 5 Whys, and projective techniques. Produces a resumable session with disk-persisted state and a master brandbook (90_SYNTHESIS.md). | 75 75 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: d8409a4 | |
content-engine .agents/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. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
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: d8409a4 | |
workspace-surface-audit skills/workspace-surface-audit/SKILL.md Audit the active repo, MCP servers, plugins, connectors, env surfaces, and harness setup, then recommend the highest-value ECC-native skills, hooks, agents, and operator workflows. Use when the user wants help setting up Claude Code or understanding what capabilities are actually available in their environment. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
windows-desktop-e2e skills/windows-desktop-e2e/SKILL.md E2E testing for Windows native desktop apps (WPF, WinForms, Win32/MFC, Qt) using pywinauto and Windows UI Automation. Use when writing E2E tests for a Windows native desktop app with pywinauto or UI Automation. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
vue-patterns skills/vue-patterns/SKILL.md Vue.js 3 Composition API patterns, component architecture, reactivity best practices, Pinia state management, Vue Router navigation, and Nuxt SSR patterns. Activates for Vue, Nuxt, Vite, or Pinia projects. Use when building or reviewing Vue 3, Nuxt, or Pinia code — Composition API, reactivity, or router navigation. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
vite-patterns skills/vite-patterns/SKILL.md Vite build tool patterns including config, plugins, HMR, env variables, proxy setup, SSR, library mode, dependency pre-bundling, and build optimization. Activate when working with vite.config.ts, Vite plugins, or Vite-based projects. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
visa-doc-translate skills/visa-doc-translate/SKILL.md Translate visa application documents (images) to English and create a bilingual PDF with original and translation. Use when visa application document images must be translated to English as a bilingual PDF. | 57 57 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: d8409a4 | |
videodb skills/videodb/SKILL.md See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments with timestamps and auto-clips. Act- transcode and normalize (codec, fps, resolution, aspect ratio), perform timeline edits (subtitles, text/image overlays, branding, audio overlays, dubbing, translation), generate media assets (image, audio, video), and create real time alerts for events from live streams or desktop capture. Use when ingesting, indexing, searching, editing, transcoding, or alerting on video or audio content. | 72 72 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: d8409a4 | |
unified-notifications-ops skills/unified-notifications-ops/SKILL.md Operate notifications as one ECC-native workflow across GitHub, Linear, desktop alerts, hooks, and connected communication surfaces. Use when the real problem is alert routing, deduplication, escalation, or inbox collapse. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: d8409a4 | |
uncloud skills/uncloud/SKILL.md Use when managing an Uncloud cluster — deploying services, configuring Caddy ingress, adding static proxy routes for non-cluster devices, publishing ports, scaling, inspecting logs, or managing machines and volumes with the `uc` CLI. | 69 69 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: d8409a4 |