:rocket: Introducing Kedro Skills Kedro Skills is...
# announcements
l
🚀 Introducing Kedro Skills Kedro Skills is a new standalone package that you install alongside your Kedro project. Kedro Skills provides reusable Kedro-specific knowledge and guidance to your AI coding assistant, helping it understand how to work with your project and follow Kedro best practices. Our first skill is catalog-config, which helps your coding agent configure the Kedro Data Catalog using Kedro conventions and best practices. Getting started is simple:
Copy code
pip install kedro-skills
kedro skills list
kedro skills install catalog-config
It works across Cursor, GitHub Copilot, Claude Code and Codex CLI. But this is only the beginning. 👀 We don't want to decide all the skills Kedro users need ourselves, we'd love Kedro community to help shape what comes next. 👉 Try the first skill and tell us where it helps, or where it doesn't. 👉 Got a repetitive Kedro task your coding agent struggles with? That could be our next skill. Open an issue in the kedro-skills GitHub repo so we can explore it. 👉 Have an idea for a skill already? Build it, improve an existing one, and contribute it back to the community. Our goal is to grow Kedro Skills into a community-driven collection of reusable Kedro knowledge that makes AI-assisted development with Kedro better for everyone. 🔗 Check out kedro-skills on GitHub and let us know: what skill should we build next?
K 2