Skip to main content
Source repository

affaan-m/everything-claude-code

These skills were imported into SkillJury from the public skills ecosystem.

62 linked skillsVisit source
Source listing

62 imported skills

iterative-retrieval

by affaan-m/everything-claude-code

993

Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working.

Software EngineeringFrontend and DesignFirst seen Jan 25, 2026

django-patterns

by affaan-m/everything-claude-code

992

Production-grade Django architecture patterns for scalable, maintainable applications.

Software EngineeringFrontend and DesignFirst seen Jan 31, 2026

eval-harness

by affaan-m/everything-claude-code

976

A formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles.

Software EngineeringFrontend and DesignFirst seen Jan 25, 2026

jpa-patterns

by affaan-m/everything-claude-code

952

Use for data modeling, repositories, and performance tuning in Spring Boot.

Software EngineeringFrontend and DesignFirst seen Jan 29, 2026

django-tdd

by affaan-m/everything-claude-code

910

Test-driven development for Django applications using pytest, factory_boy, and Django REST Framework.

Software EngineeringTesting and QAFirst seen Jan 31, 2026

security-scan

by affaan-m/everything-claude-code

862

Audit your Claude Code configuration for security issues using AgentShield .

Software EngineeringResearch and AuditsFirst seen Feb 10, 2026

deployment-patterns

by affaan-m/everything-claude-code

852

Production deployment workflows and CI/CD best practices.

Software EngineeringFrontend and DesignFirst seen Feb 12, 2026

java-coding-standards

by affaan-m/everything-claude-code

851

Standards for readable, maintainable Java (17+) code in Spring Boot services.

Software EngineeringFrontend and DesignFirst seen Feb 11, 2026

database-migrations

by affaan-m/everything-claude-code

841

Safe, reversible database schema changes for production systems.

Software EngineeringTesting and QAFirst seen Feb 12, 2026

configure-ecc

by affaan-m/everything-claude-code

789

An interactive, step-by-step installation wizard for the Everything Claude Code project. Uses AskUserQuestion to guide users through selective installation of skills and rules, then verifies correctness and offers optimization.

Software EngineeringFrontend and DesignFirst seen Feb 4, 2026

nutrient-document-processing

by affaan-m/everything-claude-code

741

Process documents with the Nutrient DWS Processor API . Convert formats, extract text and tables, OCR scanned documents, redact PII, add watermarks, digitally sign, and fill PDF forms.

Software EngineeringFrontend and DesignFirst seen Feb 8, 2026

verification-loop

by affaan-m/everything-claude-code

730

A comprehensive verification system for Claude Code sessions.

Software EngineeringFrontend and DesignFirst seen Feb 11, 2026

cpp-testing

by affaan-m/everything-claude-code

718

Agent-focused testing workflow for modern C++ (C++17/20) using GoogleTest/GoogleMock with CMake/CTest.

Software EngineeringFrontend and DesignFirst seen Feb 10, 2026

springboot-verification

by affaan-m/everything-claude-code

705

Run before PRs, after major changes, and pre-deploy.

Software EngineeringFrontend and DesignFirst seen Feb 11, 2026

project-guidelines-example

by affaan-m/everything-claude-code

692

This is an example of a project-specific skill. Use this as a template for your own projects.

Software EngineeringFrontend and DesignFirst seen Feb 11, 2026

cpp-coding-standards

by affaan-m/everything-claude-code

675

Comprehensive coding standards for modern C++ (C++17/20/23) derived from the C++ Core Guidelines . Enforces type safety, resource safety, immutability, and clarity.

Software EngineeringFrontend and DesignFirst seen Feb 16, 2026

cost-aware-llm-pipeline

by affaan-m/everything-claude-code

665

Patterns for controlling LLM API costs while maintaining quality. Combines model routing, budget tracking, retry logic, and prompt caching into a composable pipeline.

Software EngineeringFrontend and DesignFirst seen Feb 16, 2026

django-verification

by affaan-m/everything-claude-code

655

Run before PRs, after major changes, and pre-deploy to ensure Django application quality and security.

Software EngineeringTesting and QAFirst seen Feb 11, 2026

content-hash-cache-pattern

by affaan-m/everything-claude-code

611

Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-based caching, this approach survives file moves/renames and auto-invalidates when content changes.

Software EngineeringFrontend and DesignFirst seen Feb 16, 2026

regex-vs-llm-structured-text

by affaan-m/everything-claude-code

601

A practical decision framework for parsing structured text (quizzes, forms, invoices, documents). The key insight: regex handles 95-98% of cases cheaply and deterministically. Reserve expensive LLM calls for the remaining edge cases.

Software EngineeringFrontend and DesignFirst seen Feb 16, 2026

search-first

by affaan-m/everything-claude-code

596

Systematizes the "search for existing solutions before implementing" workflow.

Software EngineeringTesting and QAFirst seen Feb 21, 2026

swift-actor-persistence

by affaan-m/everything-claude-code

580

Patterns for building thread-safe data persistence layers using Swift actors. Combines in-memory caching with file-backed storage, leveraging the actor model to eliminate data races at compile time.

Software EngineeringFrontend and DesignFirst seen Feb 16, 2026

swift-protocol-di-testing

by affaan-m/everything-claude-code

575

Patterns for making Swift code testable by abstracting external dependencies (file system, network, iCloud) behind small, focused protocols. Enables deterministic tests without I/O.

Software EngineeringFrontend and DesignFirst seen Feb 16, 2026

liquid-glass-design

by affaan-m/everything-claude-code

554

Patterns for implementing Apple's Liquid Glass — a dynamic material that blurs content behind it, reflects color and light from surrounding content, and reacts to touch and pointer interactions. Covers SwiftUI, UIKit, and WidgetKit integration.

Software EngineeringFrontend and DesignFirst seen Feb 23, 2026
Page 1 of 3