Catalog pagination
Agent Skills catalog — page 8
These pages make the complete catalog reachable through standard HTML links. Use the main directory to search, filter, and compare Skills.
mcp-server-patterns
affaan-m/ECC
Updated todayBuild MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.
motion-ui
affaan-m/ECC
Updated todayProduction-ready UI motion system for React/Next.js. Use when implementing animations, transitions, or motion patterns.
network-interface-health
affaan-m/ECC
Updated todayDiagnose interface errors, drops, CRCs, duplex mismatches, flapping, speed negotiation issues, and counter trends on routers, switches, and Linux hosts.
production-scheduling
affaan-m/ECC
Updated todayCodified expertise for production scheduling, job sequencing, line balancing, changeover optimization, and bottleneck resolution in discrete and batch manufacturing. Informed by production schedulers with 15+ years experience. Includes TOC/drum-buffer-rope, SMED, OEE analysis, disruption response frameworks, and ERP/MES interaction patterns. Use when scheduling production, resolving bottlenecks, optimizing changeovers, responding to disruptions, or balancing manufacturing lines.
pubmed-database
affaan-m/ECC
Updated todayDirect PubMed and NCBI E-utilities search workflows for biomedical literature, MeSH queries, PMID lookup, citation retrieval, and API-backed literature monitoring.
redis-patterns
affaan-m/ECC
Updated todayRedisデータ構造パターン、キャッシング戦略、分散ロック、レート制限、Pub/Sub、本番アプリケーション用コネクション管理。
rust-testing
affaan-m/ECC
Updated todayRust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.
security-review
affaan-m/ECC
Updated today인증 추가, 사용자 입력 처리, 시크릿 관리, API 엔드포인트 생성, 결제/민감한 기능 구현 시 이 스킬을 사용하세요. 포괄적인 보안 체크리스트와 패턴을 제공합니다.
springboot-verification
affaan-m/ECC
Updated todayVerification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
strategic-compact
affaan-m/ECC
Updated todaySuggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
strategic-compact
affaan-m/ECC
Updated todaySuggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
ui-to-vue
affaan-m/ECC
Updated todayUse 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.
vite-patterns
affaan-m/ECC
Updated todayVite 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.
vue-patterns
affaan-m/ECC
Updated todayVue.js 3 Composition API patterns, component architecture, reactivity best practices, Pinia state management, Vue Router navigation, and Nuxt SSR patterns. Activates for Vue, Nuxt, Vite, or Pinia projects.
api-design
affaan-m/ECC
Updated todayREST API设计模式,包括资源命名、状态码、分页、过滤、错误响应、版本控制和生产API的速率限制。
automation-audit-ops
affaan-m/ECC
Updated todayEvidence-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.
autonomous-loops
affaan-m/ECC
Updated today自主Claude代码循环的模式与架构——从简单的顺序管道到基于RFC的多智能体有向无环图系统。
benchmark-methodology
affaan-m/ECC
Updated todayUse after competitive-platform-analysis has produced a tiered competitor set. Scores each competitor across nine weighted dimensions (positioning, voice, visual craft, offer packaging, evidence, enterprise-readiness, thought leadership, pricing, client's strategic tension) with explicit 1–5 rubrics and a tension-plot. Precedes competitive-report-structure.
cisco-ios-patterns
affaan-m/ECC
Updated todayCisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification.
click-path-audit
affaan-m/ECC
Updated todayTrace 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, or after any major refactor touching shared state stores.
code-tour
affaan-m/ECC
Updated todayCreate 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 "explain how this works" requests.
content-hash-cache-pattern
affaan-m/ECC
Updated todayCache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
content-hash-cache-pattern
affaan-m/ECC
Updated todayCache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
continuous-learning-v2
affaan-m/ECC
Updated today훅을 통해 세션을 관찰하고, 신뢰도 점수가 있는 원자적 본능을 생성하며, 이를 스킬/명령어/에이전트로 진화시키는 본능 기반 학습 시스템. v2.1에서는 프로젝트 간 오염을 방지하기 위한 프로젝트 범위 본능이 추가되었습니다.