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

推荐订阅源

V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
J
Java Code Geeks
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
人人都是产品经理
人人都是产品经理
Martin Fowler
Martin Fowler
IT之家
IT之家
博客园_首页
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
B
Blog
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
博客园 - 聂微东
腾讯CDC
A
About on SuperTechFans

Show HN

GitHub - astefanutti/shaderbang: Shebang for Shaders Show HN: Generate Claude Code Workflows using Spec Driven Development approach 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).
GitHub - AltrinaAI/skill-studio: Lightweight app for mini...
harveyhu · 2026-06-19 · via Show HN

The best human interface for Agent Skills. Available on macOS, Linux, and Windows.

Skill Studio — recent skills, skill mining, and the discovered skills library

We love agent skills. As agents get more powerful, it's easy to feel like losing control over the direction of your project or organization. We think agent skills is the right place to specify your taste, expertise, and customize your way of doing things on an organization level.

There just isn't a good human interface for editing agent skills. Any place that requires human creativity needs a good human interface: clean, intuitive, version controlled. So we built one and open-sourced it.

Built with Tauri, Skill Studio runs on macOS, Linux, and Windows, and connects to any remote dev setup you have natively VS Code style (see design.md).

Features

  • Discover and manage every skill on your machine, across Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, the shared ~/.agents/skills standard, and project repos.
  • Skill Mining — use your local agent to analyze past agent conversations to create / update skills.
  • Edit rendered markdown directly — view and edit SKILL.md and other Markdown files directly on the rendered document. Double click to edit the raw markdown syntax.
  • Automatic versioning — automatically track changes across all your skills and sync to any remote you specify
  • Secrets manager — machine-local store. Automatically detect secrets used and notice on export for "batteries included" sharing of the skills.
  • Terminals & remote hosts — managed agent sessions that survive UI disconnect, so you can close your laptop and pick the run back up later. Point Studio at any SSH host and run agents there. Supports Claude Code, Codex, or a shell.

Install

Grab the latest build for your platform:

Platform
macOS — Apple silicon & Intel Download
Windows Download
Linux — Debian/Ubuntu Download

First launch

The builds aren't OS-notarized yet, so macOS and Windows warn the first time you open the app:

  • macOS — the app is blocked as unverified. Open System Settings → Privacy & Security, scroll to the message about Skill Studio, and click Open Anyway.
  • Windows — SmartScreen shows "Windows protected your PC". Click More info → Run anyway.
  • Linux — install the package with sudo apt install ./Skill-Studio-Linux-x86_64.deb.

Build from source

Install Rust, Node.js/npm, and the Tauri prerequisites for your OS, then:

git clone https://github.com/AltrinaAI/skill-studio.git
cd skill-studio
npm install
npm run tauri -- build

The built app bundle is written under client/desktop/target/release/bundle/.

Development

npm install
npm run dev          # native desktop
Mode Command Open
Native desktop npm run dev the app window
Browser, local backend cargo run -p skill-server + npm run dev:vite localhost:1420

Roadmap

The thesis: the future is one where humans collaborate with AI agents, not one where they are replaced by them. Skills are the medium for human expert knowledge, so they need a first-class human UX. Next:

  1. Team collaboration & secret management — share skills and the secrets they need across a team, account-backed.
  2. Multi-modal skills / SOP documents in a format readable by both humans and agents, for computer use agents.