HeadsUpAI

Warp Open Sources Internal Agent Skills for DevOps and Data Workflows

· Updated

Warp, an agentic development environment combining a terminal with a code editor, open-sourced its internal library of Agent Skills (markdown files that teach agents specific conventions and workflows). These skills act as a knowledge layer, allowing agents to automatically discover and apply best practices for domains like DevOps and data engineering without manual prompting.
Installation command
npx skills add warpdotdev/oz-skills
Storage location
.agents/skills/ or ~/.agents/skills/
Included domains
DevOps, Data Engineering, SEO, and more
License
MIT License
Contribution model
Open source via GitHub

This release mirrors Elastic's open-source agent skills and extends the Warp agentic environment. It builds on Warp's agent-accessible settings.toml configuration to ensure that autonomous agents follow consistent organizational standards for infrastructure management and code quality across different projects.

You can add these skills to your local or global agent directory using the npx skills add warpdotdev/oz-skills command. The initial collection includes specialized workflows for Terraform configuration, BigQuery data analysis, and accessibility auditing, with the repository open for community contributions on GitHub.

Warp
Warp
@warpdotdev
X

The Warp team uses a lot of Skills to speed up our workflow, so we open-sourced them. > npx skills add warpdotdev/oz-skills Includes Skills for SEO and accessibility auditing, documentation writing, DevOps tasks like terraform configuration, and more. https://t.co/jr5c9ex3Jd

66retweets637likes
View on X

Still wondering? A few quick answers below.

Agent Skills are structured markdown files that provide AI agents with specific knowledge about your team's conventions, best practices, and workflows. When stored in a project's .agents/skills directory, these files allow Warp AI agents to automatically discover and apply procedural logic to tasks, ensuring the agent provides context-aware assistance that aligns with your specific development standards.

You can add the oz-skills collection to your environment by running the command npx skills add warpdotdev/oz-skills in your terminal. This command downloads the curated skills into your project or global agent directory. Once added, Warp agents will automatically detect the new skills and use them to guide their actions during your next development interaction.

The repository includes skills for DevOps tasks like Terraform configuration, data engineering workflows for BigQuery and dbt model indexing, and automated documentation writing. It also features tools for quality assurance, such as SEO and accessibility auditing. These skills speed up development cycles by giving agents the exact steps needed to complete complex technical tasks.

Yes, the oz-skills library is open source and released under the MIT license. Warp has made the repository public on GitHub to encourage community contributions and allow developers to customize the skills for their own needs. Users can fork the repository, add their own specialized agent workflows, and share them with the broader development community.

Share this update