implexa
back to leaderboard
AF

@affaan-m

contributor on implexa, with 200 skills ranked by SkillRank across 2 sources.

affaan-m on githubpublishes to skills.shpublishes to smithery
skills
200
avg SkillRank
6.6
55 scored / 200 total
total stars
128,181
across 5 repos
total installs
11
across 5 repos

skills, ranked by SkillRank

scoresourceskill
8.3skills.sh
django-celery
django-celery covers production async task patterns including configuration, idempotent design, retries with backoff, beat scheduling, canvas workflows, error handling, testing strategies, and monitoring. addresses broker setup, time limits, graceful degradation.
8.3skills.sh
hexagonal-architecture
hexagonal-architecture covers ports and adapters pattern, domain-centric design, dependency inversion, and testable use-case orchestration. includes concrete typescript examples, multi-language mapping, and slice-by-slice migration playbook for refactoring legacy systems.
8.2skills.sh
regex-vs-llm-structured-text
regex-vs-llm-structured-text provides a cost-optimized decision framework and hybrid pipeline for parsing structured text. starts with deterministic regex (95-98% coverage) and routes low-confidence cases to llm validation, reducing api calls by ~95% vs all-llm approaches.
8.2skills.sh
netmiko-ssh-automation
netmiko-ssh-automation covers safe python patterns for read-only network device collection via ssh, bounded batch operations, textfsm parsing, and guarded configuration changes with explicit timeout and error handling.
8.2skills.sh
security-review
security-review covers ten core vulnerability categories with code examples, verification checklists, and concrete do/don't patterns. pragmatic guidance for secrets, input validation, sql injection, auth, xss, csrf, rate limiting, data exposure, blockchain, and dependency management.
8.2skills.sh
healthcare-cdss-patterns
healthcare-cdss-patterns provides three core modules for building patient-safety-critical clinical decision support: drug interaction checking with severity classification, dose validation accounting for weight/age/renal function, and NEWS2 clinical scoring. emphasizes pure functions, testability, and blocking unsafe prescriptions.
8.2skills.sh
perl-testing
perl-testing covers test-driven development workflows using Test2::V0 and Test::More, with patterns for assertions, mocking via Test::MockModule, coverage measurement via Devel::Cover, and prove test orchestration.
8.1skills.sh
api-design
api-design covers rest api conventions and patterns including resource naming, http methods, status codes, pagination strategies, filtering, authentication, rate limiting, versioning, and implementation examples in typescript, python, and go.
7.9skills.sh
security-scan
security-scan audits claude code configuration for vulnerabilities across secrets, permissions, mcp servers, and hooks using agentshield. supports multiple output formats, auto-fix for safe issues, and optional deep analysis via claude opus.
7.9skills.sh
laravel-tdd
laravel-tdd covers test-driven development for Laravel using PHPUnit and Pest, with practical patterns for factories, model/feature/API testing, mocking external services, and authorization verification.
7.8skills.sh
make-interfaces-feel-better
make-interfaces-feel-better provides concrete design-engineering tactics for polish: concentric radius math, optical alignment, shadow layering, text wrapping strategies, motion timing, and hit area sizing. actionable for component reviews and frontend refinement.
7.8skills.sh
frontend-slides
frontend-slides builds zero-dependency, browser-native HTML presentations with animation, viewport constraints, and deliberate design. covers new decks, ppt conversion, and enhancement of existing slides with style discovery workflow and cross-platform delivery.
7.8skills.sh
docker-patterns
docker-patterns covers compose setup for multi-service local development, dockerfile hardening across dev/prod stages, networking isolation, volume strategies, and security practices including non-root users and secret management.
7.8skills.sh
java-coding-standards
java-coding-standards covers naming, immutability, optional usage, streams, exceptions, and dependency injection patterns for spring boot and quarkus services, with framework-specific guidance and concrete pass/fail examples.
7.6skills.sh
swiftui-patterns
swiftui-patterns documents modern state management with @Observable, view composition strategies, type-safe navigation via NavigationStack, and rendering performance optimization. covers anti-patterns and references related skills.
7.6skills.sh
plankton-code-quality
plankton-code-quality enforces formatting and linting on every file edit via posttooluse hooks, auto-fixes ~40-50% of violations silently, and routes remaining issues to tiered claude subprocesses (haiku/sonnet/opus) based on complexity. includes defense against config tampering.
7.4skills.sh
jira-integration
jira-integration provides mcp-atlassian tooling and direct rest api patterns for retrieving tickets, extracting acceptance criteria, updating status, adding comments, and searching via jql. includes ticket analysis framework and update workflows.
7.3skills.sh
golang-patterns
golang-patterns covers idiomatic Go conventions through code examples across error handling, concurrency, interfaces, and package design. teaches best practices via paired good/bad examples but lacks explicit activation triggers and systematic failure mode analysis.
7.3skills.sh
springboot-verification
springboot-verification orchestrates a multi-phase build and release gate combining compilation, static analysis, test coverage validation, dependency scanning, and secrets detection. execution produces a structured report indicating readiness for pr or deployment.
7.3skills.sh
laravel-verification
laravel-verification chains environment checks, linting, static analysis, test coverage, security audits, and deployment readiness gates in enforced sequence. use before prs, after refactors, or pre-deploy to catch issues early.
7.3skills.sh
deep-research
deep-research conducts multi-source web investigations via firecrawl and exa MCPs, breaking topics into sub-questions, executing parallel searches, deep-reading key sources, and delivering cited reports with explicit methodology and confidence levels.
7.2skills.sh
django-security
django-security covers production hardening, authentication, authorization, and protection against injection/xss attacks with configuration examples and code patterns. practical but lacks deployment validation workflows.
7.2skills.sh
git-workflow
git-workflow covers branching strategies (github flow, trunk-based, gitflow), commit conventions, merge vs rebase decisions, pr workflows, conflict resolution, and release management with practical examples and anti-patterns.
7.2smithery
springboot-verification
affaan-m-springboot-verification orchestrates a six-stage validation pipeline for spring boot services: build verification, static analysis (spotbugs/pmd/checkstyle), unit and integration testing with coverage reporting, dependency and secrets scanning, formatting checks, and pre-commit diff review.
7.2skills.sh
llm-trading-agent-security
llm-trading-agent-security covers layered defense patterns for transaction-signing agents: prompt injection detection, spend limits, pre-send simulation, circuit breakers, and wallet isolation. includes code examples and a pre-deploy checklist.
7.2skills.sh
literature-review
literature-review covers systematic and narrative workflows for academic research synthesis, including search planning, deduplication, staged screening, data extraction, and thematic synthesis with explicit confidence grading.
7.1skills.sh
investor-outreach
investor-outreach structures cold emails, warm intros, and follow-ups with rules for personalization, concrete asks, and proof-driven messaging. enforces hard bans on generic language and requires explicit tie-ins to investor thesis or portfolio.
7.1skills.sh
investor-materials
investor-materials ensures pitch decks, memos, financial models, and accelerator applications stay internally consistent by anchoring all claims to a verified source of truth before drafting.
6.9skills.sh
eval-harness
eval-harness provides a structured framework for test-driven development in Claude Code sessions, covering eval definition, execution, and reliability metrics (pass@k) for regression and capability testing across model versions.
6.9skills.sh
fal-ai-media
fal-ai-media wraps image, video, and audio generation across multiple vendor models (nano banana, seedance, kling, veo 3, csm-1b) via mcp. explicitly warns of drift risk and provides concrete examples with parameter tables and cost estimation.
6.8smithery
java-coding-standards
affaan-m-java-coding-standards covers naming, immutability, optional handling, streams, exceptions, generics and project layout for spring boot services. establishes principles but lacks actionable decision logic for enforcement.
6.8skills.sh
research-ops
research-ops coordinates multi-source evidence workflows for current-state lookups, comparisons, and recommendations. it routes between specialized skills (exa-search, deep-research, market-research, lead-intelligence) based on question type and enforces explicit sourcing boundaries.
6.3skills.sh
network-bgp-diagnostics
network-bgp-diagnostics provides read-only troubleshooting patterns for neighbor state transitions, prefix exchange validation, and policy filtering inspection without operational changes.
6.3skills.sh
article-writing
article-writing guides long-form content creation with emphasis on concrete examples, tight prose, and authentic voice. it covers blog posts, essays, guides, and newsletters with rules against filler and fake credibility.
6.2smithery
configure-ecc
affaan-m-configure-ecc is an interactive installer that walks users through selecting, installing, and verifying skills and rules for the everything claude code project across user or project-level directories, with optional post-install optimization.
6.1skills.sh
hermes-imports
hermes-imports converts operator-specific workflows into sanitized, reusable ecc skills by stripping private state, local paths, and credentials while preserving operational intent for cross-team handoff and publication.
5.8skills.sh
workspace-surface-audit
workspace-surface-audit inventories repo config, env keys, plugins, mcp servers, and connected apps to surface gaps and recommend ecc-native skills. output organizes findings into current state, parity analysis, primitive gaps, missing integrations, and prioritized next moves.
5.8skills.sh
android-clean-architecture
android-clean-architecture outlines module boundaries, layered patterns, and data flow design for kotlin projects. covers repositories, usecases, and common frameworks like room and koin without actionable procedural depth.
5.8skills.sh
everything-claude-code-conventions
everything-claude-code-conventions documents commit message formats, code style rules, and common development workflows observed across 500+ commits. covers javascript patterns, testing conventions, and structured workflows for features, skills, agents, and commands.
5.7skills.sh
configure-ecc
interactive installation wizard for everything claude code that guides users through selective skill and rule installation with verification and optimization steps.
5.6skills.sh
network-config-validation
network-config-validation provides regex-based pre-flight checks for cisco ios configuration snippets, flagging dangerous commands, duplicate addresses, and subnet overlaps before deployment. requires manual engineer review of findings.
5.4skills.sh
unified-notifications-ops
unified-notifications-ops consolidates fragmented notification sources (github, linear, chat, hooks) into a single operator surface with severity, ownership, and routing clarity. covers the policy layer, not individual alert setup.
5.3skills.sh
design-system
design-system covers generation, auditing, and ai slop detection for ui consistency. three modes analyze css patterns, score visual dimensions, and flag generic design choices across codebases and live sites.
5.2skills.sh
kotlin-patterns
kotlin-patterns covers idiomatic conventions across null safety, immutability, sealed types, coroutines, extension functions, dsl builders, and gradle configuration without worked examples or actionable procedures.
5.2skills.sh
crosspost
crosspost distributes content across x, linkedin, threads, and bluesky with platform-specific adaptation. enforces voice consistency and rejects cookie-cutter repurposing without detailing the actual distribution mechanism or error handling.
5.2skills.sh
terminal-ops
terminal-ops guides evidence-first command execution and narrow repository fixes with verification, pulling in specialized skills for testing, security, ci, and knowledge capture as needed.
5.2skills.sh
customer-billing-ops
customer-billing-ops guides investigation and remediation of subscription issues, refunds, and churn via connected billing platforms. covers diagnosis, safe fix selection, and follow-up communication for real customer problems.
5.1skills.sh
opensource-pipeline
opensource-pipeline chains three agents (forker, sanitizer, packager) to prepare private codebases for public release. skips detail on how secrets are actually detected and stripped, and outcome measurement remains unspecified.
4.9skills.sh
pubmed-database
pubmed-database covers ncbi e-utilities integration for biomedical literature retrieval via pmid lookup, mesh queries, and boolean search construction, though execution detail is sparse.
4.8skills.sh
springboot-tdd
springboot-tdd covers unit, web, integration and persistence testing with junit 5, mockito, mockmvc, and testcontainers. targets feature work, bug fixes and refactoring with jacoco coverage enforcement.
4.8skills.sh
clickhouse-io
clickhouse-io outlines activation contexts for column-oriented analytics (schema design, query optimization, data ingestion, migration), but lacks procedural depth, concrete decision logic, and failure recovery patterns.
4.3skills.sh
nutrient-document-processing
nutrient-document-processing provides access to nutrient's commercial api for document conversion, ocr, text extraction, redaction, watermarking, and form filling across pdf, docx, xlsx, pptx, html, and image formats. coverage is incomplete in the provided documentation.
4.3skills.sh
ai-first-engineering
ai-first-engineering outlines principles for organizing teams using ai code generation, emphasizing planning rigor and architectural clarity over conventional development metrics.
4.2skills.sh
energy-procurement
energy-procurement captures domain knowledge about multi-site electricity and gas buying across regulated and deregulated markets, including tariff optimization, demand charge mitigation, renewable ppa evaluation, and hedging strategy. lacks actionable procedure for actual procurement execution.
4.2skills.sh
browser-qa
browser-qa automates visual regression and interaction testing post-deployment using browser automation tools, targeting staging validation and cross-page ui verification before release.
skills.sh
homelab-pihole-dns
Pi-hole installation, blocklist management, DNS-over-HTTPS setup, DHCP integration, local DNS records, and troubleshooting broken DNS resolution on a home…
skills.sh
homelab-vlan-segmentation
Segmenting home networks into VLANs for IoT, guest, trusted, and server traffic using UniFi, pfSense/OPNsense, and MikroTik — including switch trunk config,…
skills.sh
fsharp-testing
F# testing patterns with xUnit, FsUnit, Unquote, FsCheck property-based testing, integration tests, and test organization best practices. Use when writing F#…
skills.sh
quarkus-verification
Verification loop for Quarkus projects: build, static analysis, tests with coverage, security scans, native compilation, and diff review before release or PR.
skills.sh
uspto-database
USPTO patent and trademark data workflow for official record lookup, PatentSearch queries, TSDR checks, assignment data, and reproducible IP research logs. Use…
skills.sh
gget
gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics…
skills.sh
quarkus-tdd
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…
skills.sh
cost-tracking
Track and report Claude Code token usage, spending, and budgets from the local ECC cost-tracker metrics log. Use when the user asks about costs, spending,…
skills.sh
skill-scout
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…
skills.sh
quarkus-security
Quarkus Security best practices for authentication, authorization, JWT/OIDC, RBAC, input validation, CSRF, secrets management, and dependency security. Use…
skills.sh
tinystruct-patterns
Expert guidance for developing with the tinystruct Java framework. Use when working on the tinystruct codebase or any project built on tinystruct — including…
skills.sh
quarkus-patterns
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…
skills.sh
homelab-wireguard-vpn
WireGuard VPN server setup, peer configuration, key generation, split tunneling vs full tunnel routing, and remote access to a home network from mobile and…
skills.sh
network-bgp-diagnostics
Diagnostics-only BGP troubleshooting patterns for neighbor state, route exchange, prefix policy, AS path inspection, and safe evidence collection. Use when a…
skills.sh
network-config-validation
Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references,…
skills.sh
homelab-network-readiness
Readiness checklist for homelab VLAN segmentation, local DNS filtering, and WireGuard-style remote access before changing router, firewall, DHCP, or VPN…
skills.sh
mle-workflow
Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when…
skills.sh
netmiko-ssh-automation
Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and network automation error…
skills.sh
skill-stocktake
Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch…
skills.sh
agentic-os
Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled…
skills.sh
ecc-guide
Guide users through ECC's current agents, skills, commands, hooks, rules, install profiles, and project onboarding by reading the live repository surface…
skills.sh
motion-foundations
Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react.…
skills.sh
ios-icon-gen
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+…
skills.sh
homelab-network-setup
Practical home and homelab network planning for gateways, switches, access points, IP ranges, DHCP reservations, DNS, cabling, and common beginner mistakes.…
skills.sh
ui-to-vue
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.
skills.sh
motion-advanced
Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate),…
skills.sh
pubmed-database
Direct PubMed and NCBI E-utilities search workflows for biomedical literature, MeSH queries, PMID lookup, citation retrieval, and API-backed literature…
skills.sh
redis-patterns
Redis data structure patterns, caching strategies, distributed locks, rate limiting, pub/sub, and connection management for production applications. Use when…
skills.sh
mysql-patterns
MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends. Use when designing MySQL or MariaDB…
skills.sh
motion-ui
Production-ready UI motion system for React/Next.js. Use when implementing animations, transitions, or motion patterns.
skills.sh
vite-patterns
Vite build tool patterns including config, plugins, HMR, env variables, proxy setup, SSR, library mode, dependency pre-bundling, and build optimization.…
skills.sh
frontend-design-direction
Set an ECC-specific frontend design direction for production UI work. Use when building or improving websites, dashboards, applications, components, landing…
skills.sh
everything-claude-code
Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.
skills.sh
messages-ops
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,…
skills.sh
research-ops
Evidence-first current-state research workflow for ECC. Use when the user wants fresh facts, comparisons, enrichment, or a recommendation built from current…
skills.sh
project-flow-ops
Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear…
skills.sh
code-tour
Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture…
skills.sh
product-capability
Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and…
skills.sh
agent-sort
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…
skills.sh
workspace-surface-audit
Audit the active repo, MCP servers, plugins, connectors, env surfaces, and harness setup, then recommend the highest-value ECC-native skills, hooks, agents,…
skills.sh
google-workspace-ops
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…
skills.sh
openclaw-persona-forge
为 OpenClaw AI Agent 锻造完整的龙虾灵魂方案。根据用户偏好或随机抽卡, 输出身份定位、灵魂描述(SOUL.md)、角色化底线规则、名字和头像生图提示词。 如当前环境提供已审核的生图 skill,可自动生成统一风格头像图片。 当用户需要创建、设计或定制 OpenClaw 龙虾灵魂时使用。…
skills.sh
security-bounty-hunter
Hunt for exploitable, bounty-worthy security issues in repositories. Focuses on remotely reachable vulnerabilities that qualify for real reports instead of…
skills.sh
customer-billing-ops
Operate customer billing workflows such as subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis using connected billing tools like…
skills.sh
agent-introspection-debugging
Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. Use when an agent run fails…
skills.sh
healthcare-eval-harness
Patient safety evaluation harness for healthcare application deployments. Automated test suites for CDSS accuracy, PHI exposure, clinical workflow integrity,…
skills.sh
healthcare-cdss-patterns
Clinical Decision Support System (CDSS) development patterns. Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity…
skills.sh
manim-video
Build reusable Manim explainers for technical concepts, graphs, system diagrams, and product walkthroughs, then hand off to the wider ECC video stack if…
skills.sh
product-lens
Use this skill to validate the "why" before building, run product diagnostics, and pressure-test product direction before the request becomes an implementation…
skills.sh
accessibility
Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA. Use when building or auditing UI that must meet WCAG 2.2 Level AA, or when…
skills.sh
dart-flutter-patterns
Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks…
skills.sh
safety-guard
Use this skill to prevent destructive operations when working on production systems or running agents autonomously.
skills.sh
laravel-plugin-discovery
Discover and evaluate Laravel packages via LaraPlugins.io MCP. Use when the user wants to find plugins, check package health, or assess Laravel/PHP…
skills.sh
healthcare-emr-patterns
EMR/EHR development patterns for healthcare applications. Clinical safety, encounter workflows, prescription generation, clinical decision support integration,…
skills.sh
repo-scan
Bootstrap pointer that installs the external repo-scan skill from a pinned, reviewable commit. Use when repo-scan must be installed before running its…
skills.sh
everything-claude-code-conventions
Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.
skills.sh
brand-voice
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…
skills.sh
seo
Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the…
skills.sh
nestjs-patterns
NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends. Use…
skills.sh
nuxt4-patterns
Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData. Use when building…
skills.sh
git-workflow
Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices…
skills.sh
perl-testing
Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology. Use when writing Perl tests with…
skills.sh
perl-security
Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and…
skills.sh
team-builder
Interactive agent picker for composing and dispatching parallel teams. Use when composing and dispatching a parallel team of agents for a task.
skills.sh
perl-patterns
Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications. Use when writing or reviewing modern Perl 5.36+…
skills.sh
x-api
X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native…
skills.sh
claude-devfleet
Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured…
skills.sh
browser-qa
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
skills.sh
agent-eval
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics. Use when…
skills.sh
videodb
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…
skills.sh
quality-nonconformance
Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated…
skills.sh
fal-ai-media
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),…
skills.sh
design-system
Use this skill to generate or audit design systems, check visual consistency, and review PRs that touch styling. Use when generating or auditing a design…
skills.sh
customs-trade-compliance
Codified expertise for customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple…
skills.sh
context-budget
Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized…
skills.sh
visa-doc-translate
Translate visa application documents (images) to English and create a bilingual PDF with original and translation. Use when visa application document images…
skills.sh
exa-search
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…
skills.sh
kotlin-testing
Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin…
skills.sh
flutter-dart-code-review
Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals),…
skills.sh
pytorch-patterns
PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.…
skills.sh
swift-concurrency-6-2
Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.…
skills.sh
swift-protocol-di-testing
Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing. Use when…
skills.sh
investor-outreach
Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs,…
skills.sh
compose-multiplatform-patterns
Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI. Use when…
skills.sh
architecture-decision-records
Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered,…
skills.sh
laravel-tdd
Laravel testing strategies with PHPUnit, Pest, model factories, HTTP tests, Sanctum authentication testing, mocking, and coverage. Use when writing Laravel…
skills.sh
content-engine
Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social…
skills.sh
rust-patterns
Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications. Use when writing or…
skills.sh
springboot-verification
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
skills.sh
kotlin-coroutines-flows
Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing. Use when writing…
skills.sh
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…
skills.sh
rust-testing
Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology. Use when…
skills.sh
jpa-patterns
JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot. Use when…
skills.sh
eval-harness
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles. Use when a Claude Code workflow needs a formal eval…
skills.sh
django-tdd
Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs. Use when writing Django…
skills.sh
springboot-tdd
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
skills.sh
laravel-patterns
Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps. Use when…
skills.sh
laravel-security
Laravel security best practices — authentication, authorization, Eloquent safety, CSRF, XSS prevention, API security, and secure deployment configurations. Use…
skills.sh
database-migrations
Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs…
skills.sh
liquid-glass-design
iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit. Use when building…
skills.sh
strategic-compact
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction. Use when a session is…
skills.sh
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…
skills.sh
market-research
Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use…
skills.sh
java-coding-standards
Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage, streams, exceptions, generics, CDI, reactive patterns, and…
skills.sh
tdd-workflow
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration,…
skills.sh
django-patterns
Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps. Use when building…
skills.sh
video-editing
AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion,…
skills.sh
postgres-patterns
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices. Use when designing PostgreSQL…
skills.sh
frontend-slides
Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a…
skills.sh
python-patterns
Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications. Use when writing or…
skills.sh
docker-patterns
Docker and Docker Compose patterns for local development, hardened CLI installer harnesses, container security, networking, volumes, and multi-service…
skills.sh
golang-testing
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices. Use…
skills.sh
coding-standards
Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for…
skills.sh
frontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. Use when building or reviewing React or…
skills.sh
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. Use when…
skills.sh
frontend-a11y
Accessibility patterns for React and Next.js — semantic HTML, ARIA attributes, form labeling, keyboard navigation, focus management, and screen reader support.…
skills.sh
evm-token-decimals
Prevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe…
skills.sh
messages-ops
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,…
skills.sh
code-tour
Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture…
skills.sh
ck
Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory.…
skills.sh
canary-watch
Use this skill to monitor and verify a deployed URL after releases — checks HTTP endpoints, SSE streams, static assets, console errors, and performance…
skills.sh
council
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…
skills.sh
seo
Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the…
skills.sh
team-builder
Interactive agent picker for composing and dispatching parallel teams
skills.sh
agent-eval
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
skills.sh
videodb
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…
skills.sh
production-scheduling
Codified expertise for production scheduling, job sequencing, line balancing, changeover optimization, and bottleneck resolution in discrete and batch…
skills.sh
enterprise-agent-ops
Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.
skills.sh
exa-search
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…
skills.sh
ai-regression-testing
Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns…
skills.sh
foundation-models-on-device
Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.
skills.sh
content-hash-cache-pattern
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
skills.sh
kotlin-coroutines-flows
Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.
skills.sh
agentic-engineering
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
skills.sh
verification-loop
A comprehensive verification system for Claude Code sessions.
skills.sh
database-migrations
Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs…
skills.sh
strategic-compact
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
skills.sh
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…
skills.sh
springboot-security
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
skills.sh
continuous-learning-v2
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into…
skills.sh
frontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
skills.sh
fastapi-patterns
FastAPI best practices covering project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional…
skills.sh
motion-foundations
Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react.…
skills.sh
cost-tracking
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,…
skills.sh
cisco-ios-patterns
cisco-ios-patterns — an installable skill for AI agents, published by affaan-m/everything-claude-code.