Skip to main content

Skillsmith Blog

Tutorials, guides, and insights about building agent skills for AI assistants. Learn best practices for agent architecture, skill composition, and workflow automation.

Articles

How a Team Actually Runs on Skillsmith
Engineering

Read article: How a Team Actually Runs on Skillsmith

Six diagrams show what a team is actually signing up for: how a login turns into credentials, how a workspace and its members work, how skills get reviewed into the registry, how a laptop stays in sync, and how the CLI, MCP server, and VS Code extension all touch the same backend.

Skillsmith Team ·
8 min
architectureteamworkspace +6
Publishing a Skill Your Whole Team Can Trust: A Private Registry Walkthrough
Tutorials

Read article: Publishing a Skill Your Whole Team Can Trust: A Private Registry Walkthrough

Publish, approve, and install a skill in Skillsmith's Enterprise-tier private registry, step by step, with real screenshots.

Skillsmith Team ·
4 min
private-registryenterprisetutorial +1
Your Team's Skills Don't Have to Go Public to Get Shared
News

Read article: Your Team's Skills Don't Have to Go Public to Get Shared

Skillsmith's private skill registry is live for Enterprise teams: publish internal skills to your own team's shelf, review each one before it's installable, and keep every detail off the public index.

Skillsmith Team ·
3 min
private-registryenterpriseproduct-launch
Your Skills, Across Every Machine You Use
Guides

Read article: Your Skills, Across Every Machine You Use

A walkthrough of Skillsmith's cross-machine skill inventory: push what's installed on one machine, see it on the dashboard, and know at a glance which skills have updates waiting.

Ryan Smith ·
3 min
cross-machine-inventoryskill-managementcli +3
The Parking Garage With No Gate
Engineering

Read article: The Parking Garage With No Gate

We run a dedicated Docker container for every parallel coding-agent session. It worked great until the host machine started drowning. Here are the six things we had to build to make many concurrent containers survivable.

Ryan Smith ·
9 min
dockerdeveloper-toolingengineering-culture +2
The Function We Almost Deleted
Engineering

Read article: The Function We Almost Deleted

We built a dead-code scanner for our own codebase, ran it for real, and it flagged a function that was actually load-bearing. Here's the near-miss, the root cause, and why we spun the tool out as its own MIT-licensed repo.

Ryan Smith ·
9 min
dead-codecode-healthdeveloper-tooling +4
How We Made an AI Agent Remember: Memory Architecture That Survives the Context Window
Engineering

Read article: How We Made an AI Agent Remember: Memory Architecture That Survives the Context Window

A three-layer memory architecture for long-lived coding agents — a six-class governance taxonomy, a class-aware retrieval index, and a session-start priming hook — plus the resilience layer we didn't plan for.

Ryan Smith ·
16 min
memoryarchitectureagents +4
Skillsmith as an Enterprise Reference Architecture
Engineering

Read article: Skillsmith as an Enterprise Reference Architecture

A blueprint for running Skillsmith on your own infrastructure — source-available under the Elastic License 2.0 — with Supabase (or an equivalent), edge functions, local SQLite, the MCP server, CLI, and VS Code extension, plus a private registry and an IAM/RBAC access model.

Skillsmith Team ·
8 min
architectureenterprisesupabase +6
Inside the Local Skill Database: How Skillsmith Searches Without Sending Your Queries to a Server
Engineering

Read article: Inside the Local Skill Database: How Skillsmith Searches Without Sending Your Queries to a Server

A tour of Skillsmith's embedded SQLite cache, the FTS5 search path, opt-in semantic search, and the differential sync algorithm — what's stored, what isn't, and why.

Skillsmith Team ·
13 min
sqlitefts5embeddings +3
How We Hardened Skillsmith's Supply Chain
Engineering

Read article: How We Hardened Skillsmith's Supply Chain

We pinned every external dependency to exact versions, SHA-locked all CI actions, and built a staging environment — here's why and what it means for you.

Skillsmith Team ·
5 min
securitysupply-chaininfrastructure +1
Engineering

Read article: Security Advisory: Astro Vercel Adapter Path Override Bypass (CVE-2026-33768)

We proactively patched a medium-severity vulnerability in the Astro Vercel adapter that could allow path override bypass on server-rendered routes. No evidence of exploitation was found.

Skillsmith Team ·
3 min
securityadvisoryinfrastructure +1
Dependency Intelligence: How Skillsmith Infers What Your Skills Need
Engineering

Read article: Dependency Intelligence: How Skillsmith Infers What Your Skills Need

Skills reference MCP servers, models, and other skills — but until now, users had no way to know what a skill actually needs. Skillsmith's new dependency intelligence layer combines author declarations, static analysis, and behavioral data to surface dependencies before they become failures.

Ryan Smith ·
13 min
dependency-intelligencemcp-serverskill-dependencies +4
Building Skillsmith with Multi-Agent Orchestration
Engineering

Read article: Building Skillsmith with Multi-Agent Orchestration

How Skillsmith used Claude-Flow V3, its SPARC methodology, hive-mind execution, wave-based delivery, as well as custom skills like Plan-Review — to ship 159 commits across 534 Claude Code sessions. A guide to How-I-AI in practice.

Ryan Smith ·
14 min
claude-flowclaude-flow-v3multi-agent +12
You Installed a Claude Skill. It Didn't Work. You're Not Alone.
Guides

Read article: You Installed a Claude Skill. It Didn't Work. You're Not Alone.

The seven problems every developer hits with Claude Skills, what the data says, and which tools actually solve them

Skillsmith Team ·
15 min
skillssecurityregistries +3
From GitHub to Search Results: How Skillsmith Indexes and Curates Skills
Engineering

Read article: From GitHub to Search Results: How Skillsmith Indexes and Curates Skills

A behind-the-scenes look at how Skillsmith discovers, scores, and indexes agent skills—and how to optimize your skills for discovery

Skillsmith Team ·
10 min
indexersearchembeddings +3
Security, Quarantine, and Safe Skill Installation: How Skillsmith Protects You
Engineering

Read article: Security, Quarantine, and Safe Skill Installation: How Skillsmith Protects You

A deep dive into Skillsmith's defense-in-depth security architecture—from static analysis to trust tiers—and why you can install skills with confidence

Skillsmith Team ·
15 min
securitytrust-tiersstatic-analysis +3
Composing Agents, Sub-Agents, Skills, and Sub-Skills: A Decision Framework for Product Builders
Guides

Read article: Composing Agents, Sub-Agents, Skills, and Sub-Skills: A Decision Framework for Product Builders

The architecture decisions that determine whether your AI workflow scales or collapses

Ryan Smith ·
13 min
agentsskillsarchitecture +3