affaan-m

@affaan-m

225 skills80,702 total installsGitHub
GeneralFrontendTestingAI & MLMobileSecurityBackendDataSocial & ContentDevOpsInvoiceProductivityAnalyticsCopywritingE-CommercePaymentSEO
No followers
affaan-m

Architecture Decision Records

@affaan-m

Low Risk

Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.

documentation
4.7599
Updated May 25, 2026
affaan-m

C++ Coding Standards

@affaan-m

Low Risk

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.

TypeScript
4.1596
Updated May 25, 2026
affaan-m

Quarkus Verification

@affaan-m

Low Risk

Verification loop for Quarkus projects: build, static analysis, tests with coverage, security scans, native compilation, and diff review before release or PR.

Integration
4.7593
Updated May 25, 2026
affaan-m

Rules Distill

@affaan-m

Low Risk

Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files

LLM
4.2592
Updated May 25, 2026
affaan-m

Continuous Learning

@affaan-m

Low Risk

[DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1; route continuous learning, session learning, and pattern extraction requests to continuous-learning-v2.

LLM
4.4592
Updated May 25, 2026
affaan-m

Liquid Glass Design

@affaan-m

Low Risk

iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit.

iOS
4.4592
Updated May 25, 2026
affaan-m

Documentation Lookup

@affaan-m

Low Risk

Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).

nextjs
4.5586
Updated May 25, 2026
affaan-m

Frontend Patterns

@affaan-m

Low Risk

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

React
4.2574
Updated May 25, 2026
affaan-m

ECC Guide

@affaan-m

Low Risk

Guide users through ECC's current agents, skills, commands, hooks, rules, install profiles, and project onboarding by reading the live repository surface before answering.

AI Agent
4.5573
Updated May 25, 2026
affaan-m

Healthcare Phi Compliance

@affaan-m

Low Risk

Protected Health Information (PHI) and Personally Identifiable Information (PII) compliance patterns for healthcare applications. Covers data classification, access control, audit trails, encryption, and common leak vectors.

compliance
4.2572
Updated May 25, 2026
affaan-m

Iterative Retrieval

@affaan-m

Low Risk

Pattern for progressively refining context retrieval to solve the subagent context problem

Context
4565
Updated May 25, 2026
affaan-m

UI To Vue

@affaan-m

Low Risk

Use when the user has UI screenshots or design exports that need batch conversion into Vue 3 components, especially with Vant, Element Plus, or Ant Design Vue.

TypeScript
4.8564
Updated May 25, 2026
affaan-m

Healthcare Eval Harness

@affaan-m

Low Risk

Patient safety evaluation harness for healthcare application deployments. Automated test suites for CDSS accuracy, PHI exposure, clinical workflow integrity, and integration compliance. Blocks deployments on safety failures.

Unit Test
4.8557
Updated May 25, 2026
affaan-m

Perl Testing

@affaan-m

Low Risk

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.

TDDUnit Test
4.8556
Updated May 25, 2026
affaan-m

Santa Method

@affaan-m

Low Risk

Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships.

DeploymentIntegration
4.2554
Updated May 25, 2026
affaan-m

IOS Icon Gen

@affaan-m

Low Risk

Generate iOS app icons as PNG imagesets for Xcode asset catalogs from SF Symbols (5000+ Apple-native) or Iconify API (275k+ open source icons from 200+ collections). Use when generating icons, creating icon assets, adding icons to asset catalog, or searching for icons for iOS projects.

iOS
4.5552
Updated May 25, 2026
affaan-m

Terminal Ops

@affaan-m

Low Risk

Evidence-first repo execution workflow for ECC. Use when the user wants a command run, a repo checked, a CI failure debugged, or a narrow fix pushed with exact proof of what was executed and verified.

TDDIntegration
4.8550
Updated May 25, 2026
affaan-m

Laravel Patterns

@affaan-m

Low Risk

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

php
4.5543
Updated May 25, 2026
affaan-m

Kotlin Coroutines Flows

@affaan-m

Low Risk

Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.

kotlinandroid
4.2538
Updated May 25, 2026
affaan-m

Springboot Security

@affaan-m

Low Risk

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.

authentication
4.7537
Updated May 25, 2026
affaan-m

Product Capability

@affaan-m

Low Risk

Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an ECC-native PRD-to-SRS lane instead of vague planning prose.

TypeScript
4.5535
Updated May 25, 2026
affaan-m

AI Regression Testing

@affaan-m

Low Risk

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 Agent
4535
Updated May 25, 2026
affaan-m

Skill Scout

@affaan-m

Low Risk

Search existing local, marketplace, GitHub, and web skill sources before creating a new skill. Use when the user wants to create, build, fork, or find a skill for a workflow.

CLI
4.5534
Updated May 25, 2026
affaan-m

Clickhouse Io

@affaan-m

Low Risk

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

mysqlPostgreSQL
4.6530
Updated May 25, 2026
affaan-m

Kotlin Patterns

@affaan-m

Low Risk

Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders.

kotlinandroid
4.7530
Updated May 25, 2026
affaan-m

Swift Actor Persistence

@affaan-m

Low Risk

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.

swift
4.6529
Updated May 25, 2026
affaan-m

NestJS Patterns

@affaan-m

Low Risk

NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends.

Node.js
4.4529
Updated May 25, 2026
affaan-m

Content Engine

@affaan-m

Low Risk

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.

社媒内容引擎
4.3529
Updated May 25, 2026
affaan-m

Recsys Pipeline Architect

@affaan-m

Low Risk

Design composable recommendation, ranking, and feed pipelines using the six-stage Source→Hydrator→Filter→Scorer→Selector→SideEffect framework popularized by xAI's open-sourced For You algorithm. Use this skill whenever the user is building any system that picks

RAG
4528
Updated May 25, 2026
affaan-m

Flox Environments

@affaan-m

Low Risk

Create reproducible, cross-platform development environments with Flox — a declarative environment manager built on Nix. ALWAYS use this skill when the user needs to: set up a project with system-level dependencies (compilers, databases, native libraries like openssl, libvips, BLAS, LAPACK); configu

docker
4.5528
Updated May 25, 2026
affaan-m

Agent Introspection Debugging

@affaan-m

Low Risk

Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.

AI Agent
4.2527
Updated May 25, 2026
affaan-m

Motion Patterns

@affaan-m

Low Risk

Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs.

TypeScript
4.3527
Updated May 25, 2026
affaan-m

Claude Devfleet

@affaan-m

Low Risk

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

AI Agent
4.4521
Updated May 25, 2026
affaan-m

Healthcare Emr Patterns

@affaan-m

Low Risk

EMR/EHR development patterns for healthcare applications. Clinical safety, encounter workflows, prescription generation, clinical decision support integration, and accessibility-first UI for medical data entry.

TypeScript
4519
Updated May 25, 2026
affaan-m

Autonomous Agent Harness

@affaan-m

Low Risk

Transform Claude Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging Claude Code's native crons, dispatch, MCP tools, and memory. Use when the user wants continuou

AI Agent
4.5519
Updated May 25, 2026
affaan-m

Agent Architecture Audit

@affaan-m

Low Risk

Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent ap

AI Agent
4.2518
Updated May 25, 2026
affaan-m

Investor Materials

@affaan-m

Low Risk

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fu

TypeScript
4.8513
Updated May 25, 2026
affaan-m

Netmiko Ssh Automation

@affaan-m

Low Risk

Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and network automation error handling.

4.5512
Updated May 25, 2026
affaan-m

Python Patterns

@affaan-m

Low Risk

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

TypeScript
4.5511
Updated May 25, 2026
affaan-m

Make Interfaces Feel Better

@affaan-m

Low Risk

Apply concrete design-engineering details that make interfaces feel polished. Use when reviewing or improving UI spacing, typography, borders, shadows, motion, hit areas, icons, text wrapping, and interaction states.

TypeScript
4.6511
Updated May 25, 2026
affaan-m

Hookify Rules

@affaan-m

Low Risk

This skill should be used when the user asks to create a hookify rule, write a hook rule, configure hookify, add a hookify rule, or needs guidance on hookify rule syntax and patterns.

Prompt
4.3509
Updated May 25, 2026
affaan-m

Django Security

@affaan-m

Low Risk

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

authenticationDeploymentdjango
4.4507
Updated May 25, 2026
affaan-m

Messages Ops

@affaan-m

Low Risk

Evidence-first live messaging workflow for ECC. Use when the user wants to read texts or DMs, recover a recent one-time code, inspect a thread before replying, or prove which message source was actually checked.

TypeScript
4.1504
Updated May 25, 2026
affaan-m

Hipaa Compliance

@affaan-m

Low Risk

HIPAA-specific entrypoint for healthcare privacy and security work. Use when a task is explicitly framed around HIPAA, PHI handling, covered entities, BAAs, breach posture, or US healthcare compliance requirements.

RAG
4502
Updated May 25, 2026
affaan-m

Backend Patterns

@affaan-m

Low Risk

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

Node.js
4.2502
Updated May 25, 2026
affaan-m

Eval Harness

@affaan-m

Low Risk

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

LLM
4.6499
Updated May 25, 2026
affaan-m

Django TDD

@affaan-m

Low Risk

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

djangoTDDUnit Test
4.1496
Updated May 25, 2026
affaan-m

Swift Concurrency 6 2

@affaan-m

Low Risk

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

iOS
4493
Updated May 25, 2026
affaan-m

Connections Optimizer

@affaan-m

Low Risk

Reorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's real voice. Use when the user wants to clean up following lists, grow toward current priorities, or rebalance a social graph around higher-sign

TypeScript
4.5492
Updated May 25, 2026
affaan-m

Exa Search

@affaan-m

Low Risk

Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.

Context
4.6490
Updated May 25, 2026
affaan-m

ECC Tools Cost Audit

@affaan-m

Low Risk

Evidence-first ECC Tools burn and billing audit workflow. Use when investigating runaway PR creation, quota bypass, premium-model leakage, duplicate jobs, or GitHub App cost spikes in the ECC Tools repo.

AI AgentTDD
4.2488
Updated May 25, 2026
affaan-m

Logistics Exception Management

@affaan-m

Low Risk

>

RAG
4.2484
Updated May 25, 2026
affaan-m

Swiftui Patterns

@affaan-m

Low Risk

SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices.

iOS
4.4480
Updated May 25, 2026
affaan-m

E2E Testing

@affaan-m

Low Risk

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

e2ee2e-testing
4.3477
Updated May 25, 2026
affaan-m

Quality Nonconformance

@affaan-m

Low Risk

>

TypeScript
4.7476
Updated May 25, 2026
affaan-m

Rust Patterns

@affaan-m

Low Risk

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

TypeScript
4.2475
Updated May 25, 2026
affaan-m

Perl Patterns

@affaan-m

Low Risk

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.

DeploymentGo
4.4470
Updated May 25, 2026
affaan-m

Autonomous Loops

@affaan-m

Low Risk

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

LLMTDD
4.1468
Updated May 25, 2026
affaan-m

Production Scheduling

@affaan-m

Low Risk

>

TypeScript
4.5465
Updated May 25, 2026
affaan-m

Kotlin Testing

@affaan-m

Low Risk

Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices.

kotlinTDDUnit Test
4.2464
Updated May 25, 2026
affaan-m

Network Interface Health

@affaan-m

Low Risk

Diagnose interface errors, drops, CRCs, duplex mismatches, flapping, speed negotiation issues, and counter trends on routers, switches, and Linux hosts.

TypeScript
4.1463
Updated May 25, 2026
affaan-m

Codebase Onboarding

@affaan-m

Low Risk

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.

Node.jsnuxt
4.6460
Updated May 25, 2026
affaan-m

Mle Workflow

@affaan-m

Low Risk

Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.

fine-tuning
4.4456
Updated May 25, 2026
affaan-m

Tinystruct Patterns

@affaan-m

Low Risk

Expert guidance for developing with the tinystruct Java framework. Use when working on the tinystruct codebase or any project built on tinystruct — including creating Application classes, @Action-mapped routes, unit tests, ActionRegistry, HTTP/CLI dual-mode handling, the built-in HTTP server, the ev

Java
4.6454
Updated May 25, 2026
affaan-m

Security Scan

@affaan-m

Low Risk

Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.

AI Agent
4.1452
Updated May 25, 2026
affaan-m

Quarkus Security

@affaan-m

Low Risk

Quarkus Security best practices for authentication, authorization, JWT/OIDC, RBAC, input validation, CSRF, secrets management, and dependency security.

authentication
4.5452
Updated May 25, 2026
affaan-m

Evm Token Decimals

@affaan-m

Low Risk

Prevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe normalization for bots, dashboards, and DeFi tools.

solidityTypeScript
4.1451
Updated May 25, 2026
affaan-m

Dart Flutter Patterns

@affaan-m

Low Risk

Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks (BLoC, Riverpod, Provider), GoRouter navigation, Dio networking, Freezed code generation, and clean architecture.

flutter
4.4450
Updated May 25, 2026
affaan-m

C# Testing

@affaan-m

Low Risk

C# and .NET testing patterns with xUnit, FluentAssertions, mocking, integration tests, and test organization best practices.

Integration
4.7449
Updated May 25, 2026
affaan-m

Homelab Pihole DNS

@affaan-m

Low Risk

Pi-hole installation, blocklist management, DNS-over-HTTPS setup, DHCP integration, local DNS records, and troubleshooting broken DNS resolution on a home network.

DeploymentTypeScript
4.5448
Updated May 25, 2026
affaan-m

Product Lens

@affaan-m

Low Risk

Use this skill to validate the

LLM
4.1445
Updated May 25, 2026
affaan-m

Token Budget Advisor

@affaan-m

Low Risk

>-

Context
4.3441
Updated May 25, 2026
affaan-m

Git Workflow

@affaan-m

Low Risk

Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes.

Deploymentgit
4.2439
Updated May 25, 2026
affaan-m

Error Handling

@affaan-m

Low Risk

Patterns for robust error handling across TypeScript, Python, and Go. Covers typed errors, error boundaries, retries, circuit breakers, and user-facing error messages.

Python
4.4437
Updated May 25, 2026
affaan-m

Perl Security

@affaan-m

Low Risk

Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies.

vulnerability
4.7435
Updated May 25, 2026
affaan-m

Node.js Keccak256

@affaan-m

Low Risk

Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation.

solidityTypeScript
4.6435
Updated May 25, 2026
affaan-m

Prisma Patterns

@affaan-m

Low Risk

Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.

Deploymentmigration
4.8434
Updated May 25, 2026
affaan-m

Prompt Optimizer

@affaan-m

Low Risk

>-

Prompt
4.6432
Updated May 25, 2026
affaan-m

Go Testing

@affaan-m

Low Risk

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

TDDUnit Test
4.1430
Updated May 25, 2026
affaan-m

Jira Integration

@affaan-m

Low Risk

Use this skill when retrieving Jira tickets, analyzing requirements, updating ticket status, adding comments, or transitioning issues. Provides Jira API patterns via MCP or direct REST calls.

REST API
4.5429
Updated May 25, 2026
affaan-m

Homelab Vlan Segmentation

@affaan-m

Low Risk

Segmenting home networks into VLANs for IoT, guest, trusted, and server traffic using UniFi, pfSense/OPNsense, and MikroTik — including switch trunk config, firewall rules, and wireless SSID mapping.

4428
Updated May 25, 2026
affaan-m

Motion Advanced

@affaan-m

Low Risk

Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations.

TypeScript
4.4426
Updated May 25, 2026
affaan-m

C++ Testing

@affaan-m

Low Risk

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

TDDautomation
4.5425
Updated May 25, 2026
affaan-m

X API

@affaan-m

Low Risk

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.

数据分析X/Twitter
4.6423
Updated May 25, 2026
affaan-m

Django Celery

@affaan-m

Low Risk

Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.

djangoPython
4.2423
Updated May 25, 2026
affaan-m

Email Ops

@affaan-m

Low Risk

Evidence-first mailbox triage, drafting, send verification, and sent-mail-safe follow-up workflow for ECC. Use when the user wants to organize email, draft or send through the real mail surface, or prove what landed in Sent.

workflow
4.8421
Updated May 25, 2026
affaan-m

Browser QA

@affaan-m

Low Risk

Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.

DeploymentTypeScript
4.2417
Updated May 25, 2026
affaan-m

.NET Patterns

@affaan-m

Low Risk

Idiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications.

C#
4.2413
Updated May 25, 2026
affaan-m

Plankton Code Quality

@affaan-m

Low Risk

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

LLM
4.6411
Updated May 25, 2026
affaan-m

Regex Vs LLM Structured Text

@affaan-m

Low Risk

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

LLM
4.5408
Updated May 25, 2026
affaan-m

Compose Multiplatform Patterns

@affaan-m

Low Risk

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

kotlinandroid
4.6408
Updated May 25, 2026
affaan-m

videodb

@affaan-m

Low Risk

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- transco

TypeScript
4.2407
Updated May 25, 2026
affaan-m

benchmark

@affaan-m

Low Risk

Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives.

TypeScript
4.1407
Updated May 25, 2026
affaan-m

Google Workspace Ops

@affaan-m

Low Risk

Operate across Google Drive, Docs, Sheets, and Slides as one workflow surface for plans, trackers, decks, and shared documents. Use when the user needs to find, summarize, edit, migrate, or clean up Google Workspace assets without dropping to raw tool calls.

organization
4.5407
Updated May 25, 2026
affaan-m

Windows Desktop E2E

@affaan-m

Low Risk

E2E testing for Windows native desktop apps (WPF, WinForms, Win32/MFC, Qt) using pywinauto and Windows UI Automation.

e2e-testingTypeScript
4.2404
Updated May 25, 2026
affaan-m

Database Migrations

@affaan-m

Low Risk

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

djangomysqlGraphQL
4.6403
Updated May 25, 2026
affaan-m

Hexagonal Architecture

@affaan-m

Low Risk

Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go services.

kotlinTypeScript
4.7403
Updated May 25, 2026
affaan-m

Laravel Verification

@affaan-m

Low Risk

Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.

DeploymentIntegration
4.2401
Updated May 25, 2026
affaan-m

Finance Billing Ops

@affaan-m

Low Risk

Evidence-first revenue, pricing, refunds, team-billing, and billing-model truth workflow for ECC. Use when the user wants a sales snapshot, pricing comparison, duplicate-charge diagnosis, or code-backed billing reality instead of generic payments advice.

billing
4.6400
Updated May 25, 2026
affaan-m

Workspace Surface Audit

@affaan-m

Low Risk

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

MCP
4.3399
Updated May 25, 2026
affaan-m

Foundation Models On Device

@affaan-m

Low Risk

Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

iOS
4.1395
Updated May 25, 2026
affaan-m

Skill Comply

@affaan-m

Low Risk

Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines

AI AgentTDD
4.6394
Updated May 25, 2026
affaan-m

Brand Voice

@affaan-m

Low Risk

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

文案品牌声音
4.4390
Updated May 25, 2026
affaan-m

LLM Trading Agent Security

@affaan-m

Low Risk

Security patterns for autonomous trading agents with wallet or transaction authority. Covers prompt injection, spend limits, pre-send simulation, circuit breakers, MEV protection, and key handling.

AI Agent
4390
Updated May 25, 2026
affaan-m

Literature Review

@affaan-m

Low Risk

Systematic literature-review workflow for academic, biomedical, technical, and scientific topics, including search planning, source screening, synthesis, citation checks, and evidence logging.

Research
4.5386
Updated May 25, 2026
affaan-m

Inventory Demand Planning

@affaan-m

Low Risk

>

inventory
4.6383
Updated May 25, 2026
affaan-m

Market Research

@affaan-m

Low Risk

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.

数据分析市场调研
4.6383
Updated May 25, 2026
affaan-m

uncloud

@affaan-m

Low Risk

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.

Deploymentdocker
4.1380
Updated May 25, 2026
affaan-m

Homelab Wireguard Vpn

@affaan-m

Low Risk

WireGuard VPN server setup, peer configuration, key generation, split tunneling vs full tunnel routing, and remote access to a home network from mobile and laptop clients.

4.2379
Updated May 25, 2026
affaan-m

Design System

@affaan-m

Low Risk

Use this skill to generate or audit design systems, check visual consistency, and review PRs that touch styling.

TypeScript
4.6371
Updated May 25, 2026
affaan-m

Network Config Validation

@affaan-m

Low Risk

Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene.

DeploymentKubernetes
4.3370
Updated May 25, 2026
affaan-m

MCP Server Patterns

@affaan-m

Low Risk

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.

MCP
4.8368
Updated May 25, 2026
affaan-m

Next.js Turbopack

@affaan-m

Low Risk

Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

nextjs
4.5365
Updated May 25, 2026
affaan-m

Uspto Database

@affaan-m

Low Risk

USPTO patent and trademark data workflow for official record lookup, PatentSearch queries, TSDR checks, assignment data, and reproducible IP research logs.

workflow
4.2365
Updated May 25, 2026
affaan-m

Hermes Imports

@affaan-m

Low Risk

Convert local Hermes operator workflows into sanitized ECC skills and release-pack artifacts. Use when preparing a Hermes workflow for public ECC reuse without leaking private workspace state, credentials, or local-only paths.

authentication
4.1364
Updated May 25, 2026
affaan-m

Healthcare Cdss Patterns

@affaan-m

Low Risk

Clinical Decision Support System (CDSS) development patterns. Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity classification, and integration into EMR workflows.

Context
4.2353
Updated May 25, 2026
affaan-m

Dashboard Builder

@affaan-m

Low Risk

Build monitoring dashboards that answer real operator questions for Grafana, SigNoz, and similar platforms. Use when turning metrics into a working dashboard instead of a vanity board.

migration
4.1348
Updated May 25, 2026
affaan-m

Postgres Patterns

@affaan-m

Low Risk

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.

PostgreSQL
4.3347
Updated May 25, 2026
affaan-m

Security Review

@affaan-m

Low Risk

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.

authentication
4.3344
Updated May 25, 2026
affaan-m

Docker Patterns

@affaan-m

Low Risk

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

docker
4.2343
Updated May 25, 2026
affaan-m

Agent Payment X402

@affaan-m

Low Risk

Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol.

payment
4.1340
Updated May 25, 2026
affaan-m

Search First

@affaan-m

Low Risk

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.

Research
4338
Updated May 25, 2026
affaan-m

Swift Protocol Di Testing

@affaan-m

Low Risk

Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.

iOS
4.7336
Updated May 25, 2026
affaan-m

Agent Harness Construction

@affaan-m

Low Risk

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

AI Agent
4.4335
Updated May 25, 2026
affaan-m

Jpa Patterns

@affaan-m

Low Risk

JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.

Java
4.3332
Updated May 25, 2026
affaan-m

Plan Orchestrate

@affaan-m

Low Risk

Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without com

AI Agentkotlin
4.5330
Updated May 25, 2026
affaan-m

Laravel TDD

@affaan-m

Low Risk

Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.

PostgreSQLTDD
4.3330
Updated May 25, 2026
affaan-m

Manim Video

@affaan-m

Low Risk

Build reusable Manim explainers for technical concepts, graphs, system diagrams, and product walkthroughs, then hand off to the wider ECC video stack if needed. Use when the user wants a clean animated explainer rather than a generic talking-head script.

TypeScript
4.2329
Updated May 25, 2026
affaan-m

Data Scraper Agent

@affaan-m

Low Risk

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

AI Agent
4.2329
Updated May 25, 2026
affaan-m

Flutter Dart Code Review

@affaan-m

Low Risk

Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.

flutter
4.3329
Updated May 25, 2026
affaan-m

Vite Patterns

@affaan-m

Low Risk

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.

DeploymentTypeScript
4.1326
Updated May 25, 2026
affaan-m

Django Patterns

@affaan-m

Low Risk

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

djangoPython
4.4326
Updated May 25, 2026
affaan-m

UI Demo

@affaan-m

Low Risk

Record polished UI demo videos using Playwright. Use when the user asks to create a demo, walkthrough, screen recording, or tutorial video of a web application. Produces WebM videos with visible cursor, natural pacing, and professional feel.

CLI
4.3324
Updated May 25, 2026
affaan-m

Opensource Pipeline

@affaan-m

Low Risk

Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'.

AI Agent
4.6321
Updated May 25, 2026
affaan-m

Quarkus TDD

@affaan-m

Low Risk

Test-driven development for Quarkus 3.x LTS using JUnit 5, Mockito, REST Assured, Camel testing, and JaCoCo. Use when adding features, fixing bugs, or refactoring event-driven services.

TDDUnit Test
4.1320
Updated May 25, 2026
affaan-m

Deep Research

@affaan-m

Low Risk

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.

MCP
4.6315
Updated May 25, 2026
affaan-m

blueprint

@affaan-m

Low Risk

>-

Research
4.5314
Updated May 25, 2026
affaan-m

Investor Outreach

@affaan-m

Low Risk

Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.

Context
4.1311
Updated May 25, 2026
affaan-m

Skill Stocktake

@affaan-m

Low Risk

Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

LLM
4.6308
Updated May 25, 2026
affaan-m

Visa Doc Translate

@affaan-m

Low Risk

Translate visa application documents (images) to English and create a bilingual PDF with original and translation

TypeScript
4.8304
Updated May 25, 2026
affaan-m

Network Bgp Diagnostics

@affaan-m

Low Risk

Diagnostics-only BGP troubleshooting patterns for neighbor state, route exchange, prefix policy, AS path inspection, and safe evidence collection.

Monitoring
4304
Updated May 25, 2026
affaan-m

Laravel Security

@affaan-m

Low Risk

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.

authentication
4.5299
Updated May 25, 2026
affaan-m

FastAPI Patterns

@affaan-m

Low Risk

FastAPI patterns for async APIs, dependency injection, Pydantic request and response models, OpenAPI docs, tests, security, and production readiness.

fastapiPython
4.4297
Updated May 25, 2026
affaan-m

Customs Trade Compliance

@affaan-m

Low Risk

>

compliance
4.8292
Updated May 25, 2026
affaan-m

Deployment Patterns

@affaan-m

Low Risk

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

Deploymentdocker
4290
Updated May 25, 2026
affaan-m

Cost Aware LLM Pipeline

@affaan-m

Low Risk

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

LLM
4.6290
Updated May 25, 2026
affaan-m

API Connector Builder

@affaan-m

Low Risk

Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture.

MCP
4.2281
Updated May 25, 2026
affaan-m

Laravel Plugin Discovery

@affaan-m

Low Risk

Discover and evaluate Laravel packages via LaraPlugins.io MCP. Use when the user wants to find plugins, check package health, or assess Laravel/PHP compatibility.

php
4.3281
Updated May 25, 2026
affaan-m

Customer Billing Ops

@affaan-m

Low Risk

Operate customer billing workflows such as subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis using connected billing tools like Stripe. Use when the user needs to help a customer, inspect subscription state, or manage revenue-impacting billing operations.

billing
4.3280
Updated May 25, 2026
affaan-m

Project Flow Ops

@affaan-m

Low Risk

Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear remains the internal execution layer. Use when the user wants backlog control, PR triage, or GitHub-to-Linear coordination.

RAG
4.1280
Updated May 25, 2026
affaan-m

Springboot Verification

@affaan-m

Low Risk

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

Integration
4.7280
Updated May 25, 2026
affaan-m

Go Patterns

@affaan-m

Low Risk

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

Go
4279
Updated May 25, 2026
affaan-m

Java Coding Standards

@affaan-m

Low Risk

Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage, streams, exceptions, generics, CDI, reactive patterns, and project layout. Automatically applies framework-specific conventions.

TypeScript
4.4278
Updated May 25, 2026
affaan-m

Canary Watch

@affaan-m

Low Risk

Use this skill to monitor and verify a deployed URL after releases — checks HTTP endpoints, SSE streams, static assets, console errors, and performance regressions after deploys, merges, or dependency upgrades. Smoke / canary / post-deploy verification.

DeploymentTypeScript
4278
Updated May 25, 2026
affaan-m

Openclaw Persona Forge

@affaan-m

Low Risk

为 OpenClaw AI Agent 锻造完整的龙虾灵魂方案。根据用户偏好或随机抽卡, 输出身份定位、灵魂描述(SOUL.md)、角色化底线规则、名字和头像生图提示词。 如当前环境提供已审核的生图 skill,可自动生成统一风格头像图片。 当用户需要创建、设计或定制 OpenClaw 龙虾灵魂时使用。 不适用于:微调已有 SOUL.md、非 OpenClaw 平台的角色设计、纯工具型无性格 Agent。 触发词:龙虾灵魂、虾魂、OpenClaw 灵魂、养虾灵魂、龙虾角色、龙虾定位、 龙虾剧本杀角色、龙虾游戏角色、龙虾 NPC、龙虾性格、龙虾背景故事、 lobster soul、lobster

AI Agent
4.5277
Updated May 25, 2026
affaan-m

Django Verification

@affaan-m

Low Risk

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

djangoIntegration
4.2273
Updated May 25, 2026
affaan-m

Content Hash Cache Pattern

@affaan-m

Low Risk

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

RAG
4.1272
Updated May 25, 2026
affaan-m

Rust Testing

@affaan-m

Low Risk

Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.

TDDUnit Test
4.5270
Updated May 25, 2026
affaan-m

ck

@affaan-m

Low Risk

Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.

LLM
4.6269
Updated May 25, 2026
affaan-m

Production Audit

@affaan-m

Low Risk

Local-evidence production readiness audit for shipped apps, pre-launch reviews, post-merge checks, and

e2e-testingKubernetes
4.5268
Updated May 25, 2026
affaan-m

Returns Reverse Logistics

@affaan-m

Low Risk

>

LLM
4.1268
Updated May 25, 2026
affaan-m

Article Writing

@affaan-m

Low Risk

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 credibili

RAG
4.3267
Updated May 25, 2026
affaan-m

Security Bounty Hunter

@affaan-m

Low Risk

Hunt for exploitable, bounty-worthy security issues in repositories. Focuses on remotely reachable vulnerabilities that qualify for real reports instead of noisy local-only findings.

vulnerability
4.6267
Updated May 25, 2026
affaan-m

Agent Eval

@affaan-m

Low Risk

Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics

AI Agent
4.6264
Updated May 25, 2026
affaan-m

Context Budget

@affaan-m

Low Risk

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

Context
4.3256
Updated May 25, 2026
affaan-m

Homelab Network Setup

@affaan-m

Low Risk

Practical home and homelab network planning for gateways, switches, access points, IP ranges, DHCP reservations, DNS, cabling, and common beginner mistakes.

DeploymentMonitoring
4.3254
Updated May 25, 2026
affaan-m

Motion Foundations

@affaan-m

Low Risk

Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react. Foundation layer — all other motion skills depend on this.

TypeScript
4.7252
Updated May 25, 2026
affaan-m

Pubmed Database

@affaan-m

Low Risk

Direct PubMed and NCBI E-utilities search workflows for biomedical literature, MeSH queries, PMID lookup, citation retrieval, and API-backed literature monitoring.

TypeScript
4.6251
Updated May 25, 2026
affaan-m

accessibility

@affaan-m

Low Risk

Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA

iOS
4.6248
Updated May 25, 2026
affaan-m

Energy Procurement

@affaan-m

Low Risk

>

RAG
4.3248
Updated May 25, 2026
affaan-m

Homelab Network Readiness

@affaan-m

Low Risk

Readiness checklist for homelab VLAN segmentation, local DNS filtering, and WireGuard-style remote access before changing router, firewall, DHCP, or VPN configuration.

4.2247
Updated May 25, 2026
affaan-m

Bun Runtime

@affaan-m

Low Risk

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

Node.js
4.5244
Updated May 25, 2026
affaan-m

Dmux Workflows

@affaan-m

Low Risk

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.

e2e-testingNode.js
4.4243
Updated May 25, 2026
affaan-m

Pytorch Patterns

@affaan-m

Low Risk

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.

fine-tuning
4.3240
Updated May 25, 2026
affaan-m

Social Graph Ranker

@affaan-m

Low Risk

Weighted social-graph ranking for warm intro discovery, bridge scoring, and network gap analysis across X and LinkedIn. Use when the user wants the reusable graph-ranking engine itself, not the broader outreach or network-maintenance workflow layered on top of it.

Context
4.1240
Updated May 25, 2026
affaan-m

Kotlin Ktor Patterns

@affaan-m

Low Risk

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

Gokotlin
4.6234
Updated May 25, 2026
affaan-m

Defi Amm Security

@affaan-m

Low Risk

Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math.

solidityvulnerability
4.1234
Updated May 25, 2026
affaan-m

seo

@affaan-m

Low Risk

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

SEO
4.7234
Updated May 25, 2026
affaan-m

Gan Style Harness

@affaan-m

Low Risk

GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously. Based on Anthropic's March 2026 harness design paper.

AI AgentTDD
4.1229
Updated May 25, 2026
affaan-m

Automation Audit Ops

@affaan-m

Low Risk

Evidence-first automation inventory and overlap audit workflow for ECC. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers are live, broken, redundant, or missing before fixing anything.

workflow
4.5229
Updated May 25, 2026
affaan-m

Frontend Slides

@affaan-m

Low Risk

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstra

TypeScript
4.8229
Updated May 25, 2026
affaan-m

Scholar Evaluation

@affaan-m

Low Risk

Structured scholarly-work evaluation for papers, proposals, literature reviews, methods sections, evidence quality, citation support, and research-writing feedback.

Research
4223
Updated May 25, 2026
affaan-m

Team Builder

@affaan-m

Low Risk

Interactive agent picker for composing and dispatching parallel teams

AI Agent
4.1218
Updated May 25, 2026
affaan-m

Springboot Patterns

@affaan-m

Low Risk

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

Java
4.3217
Updated May 25, 2026
affaan-m

Cisco IOS Patterns

@affaan-m

Low Risk

Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification.

DeploymentTypeScript
4.6217
Updated May 25, 2026
affaan-m

Research Ops

@affaan-m

Low Risk

Evidence-first current-state research workflow for ECC. Use when the user wants fresh facts, comparisons, enrichment, or a recommendation built from current public evidence and any supplied local context.

Context
4.5215
Updated May 25, 2026
affaan-m

Video Editing

@affaan-m

Low Risk

AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video, cut footage, create vlogs, or build video

TypeScript
4.4206
Updated May 25, 2026
affaan-m

Carrier Relationship Management

@affaan-m

Low Risk

>

authentication
4.4206
Updated May 25, 2026
affaan-m

Code Tour

@affaan-m

Low Risk

Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthroughs, PR tours, RCA tours, and structured

CLI
4.6203
Updated May 25, 2026
affaan-m

gateguard

@affaan-m

Low Risk

Fact-forcing gate that blocks Edit/Write/Bash (including MultiEdit) and demands concrete investigation (importers, data schemas, user instruction) before allowing the action. Measurably improves output quality by +2.25 points vs ungated agents.

AI Agent
4.1202
Updated May 25, 2026
affaan-m

Fsharp Testing

@affaan-m

Low Risk

F# testing patterns with xUnit, FsUnit, Unquote, FsCheck property-based testing, integration tests, and test organization best practices.

Integration
4.3200
Updated May 25, 2026
affaan-m

Coding Standards

@affaan-m

Low Risk

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

TypeScript
4.2197
Updated May 25, 2026
affaan-m

Android Clean Architecture

@affaan-m

Low Risk

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

androidkotlin
4.5193
Updated May 25, 2026
affaan-m

Verification Loop

@affaan-m

Low Risk

A comprehensive verification system for Claude Code sessions.

Integration
4.4193
Updated May 25, 2026
affaan-m

Knowledge Ops

@affaan-m

Low Risk

Knowledge base management, ingestion, sync, and retrieval across multiple storage layers (local files, MCP memory, vector stores, Git repos). Use when the user wants to save, organize, sync, deduplicate, or search across their knowledge systems.

RAG
4.7193
Updated May 25, 2026
affaan-m

Click Path Audit

@affaan-m

Low Risk

Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons

TypeScript
4.2189
Updated May 25, 2026
affaan-m

Motion UI

@affaan-m

Low Risk

Production-ready UI motion system for React/Next.js. Use when implementing animations, transitions, or motion patterns.

android
4.7187
Updated May 25, 2026
affaan-m

Angular Developer

@affaan-m

Low Risk

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind

e2e-testingTypeScript
4.5185
Updated May 25, 2026
affaan-m

Cost Tracking

@affaan-m

Low Risk

Track and report Claude Code token usage, spending, and budgets from a local cost-tracking database. Use when the user asks about costs, spending, usage, tokens, budgets, or cost breakdowns by project, tool, session, or date.

Context
4.3185
Updated May 25, 2026
affaan-m

Continuous Learning V2

@affaan-m

Low Risk

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 Agent
4.2183
Updated May 25, 2026
affaan-m

Redis Patterns

@affaan-m

Low Risk

Redis data structure patterns, caching strategies, distributed locks, rate limiting, pub/sub, and connection management for production applications.

TypeScript
4.1182
Updated May 25, 2026
affaan-m

Nuxt4 Patterns

@affaan-m

Low Risk

Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData.

nuxtvue
4.1178
Updated May 25, 2026
affaan-m

Unified Notifications Ops

@affaan-m

Low Risk

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.

MCP
4.2175
Updated May 25, 2026
affaan-m

Python Testing

@affaan-m

Low Risk

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

TDDUnit Test
4.3165
Updated May 25, 2026
affaan-m

Remotion Video Creation

@affaan-m

Low Risk

Best practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, captions, charts, transitions, and more.

TypeScript
4.2164
Updated May 25, 2026
affaan-m

gget

@affaan-m

Low Risk

gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics evidence logs.

PostgreSQL
4.3159
Updated May 25, 2026
affaan-m

Blender Motion State Inspection

@affaan-m

Low Risk

Use this skill when inspecting Blender characters, rigs, poses, animation retargeting, ground contact, facing direction, or model-vs-motion alignment where screenshots alone are not enough.

TypeScript
4.3154
Updated May 25, 2026
affaan-m

Configure ECC

@affaan-m

Low Risk

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.

e2e-testingTDDTypeScript
4.4153
Updated May 25, 2026
affaan-m

API Design

@affaan-m

Low Risk

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

Go
4.7152
Updated May 25, 2026
affaan-m

council

@affaan-m

Low Risk

Convene a four-voice council for ambiguous decisions, tradeoffs, and go/no-go calls. Use when multiple valid paths exist and you need structured disagreement before choosing.

Context
4.1147
Updated May 25, 2026
affaan-m

Agentic Os

@affaan-m

Low Risk

Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases.

AI AgentDeployment
4143
Updated May 25, 2026
affaan-m

Kotlin Exposed Patterns

@affaan-m

Low Risk

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.

kotlinNode.js
4.6132
Updated May 25, 2026
affaan-m

Springboot TDD

@affaan-m

Low Risk

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

TDDUnit Test
4.1131
Updated May 25, 2026
affaan-m

TDD Workflow

@affaan-m

Low Risk

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.

e2e-testingTDDUnit Test
4.8130
Updated May 25, 2026
affaan-m

Github Ops

@affaan-m

Low Risk

GitHub repository operations, automation, and management. Issue triage, PR management, CI/CD operations, release management, and security monitoring using the gh CLI. Use when the user wants to manage GitHub issues, PRs, CI status, releases, contributors, stale items, or any GitHub operational task

git
4.4125
Updated May 25, 2026
affaan-m

Quarkus Patterns

@affaan-m

Low Risk

Quarkus 3.x LTS architecture patterns with Camel for messaging, RESTful API design, CDI services, data access with Panache, and async processing. Use for Java Quarkus backend work with event-driven architectures.

Go
4.3124
Updated May 25, 2026
affaan-m

Frontend Design Direction

@affaan-m

Low Risk

Set an ECC-specific frontend design direction for production UI work. Use when building or improving websites, dashboards, applications, components, landing pages, visual tools, or any web UI that needs stronger product-specific design judgment.

TypeScript
4.3124
Updated May 25, 2026
affaan-m

Fal AI Media

@affaan-m

Low Risk

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.

Prompt
4.7124
Updated May 25, 2026
affaan-m

MySQL Patterns

@affaan-m

Low Risk

MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends.

mysqlPostgreSQL
4.7120
Updated May 25, 2026
affaan-m

Lead Intelligence

@affaan-m

Low Risk

AI-native lead intelligence and outreach pipeline. Replaces Apollo, Clay, and ZoomInfo with agent-powered signal scoring, mutual ranking, warm path discovery, source-derived voice modeling, and channel-specific outreach across email, LinkedIn, and X. Use when the user wants to find, qualify, and rea

Context
4.7117
Updated May 25, 2026
affaan-m

crosspost

@affaan-m

Low Risk

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.

TypeScript
4.1112
Updated May 25, 2026
affaan-m

Strategic Compact

@affaan-m

Low Risk

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

Research
4.1110
Updated May 25, 2026
affaan-m

Repo Scan

@affaan-m

Low Risk

Agent skill: Repo Scan

LLM
4.7101
Updated May 25, 2026
affaan-m

Agent Sort

@affaan-m

Low Risk

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.

AI Agentdjango
4.8100
Updated May 25, 2026
affaan-m

Nutrient Document Processing

@affaan-m

Low Risk

Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images.

TypeScript
4.1100
Updated May 25, 2026