Catalog pagination
Agent Skills catalog — page 17
These pages make the complete catalog reachable through standard HTML links. Use the main directory to search, filter, and compare Skills.
mailtrap-email-integration
affaan-m/ECC
Updated todayGuides agents through integrating transactional email sending via Mailtrap's Email API, including sandbox testing, domain verification, and API authentication. Use when implementing email-sending features, debugging delivery issues, or setting up safe dev/staging email testing.
plankton-code-quality
affaan-m/ECC
Updated today使用Plankton进行编写时代码质量强制执行——通过钩子在每次文件编辑时自动格式化、代码检查和Claude驱动的修复。
postgres-patterns
affaan-m/ECC
Updated todayPostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
project-guidelines-example
affaan-m/ECC
Updated todayProject-specific skill template covering architecture, patterns, testing, and deployment guidance.
project-guidelines-example
affaan-m/ECC
Updated todayProject-specific skill template covering architecture, patterns, testing, and deployment guidance.
python-testing
affaan-m/ECC
Updated today使用pytest的Python测试策略,包括TDD方法、夹具、模拟、参数化和覆盖率要求。
quarkus-security
affaan-m/ECC
Updated todayBuenas prácticas de seguridad en Quarkus para autenticación, autorización, JWT/OIDC, RBAC, validación de entrada, CSRF, gestión de secretos y seguridad de dependencias.
springboot-patterns
affaan-m/ECC
Updated todayPatrones de arquitectura Spring Boot, diseño de API REST, servicios en capas, acceso a datos, caché, procesamiento asíncrono y logging. Usar para trabajo de backend en Java con Spring Boot.
x-api
affaan-m/ECC
Updated todayX/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.
agent-architecture-audit
affaan-m/ECC
Updated todayエージェントおよび LLM アプリケーション向けのフルスタック診断。12 層のエージェントスタックにおけるラッパーリグレッション、メモリ汚染、ツール規律の失敗、隠れた修復ループ、レンダリング破損を監査します。重要度順の発見事項とコードファーストの修正を生成します。エージェントアプリケーション、自律ループ、または LLM を活用した機能を構築する開発者に必須です。
autonomous-agent-harness
affaan-m/ECC
Updated today将 Claude Code 转变为具有持久记忆、定时操作、计算机使用和任务队列的完全自主代理系统。通过利用 Claude Code 的原生定时任务、调度、MCP 工具和记忆,取代独立的代理框架(Hermes、AutoGPT)。当用户需要持续自主操作、定时任务或自我导向的代理循环时使用。
backend-patterns
affaan-m/ECC
Updated today后端架构模式、API设计、数据库优化以及适用于Node.js、Express和Next.js API路由的服务器端最佳实践。
coding-standards
affaan-m/ECC
Updated todayUniversal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
dotnet-patterns
affaan-m/ECC
Updated todayIdiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications.
laravel-tdd
affaan-m/ECC
Updated todayTest-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.
lead-intelligence
affaan-m/ECC
Updated todayAI原生的潜在客户情报与外联管道。取代Apollo、Clay和ZoomInfo,提供基于代理的信号评分、相互排名、温暖路径发现、来源驱动的语音建模以及跨电子邮件、LinkedIn和X的渠道特定外联。当用户想要查找、筛选并联系高价值联系人时使用。
ml-adoption-playbook
affaan-m/ECC
Updated todayEnd-to-end methodology for AI agents and software engineers to add machine learning algorithms to existing non-ML codebases. Covers problem framing, data readiness, architectural decoupling, and baseline model integration.
nextjs-turbopack
affaan-m/ECC
Updated todayNext.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
skill-comply
affaan-m/ECC
Updated todayVisualize 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
springboot-verification
affaan-m/ECC
Updated todayBucle de verificación para proyectos Spring Boot: build, análisis estático, pruebas con cobertura, escaneos de seguridad y revisión de diff antes del lanzamiento o PR.
x-api
affaan-m/ECC
Updated todayツイートの投稿、スレッド、タイムラインの読み取り、検索、分析のためのX/Twitter API統合。OAuth認証パターン、レートリミット、プラットフォームネイティブなコンテンツ投稿をカバーする。ユーザーがプログラムでXと対話したい場合に使用する。
x-api
affaan-m/ECC
Updated todayX/Twitter API集成,用于发布推文、线程、读取时间线、搜索和分析。涵盖OAuth认证模式、速率限制和平台原生内容发布。当用户希望以编程方式与X交互时使用。
android-clean-architecture
affaan-m/ECC
Updated todayAndroid と Kotlin Multiplatform プロジェクトのクリーンアーキテクチャパターン — モジュール構造、依存関係ルール、UseCase、Repository、データ層パターン。
architecture-decision-records
affaan-m/ECC
Updated todayコーディングセッション中にアーキテクチャ決定を構造化ADRとして記録し、自動的に決定の瞬間を検出し、コンテキスト、検討された代替案、根拠を記録します。今後の開発者がコードベースの形成理由を理解するためのADRログを維持します。