Showing 30 of 119322 results
A lightweight web content extraction tool that converts any webpage into clean Markdown format, using Scrapling with dual fast/stealth modes and Jina Reader as fallback, with excellent support for Chinese platforms like WeChat, Zhihu, CSDN, and Juejin.
A domain-specific skill from the Everything Claude Code performance system for quality nonconformance management workflows, part of the operational domain skills within a comprehensive AI agent harness framework spanning 12+ language ecosystems.
A foundational skill from the Everything Claude Code performance system that defines coding conventions and project guidelines for AI agent harnesses, covering commit formats, PR processes, testing requirements, and the overall system philosophy.
Provides advanced TypeScript development guidance and patterns, from a collection of 65 skills and 9 workflows built for full-stack developers.
Optimizes Redis performance by providing comprehensive guidelines for data structures, caching, vector search, and query engine best practices across 29 rules.
A skill from the Everything Claude Code performance system that provides AI-powered regression testing patterns and verification loops for ensuring agent output quality, part of a comprehensive framework with 1282+ internal tests and continuous evaluation.
A skill that gives AI agents a characteristic voice and human-like speaking style, part of the NoizAI skills collection for natural-sounding vibe-talking.
Guidance for Next.js 16+ with Turbopack as the default dev bundler — when to use Turbopack vs webpack (`--webpack`/`--no-turbopack`), incremental Rust-based bundling, file-system caching under `.next` for 5–14x faster restarts, and the experimental Next.js 16.1+ Bundle Analyzer.
A collection of 255+ universal agentic skills for AI coding assistants including Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, and Cursor.
A domain-specific skill from the Everything Claude Code performance system for production scheduling workflows, part of the operational domain skills collection within a comprehensive AI agent harness framework with 48 agents and 183+ skills.
Official Prisma skill for implementing driver adapters, part of the Prisma ORM agent skills collection for AI coding assistants.
from affaan-m/everything-claude-code
A tool for searching and retrieving 200,000+ icons from 150+ collections, working as an MCP server for AI agents or CLI tool with automated setup for multiple editors.
Systematically refines UI design by applying principles of hierarchy, spacing, and visual clarity to create more intuitive and professional interfaces.
A curated awesome list of Claude Skills by Composio, covering a wide range of development skills and integrations for AI-assisted workflows.
Generates standalone dark-themed `.svg` diagrams for architecture, flowcharts, sequence, structural/ER, mind maps, timelines, state machines, and data flow with embedded `JetBrains Mono` styling on a `#0f172a` slate background. Enforces a semantic color palette, opaque masking-rect z-ordering, and strict spacing rules (40px vertical / 30px horizontal gaps) to prevent overlap.
Automated WeChat official account article writing workflow with 4 steps: research via web search, article writing (1000-1500 words with storytelling opening), viral headline generation with 5 options, and formatting optimization with layout and image placement suggestions.
Neural search via the Exa MCP server covering web, code, companies, and people — wraps `web_search_exa` (current web info, news, company/people research with live crawl and category filters) and `get_code_context_exa` (code examples, API usage, 1k–50k token depth) with tested query patterns.
from affaan-m/everything-claude-code
An open-source AI agent that brings Google Gemini directly into the terminal, providing lightweight and direct access from prompts to the Gemini model.
A Claude Code plugin marketplace from Trail of Bits providing skills for AI-assisted security analysis, testing, and development workflows.
Reviews code comprehensively, providing actionable feedback on quality, security, performance, and maintainability
Applies Clean Architecture, Domain-Driven Design, and Hexagonal Architecture patterns to backend services, covering domain modeling, bounded contexts, and separation of concerns.
A domain-specific skill from the Everything Claude Code performance system for energy procurement workflows, part of the operational domain skills collection within a comprehensive AI agent harness framework supporting multiple industry verticals.
A runnable Steve Jobs "cognitive operating system" distilled from 30+ primary sources (the Isaacson biography, the 2005 Stanford commencement, the Lost Interview, the D Conference series, Make Something Wonderful) into 6 mental models (focus-is-saying-no, end-to-end control, connect-the-dots, death filter, reality distortion field, tech × humanities) and 8 decision heuristics — a thinking framework, not a quote collection.
from affaan-m/everything-claude-code
Kotlin testing patterns using Kotest (StringSpec, FunSpec, BehaviorSpec, DescribeSpec), MockK for mocking and coroutine testing, argument capture, property-based tests, Ktor `testApplication`, and Kover coverage — applied via a RED-GREEN-REFACTOR TDD workflow targeting 80%+ coverage.