arabicapp/everything-claude-code Skills
(12)Browse AI agent skills from arabicapp/everything-claude-code for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
clickhouse-io
arabicapp/everything-claude-code
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
coding-standards
arabicapp/everything-claude-code
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
continuous-learning
arabicapp/everything-claude-code
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
continuous-learning-v2
arabicapp/everything-claude-code
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
frontend-patterns
arabicapp/everything-claude-code
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
golang-patterns
arabicapp/everything-claude-code
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
golang-testing
arabicapp/everything-claude-code
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
iterative-retrieval
arabicapp/everything-claude-code
Pattern for progressively refining context retrieval to solve the subagent context problem
postgres-patterns
arabicapp/everything-claude-code
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
Project Guidelines Example
arabicapp/everything-claude-code
# 專案指南技能(範例) 這是專案特定技能的範例。使用此作為你自己專案的範本。 基於真實生產應用程式:[Zenith](https://zenith.chat) - AI 驅動的客戶探索平台。 --- ## 何時使用 在處理專案特定設計時參考此技能。專案技能包含: - 架構概覽 - 檔案結構 - 程式碼模式 - 測試要求 - 部署工作流程 --- ## 架構概覽 **技術堆疊:** - **前端**:Next.js 15(App Router)、TypeScript、React - **後端**:FastAPI(Python)、Pydantic 模型 - **資料庫**:Sup
security-review
arabicapp/everything-claude-code
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.
tdd-workflow
arabicapp/everything-claude-code
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.