affaan-m

> affaan-m/everything-claude-code

📦 40 skills❤️ 70 likes80.0k github stars📥 16,010 downloadsgithub →
affaan-m

> agent-harness-construction

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> agentic-engineering

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> ai-first-engineering

Engineering operating model for teams where AI agents generate a large share of implementation output.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> ai-regression-testing

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.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> android-clean-architecture

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> api-design

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> article-writing

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> autonomous-loops

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> backend-patterns

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> blueprint

-

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> carrier-relationship-management

carrier-relationship-management skill from affaan-m/everything-claude-code

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> claude-api

Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> claude-devfleet

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> clickhouse-io

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> coding-standards

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> compose-multiplatform-patterns

Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> configure-ecc

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> content-engine

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.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> content-hash-cache-pattern

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> continuous-agent-loop

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> continuous-learning

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> continuous-learning-v2

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> cost-aware-llm-pipeline

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> cpp-coding-standards

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.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> cpp-testing

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> crosspost

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.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> customs-trade-compliance

customs-trade-compliance skill from affaan-m/everything-claude-code

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> database-migrations

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate).

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> data-scraper-agent

Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when the user wants to monitor, collect, or track any public data automatically.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> deep-research

Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> deployment-patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> django-patterns

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> django-security

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> django-tdd

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> django-verification

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> dmux-workflows

Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> docker-patterns

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> e2e-testing

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> energy-procurement

energy-procurement skill from affaan-m/everything-claude-code

#ai-agents#anthropic#claude70
affaan-m
affaan-m

> enterprise-agent-ops

Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

#ai-agents#anthropic#claude70
affaan-m