@oliviscusAI: still teaching your coding agent CrewAI patterns by hand? finally. CrewAI now ships official skills for Claude Code, Cu…
Summary
CrewAI has released official skills for Claude Code, Cursor, Codex, and Windsurf, automatically loading patterns for tasks like scaffolding projects and configuring agents to prevent syntax errors and outdated patterns.
View Cached Full Text
Cached at: 08/19/26, 04:37 AM
still teaching your coding agent CrewAI patterns by hand?
finally.
CrewAI now ships official skills for Claude Code, Cursor, Codex, and Windsurf.
four skills load automatically:
scaffolding new projects, configuring agents, writing tasks with structured output, and querying CrewAI’s live docs mcp server for current api details.
why it matters: your agent stops guessing at Crew vs Flow syntax and pulls the real pattern from the skill instead of hallucinating an outdated one.
wish i’d found this before hand-writing my last few crews from scratch.
install steps:
- add the marketplace: /plugin marketplace add crewAIInc/skills
- install the skills: /plugin install crewai-skills@crewai-plugins
Similar Articles
@_guillecasaus: Google has just released its official skills for AI agents. It has published 13 skills compatible with Claude Code, Cur…
Google has released 13 official skills for AI agents, compatible with tools like Claude Code, Cursor, and Copilot, enabling agents to execute advanced tasks and automate complex workflows. The skills are free and open-source.
Agent skills that bring team coding standards to Claude Code and Codex
Introduces ADLC Team Skills, an open-source repository that brings shared team coding standards, architecture rules, and eval benchmarks to AI coding agents like Claude Code and Codex via agent skills, slash commands, and session-start event hooks.
One skill to let AI agents work as peers: make Codex and Claude talk to each other
A developer created an open-source skill that bridges Claude Code and Codex CLIs, allowing AI agents to hand off tasks to each other without manual copy-pasting.
@sharbel: Someone built a free collection of production-grade engineering skills that teaches your AI coding agent to work exactl…
Agent Skills is a free, open-source collection of production-grade engineering skills that teaches AI coding agents to follow senior engineer workflows, including spec-first, atomic builds, and quality gates, compatible with Claude Code, Codex, Cursor, and Gemini CLI.
vercel-labs/skills
Vercel Labs released 'skills', a CLI that installs reusable skill packs to 45+ AI coding agents including Claude Code, Codex and Cursor.