
π―Skills152
A skill from the ECC (harness-native operator system for agentic work) that provides React and Next.js frontend patterns. Part of a comprehensive system with 60+ specialized subagents, skills, instincts, memory optimization, and security scanning, working across Claude Code, Codex, Cursor, Gemini, and other AI agent harnesses.
Provides REST API design patterns including pagination, error response conventions, and best practices as part of the ECC (Everything Claude Code) cross-harness operator system for agentic development workflows.
A skill from the ECC (harness-native operator system) that provides API, database, and caching patterns for backend development. ECC is a comprehensive agent harness system with 232 skills, 60 agents, and hooks for Claude Code, Codex, Cursor, and other AI coding assistants, featuring meta-cognition, continuous learning, and security scanning.
Part of ECC, the harness-native operator system for agentic work, providing frontend design direction guidance within a comprehensive skills framework covering React, Next.js patterns, design systems, and cross-platform development across Claude Code, Codex, Cursor, and other AI agent harnesses.
A skill from the ECC (harness-native operator system) that provides screen reader support, WCAG compliance guidance, and accessibility best practices for development workflows. ECC is a comprehensive agent harness system with 232 skills, 60 agents, and cross-platform support for Claude Code, Codex, Cursor, and other AI coding assistants.
A skill for generating, auditing, and scoring design systems across 10 visual dimensions, detecting AI-generated design patterns ("AI slop"), and producing design tokens, preview pages, and consistency reports.
A skill for creating zero-dependency, animation-rich HTML presentations that run entirely in the browser, with support for PowerPoint conversion, visual style exploration, viewport-safe layouts, and keyboard/touch/wheel navigation.
A skill that captures architectural decisions made during coding sessions as structured ADR documents, detecting decision moments in conversation and recording context, alternatives considered, and consequences using Michael Nygard's lightweight ADR format.
A comprehensive guide to idiomatic Python patterns covering type hints, error handling, context managers, comprehensions, generators, dataclasses, decorators, concurrency, package organization, and performance optimization best practices.
PostgreSQL quick-reference patterns for query optimization, schema design, indexing strategies (B-tree, GIN, BRIN, partial, covering), Row Level Security, cursor pagination, queue processing with SKIP LOCKED, and anti-pattern detection queries.
Produces thorough, cited research reports by searching multiple web sources using Firecrawl and Exa MCP tools, with multi-angle query planning, source cross-referencing, and structured report generation with inline citations.
An instinct-based learning system that observes Claude Code sessions via hooks, extracts atomic behavioral patterns with confidence scoring, and evolves them into reusable skills, commands, and agents with project-scoped isolation to prevent cross-project contamination.
A skill that fetches up-to-date library and framework documentation via the Context7 MCP server, replacing reliance on training data when answering questions about APIs, code examples, and configuration for libraries like React, Next.js, Prisma, and Supabase.
A skill providing database migration best practices including safe schema changes with zero-downtime expand-contract patterns, batch data migrations, concurrent index creation, and ORM-specific workflows for Prisma, Drizzle, Kysely, Django, and golang-migrate.
Comprehensive Python testing guidance using pytest, covering TDD methodology, fixtures with scopes, parametrization, mocking/patching, async testing, exception testing, and coverage requirements with 80%+ targets.
A skill that defines the engineering operating model for teams where AI agents generate a large share of implementation output, covering process shifts, agent-friendly architecture requirements, AI-first code review practices, and elevated testing standards.
A skill for designing and optimizing AI agent action spaces, covering tool definition granularity, observation formatting with structured responses, error recovery contracts, context budgeting strategies, and architecture pattern guidance for ReAct vs function-calling workflows.
A skill for AI-agent-driven engineering workflows that teaches eval-first execution loops, task decomposition into 15-minute verifiable units, cost-aware model routing across Haiku/Sonnet/Opus tiers, and disciplined session management strategies.
Part of the ECC (Everything Claude Code) harness-native operator system, providing prompt optimization workflows for agentic development across 12+ language ecosystems with skills, rules, hooks, and continuous learning.
Production-ready animation patterns for React and Next.js using Motion (formerly Framer Motion), covering button feedback, stagger lists, modals, toasts, page transitions, scroll reveals, expanding cards, and shared-element crossfades with accessibility support.
Docker and Docker Compose best practices for local development, covering multi-stage Dockerfiles, service discovery, volume strategies, container security hardening, secret management, and debugging with common commands.
A skill covering production deployment workflows including rolling, blue-green, and canary strategies, multi-stage Docker containerization for Node.js/Go/Python, CI/CD pipeline patterns with GitHub Actions, health check endpoints, Kubernetes probes, rollback strategies, and production readiness checklists.
A skill for complex, interactive, and physics-based animation patterns in React/Next.js using motion/react, covering drag-and-drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences with useAnimate, and loading state components.
A comprehensive, 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.
A production-ready UI motion system for React/Next.js focused on performance, accessibility, and usability, providing motion tokens, patterns for hover/tap/scroll interactions, modal animations, shared layout transitions, and reduced motion support.
A skill for building operator-focused monitoring dashboards for platforms like Grafana and SigNoz, structured around real operational questions like health, bottlenecks, and actionable changes rather than vanity metrics.
A structured self-debugging workflow for AI agents that guides through four phases β failure capture, root-cause diagnosis against known patterns, contained recovery with minimal actions, and an introspection report β to systematically resolve loops, context drift, and tool failures.
PyTorch deep learning best practices covering device-agnostic code, reproducibility setup, model architecture patterns, training/validation loops with mixed precision, efficient data pipelines, checkpointing, gradient checkpointing, and torch.compile optimization.
A skill that systematically analyzes an unfamiliar codebase through reconnaissance, architecture mapping, and convention detection to produce a structured onboarding guide and a starter CLAUDE.md file for new team members or first-time Claude Code setup.
A testing skill focused on catching AI-introduced regressions, particularly sandbox/production path mismatches and SELECT clause omissions, using sandbox-mode API testing with Vitest to prevent bugs that AI self-review consistently misses.
Automates visual testing and UI interaction verification using browser automation tools (Playwright, Puppeteer, or Chrome MCP), running smoke tests, interaction tests, visual regression checks, and accessibility audits against live pages.
The foundation layer of a React/Next.js motion system that defines shared motion tokens (duration, easing, distance, scale), spring presets, performance rules, device adaptation, accessibility enforcement with reduced motion support, and SSR-safe animation defaults.
A skill providing robust error handling patterns across TypeScript, Python, and Go, covering typed error hierarchies, Result pattern, API error handlers, React error boundaries, retry with exponential backoff, circuit breakers, and user-facing error messages.
An audit-first skill for inventorying and classifying all live automations (cron jobs, GitHub Actions, hooks, MCP servers, connectors) by their operational state, identifying overlaps and breakages, and recommending keep/merge/cut/fix-next actions.
A skill providing production-oriented FastAPI patterns including application factory setup, Pydantic request/response schemas, async endpoints with dependency injection, centralized error handling, OpenAPI customization, testing with dependency overrides, and security/performance checklists.
Idiomatic Go development patterns covering error handling with wrapping and sentinel errors, concurrency with worker pools and errgroup, interface design, functional options, package organization, and memory optimization best practices.
A skill for building new API connectors or integration providers by matching the host repository's existing pattern for file layout, config schema, auth model, error handling, test style, and registration wiring.
A collection of patterns and architectures for running Claude Code autonomously in loops, from simple sequential pipelines and NanoClaw REPL sessions to RFC-driven multi-agent DAG orchestration systems with merge queues and quality gates.
Provides production-tested Prisma ORM patterns for TypeScript backends, covering schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count instead of records, $transaction timeouts, and serverless connection exhaustion.
Part of the ECC harness-native operator system providing MySQL database patterns and best practices for AI agent workflows. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills spanning 12 language ecosystems.
A skill that transforms Claude Code into a fully autonomous agent system with persistent memory, scheduled cron operations, computer use, task queuing, and remote dispatch, replacing standalone agent frameworks like Hermes or AutoGPT.
A comprehensive guide to idiomatic Rust patterns covering ownership and borrowing, error handling with thiserror/anyhow, enums and pattern matching, traits and generics, concurrency with Arc/Mutex and async/Tokio, and module organization best practices.
A comprehensive Angular development skill providing architectural guidance on components, signals-based reactivity, forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling with Tailwind CSS, testing, and Angular CLI tooling.
A skill for converting local Hermes operator workflows into sanitized ECC skills and release-pack artifacts, stripping private state, credentials, and local paths to make workflows safe for public reuse.
Production-grade NestJS architecture patterns covering module/controller/provider structure, DTO validation with class-validator, guards and auth, exception filters, environment-validated config, persistence patterns, and testing strategies.
A development conventions skill for the everything-claude-code repository, documenting its JavaScript project structure, conventional commit format, naming conventions, testing patterns, error handling style, and common workflows for adding skills, agents, and commands.
A skill for building fully automated, AI-powered data collection agents that scrape public sources on a schedule, enrich results with Gemini Flash LLM, store to Notion/Sheets/Supabase, and learn from user feedback -- all running free on GitHub Actions.
A comprehensive verification system for Claude Code sessions that runs build, type check, lint, test suite, security scan, and diff review phases after code changes, producing a structured pass/fail report to determine PR readiness.
A skill for performing local-evidence production readiness audits that assess security, data integrity, payments, operations, and UX without sending repository data to external services, producing a scored ship/block recommendation with specific fixes.
ECC skill providing Spring Boot verification loop workflows for validating Spring Boot applications. Part of a Java/Spring Boot skill suite (patterns, security, TDD, verification) within the ECC harness-native operator system supporting 12+ language ecosystems.
Interactive installation wizard skill for the ECC system that provides guided setup with merge/overwrite detection. Helps users configure ECC components, rules, skills, and hooks with step-by-step prompts instead of manual file copying.
Guides you through building MCP (Model Context Protocol) servers with the Node/TypeScript SDK, covering tool and resource registration, Zod validation, stdio vs Streamable HTTP transports, and debugging common SDK API changes.
Part of the ECC harness-native operator system for agentic work, providing security vulnerability hunting workflows within the 232+ skill ecosystem that covers development, security scanning, and automated code review across 12+ language ecosystems.
Part of the ECC harness-native operator system providing context budget management strategies for AI agent sessions. Helps optimize token usage and context window allocation, a core concern addressed by ECC's memory optimization and strategic compaction features.
Part of the ECC harness-native operator system, providing multi-agent orchestration workflows for managing fleets of Claude Code instances working in parallel on complex development tasks across multiple services.
Creates platform-native content for X, LinkedIn, TikTok, YouTube, and newsletters by repurposing source material (articles, demos, docs, transcripts) into multi-platform campaigns while preserving the author's real voice and avoiding generic AI tone.
Inspects Blender characters, rigs, poses, and animations by extracting structured data (bones, bounding boxes, contacts, facing vectors) from the scene rather than relying on screenshots alone, enabling accurate diagnosis of retargeting errors, foot-sliding, and model-motion misalignment.
A guide skill for navigating Everything Claude Code (ECC), helping users find and choose the right agents, skills, commands, hooks, rules, and install profiles by reading the live repository surface rather than relying on stale documentation.
ECC skill providing Java Spring Boot patterns and best practices for AI agent-assisted backend development. Part of ECC's comprehensive Java ecosystem coverage including Spring Boot security, TDD, and verification workflows.
A skill for creating CodeTour .tour files that provide persona-targeted, step-by-step codebase walkthroughs with real file and line anchors, supporting onboarding tours, architecture walkthroughs, PR tours, and RCA investigations.
Part of the ECC harness-native operator system, providing compliance checking workflows that validate Claude Code skills, rules, and configurations against best practices and security standards within the ECC ecosystem.
Part of the ECC harness-native operator system, providing a multi-perspective decision-making workflow where multiple AI agents deliberate on a problem from different viewpoints within the 232+ skill ecosystem for Claude Code.
Provides patterns for building Clinical Decision Support Systems (CDSS) that integrate into EMR workflows, including drug interaction checking, dose validation, clinical scoring systems (NEWS2, qSOFA), and alert severity classification as pure, testable function libraries.
Part of the ECC harness-native operator system providing UI demonstration and prototyping patterns for AI agent workflows. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with production-ready skills, hooks, and security scanning.
A skill that translates PRD intent, roadmap asks, or product discussions into implementation-ready capability plans, exposing constraints, invariants, interfaces, and unresolved decisions before multi-service work begins.
Part of the ECC harness-native operator system, providing Node.js patterns for implementing Keccak-256 hashing used in Ethereum and blockchain applications, including proper library usage, security considerations, and common pitfalls.
Part of the ECC harness-native operator system providing skill discovery and recommendation capabilities for finding relevant agent skills. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills.
Part of the ECC harness-native operator system, providing audit workflows that inventory and assess the quality of installed Claude Code skills and commands, identifying gaps, duplicates, and areas for improvement.
Part of the ECC harness-native operator system, providing .NET development patterns and best practices for building applications with C# and the .NET ecosystem, covering architecture, dependency injection, async patterns, and common pitfalls.
ECC skill providing Django patterns, models, and views best practices for AI agent-assisted Python web development. Part of a comprehensive framework coverage including Django patterns, security, TDD, and verification loops across 12 language ecosystems.
Operates customer billing workflows including subscription management, refund processing, churn triage, billing-portal recovery, and plan analysis using connected billing tools like Stripe, with guardrails for PII protection and issue classification before taking action.
Part of the ECC harness-native operator system providing email operations and management patterns for AI agent productivity workflows. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills spanning 12 language ecosystems.
Part of the ECC harness-native operator system, providing Django and Celery integration patterns for building asynchronous task queues, scheduled jobs, and background processing in Django REST API projects.
ECC skill for creating programmatic videos using Remotion, enabling technical explainers and launch content as part of the media and launch tooling suite. Works alongside manim-video and social publishing surfaces within the ECC operator system.
An ECC skill for Dart and Flutter development patterns and best practices within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system covering 12+ language ecosystems including mobile development frameworks.
ECC skill providing Django verification loop patterns for continuous validation of Django web applications during AI-assisted development. Part of ECC's comprehensive Django coverage including patterns, security, and TDD workflows.
ECC skill covering JPA/Hibernate patterns and best practices for Java persistence. Part of the Java skill suite within the ECC harness-native operator system that provides production-ready agent skills across 12+ language ecosystems.
Part of the ECC harness-native operator system providing Compose Multiplatform patterns for cross-platform UI development within AI agent workflows. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills.
Provides AI-assisted video editing workflows for cutting, structuring, and augmenting real footage through a layered pipeline covering raw capture, organization, FFmpeg processing, Remotion composition, ElevenLabs/fal.ai enhancements, and final polish in Descript or CapCut.
An ECC skill for monitoring and diagnosing network interface health within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
Part of the ECC harness-native operator system providing Redis caching and data structure patterns for AI agent-assisted backend development. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills spanning 12 language ecosystems.
An ECC skill for conducting systematic literature reviews within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
Part of the ECC harness-native operator system providing network configuration validation patterns for AI agent-assisted infrastructure management. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills.
Part of the ECC harness-native operator system providing UI/UX refinement guidance to help AI agents create more polished and responsive user interfaces. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
An ECC skill for DeFi automated market maker security analysis within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
ECC skill providing the iOS 26 Liquid Glass design system patterns for AI agent-assisted Apple platform development. Part of ECC's Apple ecosystem coverage alongside Foundation Models on-device LLM and Swift 6.2 concurrency skills.
ECC skill providing progressive context refinement patterns for subagents, enabling multi-step information gathering that narrows scope iteratively. A core ECC workflow pattern for managing context efficiently during complex agent orchestration tasks.
ECC skill for working with Apple's on-device FoundationModels framework to run LLMs locally on Apple devices. Part of the Swift/Apple skill suite (Liquid Glass, Swift Concurrency, actor persistence) within the ECC harness-native operator system.
ECC skill providing Laravel architecture patterns for AI agent workflows. Part of the framework-specific skill set introduced in v1.2.0 alongside Django and Spring Boot patterns, covering Laravel's architecture best practices for production applications.
An operational domain skill from the ECC harness-native operator system, part of a collection of 232+ production-ready skills for AI agent workflows covering coding standards, security scanning, continuous learning, and domain-specific operations across 12+ language ecosystems.
Part of the ECC harness-native operator system providing enterprise agent operations patterns for managing AI agents at scale. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with production-ready skills, hooks, and security scanning.
Provides safe Python Netmiko patterns for network device automation, emphasizing read-only SSH collection by default with bounded batch execution, TextFSM parsing, guarded configuration changes, proper timeout handling, and explicit operator approval before writes.
An ECC skill for terminal operations and management workflows within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
Part of the ECC harness-native operator system providing homelab VLAN segmentation patterns for AI agent-assisted network architecture. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills.
Part of the ECC harness-native operator system providing inventory and demand planning patterns for AI agent-assisted supply chain workflows. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills.
An ECC skill defining coding conventions and project standards within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
Provides Nuxt 4 application patterns for hydration safety, SSR-safe data fetching with useFetch and useAsyncData, route-level rendering decisions (prerender, SWR, ISR), lazy loading, lazy hydration, and payload size optimization.
Part of the ECC harness-native operator system providing Cisco IOS configuration patterns for AI agent-assisted network engineering. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills spanning 12 language ecosystems.
Part of the ECC harness-native operator system providing healthcare EMR (Electronic Medical Records) patterns for AI agent-assisted health IT development. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills.
An ECC skill for quality nonconformance tracking and management within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
ECC skill providing Laravel verification loop patterns for AI agent workflows. Part of the framework-specific skill set that includes patterns, security, TDD, and verification skills for Laravel, ensuring code correctness through continuous verification cycles.
ECC skill for creating pitch decks, one-pagers, investor memos, and financial models. Part of the business/content skill suite (article-writing, content-engine, market-research, investor-outreach) within the ECC harness-native operator system.
ECC skill teaching SHA-256 content hash caching patterns for file processing, enabling efficient deduplication and change detection. Part of the engineering skill set within the ECC harness-native operator system covering patterns like regex-vs-LLM text parsing and cost-aware LLM pipelines.
An ECC skill providing Java Quarkus framework patterns and best practices, part of the ECC harness-native operator system that includes framework-specific skills for Django, Laravel, Spring Boot, and other ecosystems.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
An operator-lane skill in the ECC harness-native system for outbound workflow automation. Part of the v2.0.0-rc.1 operator and outbound workflow expansion that rounds out ECC's operator capabilities alongside brand-voice, social-graph-ranker, and other workflow skills.
Part of the ECC harness-native operator system providing carrier relationship management patterns for AI agent-assisted logistics and shipping workflows. Works across Claude Code, Codex, Cursor, Gemini, and other AI coding harnesses with 232 production-ready skills.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
An ECC skill for production scheduling workflows within a comprehensive library of 232+ agent skills for AI coding tools. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
ECC's legacy v1 stop-hook pattern extraction skill that automatically extracts reusable patterns from coding sessions. Uses stop-hook events to capture learned skills, with the newer v2 version offering instinct-based learning with confidence scoring, import/export, and skill evolution.
An operator-lane skill in the ECC harness-native system for outbound workflow automation. Part of the v2.0.0-rc.1 operator and outbound workflow expansion that rounds out ECC's operator capabilities alongside brand-voice, connections-optimizer, and other workflow skills.
ECC skill covering Perl security patterns including taint mode and safe I/O practices for AI agent workflows. Part of ECC's multi-language skill ecosystem that provides production-ready security guidance across 12+ language ecosystems.
An operational domain skill from the ECC harness-native operator system, part of a collection of 232+ production-ready skills for AI agent workflows covering coding standards, security scanning, continuous learning, and domain-specific operations across 12+ language ecosystems.
An ECC skill for energy procurement workflows within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
ECC skill for Perl test-driven development using Test2::V0, prove, and Devel::Cover. Part of the Perl skill suite (patterns, security, testing) within the ECC harness-native operator system covering 12+ language ecosystems.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
An ECC skill for video and audio workflows including ingestion, search, editing, generation, and streaming, part of the ECC harness-native operator system's media and content tooling.
ECC skill providing Quarkus verification loop workflows for validating Quarkus applications. Part of a Java/Quarkus skill suite (patterns, security, TDD, verification) within the ECC harness-native operator system supporting 12+ language ecosystems.
An ECC skill for academic and scholarly evaluation workflows within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
An ECC skill that enforces write-time code quality using Plankton hooks, providing automated quality checks as part of the ECC harness-native operator system for AI agent workflows.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
An ECC skill for creating technical explainer videos and launch content using Manim, part of the ECC harness-native operator system's media and launch tooling alongside video creation and social publishing workflows.
An ECC skill from the harness-native operator system for agentic work, part of a collection of 232+ production-ready skills covering coding standards, security scanning, continuous learning, and domain-specific workflows across 12+ language ecosystems.
An operational domain skill from the ECC harness-native operator system, part of a collection of 232+ production-ready skills for AI agent workflows covering coding standards, security scanning, continuous learning, and domain-specific operations across 12+ language ecosystems.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
An ECC skill for Windows desktop end-to-end testing workflows within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
An ECC skill providing Kotlin language idioms and best practices, part of the ECC harness-native operator system that supports 12+ language ecosystems including Kotlin/Android/KMP with dedicated reviewers and build resolvers.
An ECC skill providing Kotlin Exposed framework patterns, part of the ECC harness-native operator system that supports 12+ language ecosystems with dedicated Kotlin/Android/KMP reviewers and build resolvers.
An ECC skill from the harness-native operator system for agentic work, part of a collection of 232+ production-ready skills covering coding standards, security scanning, continuous learning, and domain-specific workflows across 12+ language ecosystems.
An ECC skill providing Kotlin Ktor framework patterns, part of the ECC harness-native operator system that supports 12+ language ecosystems with dedicated Kotlin/Android/KMP reviewers and build resolvers.
ECC skill for thread-safe Swift data persistence using actors. Introduced in v1.6.0, it provides patterns and best practices for building safe concurrent data storage in Swift applications within AI agent workflows.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
ECC skill covering Swift 6.2 Approachable Concurrency patterns for AI agent workflows. Provides guidance on Swift's modern concurrency model including structured concurrency, actors, and async/await as part of ECC's multi-language skill ecosystem.
ECC skill providing modern Perl 5.36+ idioms and best practices for AI agent workflows. Part of ECC's multi-language skill ecosystem covering 12+ language ecosystems with production-ready coding standards and patterns.
An ECC skill providing framework-specific patterns and best practices, part of the ECC harness-native operator system that includes 232+ production-ready skills covering coding standards, TDD workflows, and framework patterns across 12+ language ecosystems.
Part of ECC, a harness-native operator system providing production-ready skills, hooks, rules, memory optimization, and security scanning for agentic work across Claude Code, Codex, Cursor, and other AI coding agents.
Part of ECC, a harness-native operator system providing production-ready skills, hooks, rules, memory optimization, and security scanning for agentic work across Claude Code, Codex, Cursor, and other AI coding agents.
ECC is a harness-native operator system for agentic work, providing universal agent configuration, AgentShield safety guardrails, and multi-language ecosystem support across 12+ programming languages for AI coding assistants.
Part of ECC, a harness-native operator system providing production-ready skills, hooks, rules, memory optimization, and security scanning for agentic work across Claude Code, Codex, Cursor, and other AI coding agents.
Part of ECC, a harness-native operator system providing production-ready skills, hooks, rules, memory optimization, and security scanning for agentic work across Claude Code, Codex, Cursor, and other AI coding agents.
Part of ECC, a harness-native operator system providing production-ready skills, hooks, rules, memory optimization, and security scanning for agentic work across Claude Code, Codex, Cursor, and other AI coding agents.
Part of ECC, a harness-native operator system providing production-ready skills, hooks, rules, memory optimization, and security scanning for agentic work across Claude Code, Codex, Cursor, and other AI coding agents.
Part of ECC, a harness-native operator system providing production-ready skills, hooks, rules, memory optimization, and security scanning for agentic work across Claude Code, Codex, Cursor, and other AI coding agents.
Part of ECC, a harness-native operator system providing production-ready skills, hooks, rules, memory optimization, and security scanning for agentic work across Claude Code, Codex, Cursor, and other AI coding agents.
Part of ECC, a harness-native operator system providing production-ready skills, hooks, rules, memory optimization, and security scanning for agentic work across Claude Code, Codex, Cursor, and other AI coding agents.
Skill
Skill