Back to browse
GitHub Repository

A standalone, server less workbench to visualize, validate, and safely edit AI agent instruction graphs.

0 starsTypeScript

Skill Atlas – Local, visual IDE for Agentic Skills (BYOK, no back end)

by revanth1108·Jun 16, 2026·1 point·0 comments

AI Analysis

●●SolidNiche GemCozy

Visual DAG for markdown skill dependencies with token limit analytics.

Strengths
  • Real-time token estimates flag oversized skills violating Anthropic's limits.
  • Cross-repository duplication tracking identifies redundant skill files automatically.
  • Browser-based with local API key storage, no backend or credential forwarding.
Weaknesses
  • Zero stars and forks on GitHub signals very early adoption and unproven stability.
  • Niche audience limited to teams using Anthropic-style skill architectures.
Target Audience

Developers managing Anthropic-style AI skill repositories

Similar To

Obsidian · Dependency graph tools

Post Description

Skill Atlas is a standalone, serverless IDE designed specifically to solve this problem. It parses your entire skill repository and automatically constructs a visual Directed Acyclic Graph (DAG).

By treating your agent's instructions as a compiled dependency tree, Skill Atlas allows you to:

Visually map the execution path and dependencies between different LLM instructions. Ensure strict compliance with Anthropic and OpenAI guidelines for atomic, composable skills. Safely edit markdown skills in the browser and securely push them directly back to GitHub as Pull Requests.

https://atlas-skills.netlify.app/

Similar Projects