Kilo-Org/kilo-marketplace

Kilo Marketplace - A curated collection of Skills, MCP Servers, and Modes for enhancing AI agent capabilities across the Kilo ecosystem—including Kilo Code (VS Code extension), Kilo CLI, and compatible AI agents.

This repository also configures its own agents. See what kilo-marketplace tells them →

173Stars on the repository
200Mods indexed here, across every type
17d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

add-remote-skill

01

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

This skill should be used when the user wants to add one or more skills from GitHub repositories to the kilo-marketplace. It handles parsing GitHub URLs, cloning skill directories, and updating SKILL.md frontmatter with source metadata.

not rated 173 17d ago A 53 tokens original Apache-2.0

adbc

02

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Connect to and work with databases using Arrow Database Connectivity (ADBC). Use whenever the user needs to use a database.

not rated 173 17d ago A 27 tokens original Apache-2.0

adf-master

03

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Azure Data Factory (ADF) CI/CD, deployment, and pipeline development. PROACTIVELY activate for: (1) ADF CI/CD setup (npm validation, ARM template export), (2) ADF ARM template deployment, (3) ADF npm build validation in CI, (4) PrePostDeploymentScript for trigger and resource cleanup, (5) ADF GitHub Actions workflows…

not rated 173 17d ago A 178 tokens original Apache-2.0

agent-md-refactor

04

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.

not rated 173 17d ago A 40 tokens copy · 94% Apache-2.0

aidp-object-storage

05

Kilo-Org/kilo-marketplace

Skill Claude Code

Read and write OCI Object Storage natively from an AIDP notebook using the oci:// URI scheme. Use when the user mentions OCI Object Storage, "oci://", external volumes, external tables backed by Object Storage, CSV/Parquet/JSON/Delta files in a bucket, or wants to land data in OCI buckets. Auth is implicit via the…

not rated 173 17d ago A 89 tokens original Apache-2.0

airbyte-agent

06

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Drive the airbyte-agent CLI to manage Airbyte connectors, workspaces, and organizations. Run list/get/search/create/update actions against connector data (HubSpot, Salesforce, Slack, GitHub, etc.), install new connectors via the browser credential flow, list and switch workspaces, list organizations, inspect connector…

not rated 173 17d ago A 125 tokens original Apache-2.0

airflow

07

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Queries, manages, and troubleshoots Apache Airflow using the af CLI. Covers listing DAGs, triggering runs, reading task logs, diagnosing failures, debugging DAG import errors, checking connections, variables, pools, and monitoring health. Also routes to sub-skills for writing DAGs, debugging, deploying, and migrating…

not rated 173 17d ago A 161 tokens copy · 89% Apache-2.0

angular-component

08

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Create modern Angular standalone components following v20+ best practices. Use for building UI components with signal-based inputs/outputs, OnPush change detection, host bindings, content projection, and lifecycle hooks. Triggers on component creation, refactoring class-based inputs to signals, adding host bindings…

not rated 173 17d ago A 66 tokens original Apache-2.0

angular-di

09

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Implement dependency injection in Angular v20+ using inject(), injection tokens, and provider configuration. Use for service architecture, providing dependencies at different levels, creating injectable tokens, and managing singleton vs scoped services. Triggers on service creation, configuring providers, using…

not rated 173 17d ago A 61 tokens original Apache-2.0

angular-directives

10

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Create custom directives in Angular v20+ for DOM manipulation and behavior extension. Use for attribute directives that modify element behavior/appearance, structural directives for portals/overlays, and host directives for composition. Triggers on creating reusable DOM behaviors, extending element functionality, or…

not rated 173 17d ago A 81 tokens original Apache-2.0

angular-forms

11

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Build signal-based forms in Angular v21+ using the new Signal Forms API. Use for form creation with automatic two-way binding, schema-based validation, field state management, and dynamic forms. Triggers on form implementation, adding validation, creating multi-step forms, or building forms with conditional fields.…

not rated 173 17d ago A 95 tokens original Apache-2.0

angular-http

12

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Implement HTTP data fetching in Angular v20+ using resource(), httpResource(), and HttpClient. Use for API calls, data loading with signals, request/response handling, and interceptors. Triggers on data fetching, API integration, loading states, error handling, or converting Observable-based HTTP to signal-based…

not rated 173 17d ago A 66 tokens original Apache-2.0

angular-routing

13

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Implement routing in Angular v20+ applications with lazy loading, functional guards, resolvers, and route parameters. Use for navigation setup, protected routes, route-based data loading, and nested routing. Triggers on route configuration, adding authentication guards, implementing lazy loading, or reading route…

not rated 173 17d ago A 63 tokens original Apache-2.0

angular-signals

14

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Implement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(), derived state with computed(), dependent state with linkedSignal(), and side effects with effect(). Triggers on state management questions, converting from BehaviorSubject/Observable patterns to signals, or…

not rated 173 17d ago A 63 tokens original Apache-2.0

angular-ssr

15

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex needs its repo

Implement server-side rendering and hydration in Angular v20+ using @angular/ssr. Use for SSR setup, hydration strategies, prerendering static pages, and handling browser-only APIs. Triggers on SSR configuration, fixing hydration mismatches, prerendering routes, or making code SSR-compatible.

not rated 173 17d ago A 65 tokens original Apache-2.0

angular-testing

16

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Write unit and integration tests for Angular v20+ applications using Vitest or Jasmine with TestBed and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking…

not rated 173 17d ago A 94 tokens original Apache-2.0

angular-tooling

17

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex needs its repo

Use Angular CLI and development tools effectively in Angular v20+ projects. Use for project setup, code generation, building, testing, and configuration. Triggers on creating new projects, generating components/services/modules, configuring builds, running tests, or optimizing production builds. Don't use for Nx…

not rated 173 17d ago C 86 tokens original Apache-2.0

aoti-debug

18

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Debug AOTInductor (AOTI) errors and crashes. Use when encountering AOTI segfaults, device mismatch errors, constant loading failures, or runtime errors from aotcompile, aotload, aoticompileandpackage, or aotiloadpackage.

not rated 173 17d ago A 60 tokens original Apache-2.0

apache-arrow

19

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Expert guidance for Apache Arrow, the cross-language columnar memory format for analytics workloads. Helps developers use Arrow for high-performance data interchange between systems, zero-copy reads, and efficient columnar processing in Python (PyArrow) and JavaScript (Arrow JS).

not rated 173 17d ago A 54 tokens original Apache-2.0

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Guides agents through Apache Hudi lakehouse design. Use when managing incremental upserts, record-level mutations, timeline behavior, compaction, and Hudi-based lakehouse tables.

not rated 173 17d ago A 43 tokens original Apache-2.0

apollo-graphql

21

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex needs its repo

Guidelines for developing GraphQL APIs and React applications using Apollo Client for state management, data fetching, and caching.

not rated 173 17d ago A 26 tokens copy · 91% Apache-2.0

artifacts-builder

22

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Suite of tools for creating elaborate, multi-component HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

not rated 173 17d ago A 60 tokens copy · 94% Apache-2.0

authoring-dags

23

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Workflow and best practices for writing Apache Airflow DAGs. Use when the user wants to create a new DAG, write pipeline code, or asks about DAG patterns and conventions. For testing and debugging DAGs, see the testing-dags skill.

not rated 173 17d ago A 54 tokens copy · 91% Apache-2.0

aws-cognito-admin

24

Kilo-Org/kilo-marketplace

Skill Claude CodeCodex

Cognito user pool administration — look up users, confirm accounts, reset passwords, update custom attributes, disable/enable accounts, and describe pool configuration. Discovers user pools at runtime. Trigger on "look up a user", "Cognito", "reset password", "disable an account", "fix subscription", or…

not rated 173 17d ago A 74 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: