惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
雷峰网
雷峰网
V
Visual Studio Blog
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
IT之家
IT之家
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
月光博客
月光博客
A
About on SuperTechFans
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - revanthpobala/skill-atlas: A standalone, server ...
revanth1108 · 2026-06-17 · via Show HN

Skill Atlas Logo

Launch Application:

Introduction & Purpose

As AI agents and LLM-based systems scale in complexity, they often rely on dozens of interconnected, specialized markdown instructions (known as "skills"). Managing these skills as flat text files across a codebase quickly becomes unmanageable—leading to broken dependencies, circular logic, and context window bloat.

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.
View Visual Feature Tour

1. Bring Your Own LLM (BYOK)
AI Provider Settings
Securely configure your own OpenAI or Anthropic API keys directly in the browser. Keys are stored locally, unlocking advanced AI diagnostics and skill analysis without sending credentials to any central server.

2. Real-time Analytics & Token Limits
Token Limits
The Node Context panel computes real-time metadata (lines, words, token estimates) and actively flags oversized skills that violate Anthropic's optimal token limits for atomic, composable skills.

3. Cmd+K Command Palette Navigation
Command Palette
A global omnibar search allows you to instantly search across your entire repository and jump directly to specific skills, assets, or markdown files without taking your hands off the keyboard.

4. Cross-Repository Duplication Tracking
Location Tracking
Automatically tracks and lists duplicated skill files across multiple locations in the repository (e.g., across different agent plugins) to help you manage redundancy.

5. Advanced Edge Highlighting & Dependency Tracing
Edge Highlighting
Clicking any node intelligently dims unrelated parts of the graph while illuminating its exact execution path. A clear legend differentiates between Explicit Dependencies (direct calls), Implicit Dependencies (backtick references), and Soft Mentions.

6. Secure GitHub Pull Requests
GitHub PR Modal
Directly authenticate with GitHub via OAuth to review staged modifications and securely open Pull Requests straight from the workbench without needing the CLI.

7. Interactive PR Diff Viewer
Diff Viewer
Before pushing changes, use the built-in side-by-side Monaco Diff Editor to visualize your local staged modifications against the baseline codebase with full syntax highlighting.

8. Interactive AI Copilot Chat
AI Copilot Chat
Leverage your configured LLM API keys to chat directly with a dedicated AI Copilot. The AI streams natural language analysis and proposes safe refactorings within markdown blocks. A one-click "Apply to Editor" button allows you to instantly merge the AI's code without corrupting your files with raw syntax. Bring Your Own Key (BYOK): Your API keys (OpenAI, Anthropic, Gemini) are stored securely in your browser's local storage. There is no database, no backend server, and no telemetry—everything is done entirely on your browser for ultimate privacy.

Anthropic Skill Validation Rules

Skill Atlas comes pre-configured with a strict diagnostics engine that enforces best practices for AI agent instructions based on Anthropic's guidelines for atomic and composable skills.

The engine actively flags violations across the graph:

  1. Token Optimization: Warns when skills exceed optimal token limits, preventing context window bloat.
  2. Cyclic Dependencies: Detects infinite loops and circular logic where skills recursively call each other.
  3. Orphan Detection: Identifies isolated skills that have no entry points or parent references.
  4. Metadata Strictness: Enforces required YAML frontmatter (name, description, inputs) to ensure downstream tools can execute the skills.

Video Demonstrations

1. Visual Node Graph

Built with React Flow, it instantly maps out your entire skill repository and its dependencies, giving you a top-down view of all agent instructions.

Visual Node Graph

2. Real-time Diagnostics

Validates skills against strict rules (e.g., no cycles, orphans, missing frontmatter) and flags them with contextual explanations to maintain repository health.

Real-time Diagnostics

3. Integrated IDE & Notebook Renderer

A split-pane Monaco Editor allows you to directly edit Markdown and Code files within the browser with real-time updates to the graph. It also features native Jupyter Notebook (.ipynb) parsing, rendering Markdown blocks and Code cells seamlessly within the app.

Integrated IDE

4. GitHub Integration & PRs

Fetches skills directly from remote GitHub repositories and pushes modifications securely back as Pull Requests using GitHub OAuth.

GitHub Integration

Local Development

To run the application locally, simply install the dependencies and start the development server:

Open http://localhost:3000 in your browser.