Mohammad
Blogs

Building Open Skills: An Agentic VS Code Extension

How we designed and built Open Skills, a VS Code extension that enables agentic coding workflows with a local SKILL.md repository manager.

Building Open Skills: An Agentic VS Code Extension

Open Skills is a VS Code extension designed to streamline agentic coding workflows. By managing local SKILL.md instruction sets, it allows developers to quickly equip AI agents with specialized capabilities.

Core Features

  1. Local Skill Repository: Easily organize, edit, and discover skill definitions right inside VS Code.
  2. Skill Marketplace: Discover and download community-built skill templates to extend your agent's features.
  3. Optimized for AI Agents: Standardized markdown headers make it simple for LLM agents to parse and execute skills.

Check out the source code or website to learn more!

On this page