Artifactr: Local-first CLI tool for managing AI coding agent artifacts

Artifactr is a cross-platform CLI tool for managing LLM "artifacts"—files or folders intended for use with AI coding tools like skills, commands, and agent definitions. Built over two weeks using claude-code and openspec, it's MIT-licensed and available on PyPI via pip or pipx.
Key Features
The tool addresses manual management of AI artifacts in terminal environments, avoiding token waste on simple file operations. Key features include:
- Local-first storage: No network connections except for manual updates. Files are stored in portable "vault" formats inspired by Obsidian and Logseq.
- Export capabilities: Export individual artifacts as zip archives or entire vaults for sharing.
- Automatic syncing: Use
linkor--linkto symlink vault contents to project directories, keeping artifacts synced automatically. - Import management
- Git-aware functionality: Default behavior adds imported files to
.git/info/excludeto prevent accidental commits and conceal AI usage indicators from public repos. Disable with--no-exclude.- Custom tool support: Add support for any coding agent via YAML configuration. Configs can be exported with vaults.
- Discovery commands: Use
art spelunkto recursively discover artifacts in directories, thenart storeto add them to vaults.- CRUD operations: Create, remove, update, and delete artifacts easily.
- Git-aware functionality: Default behavior adds imported files to
Artifactr natively supports claude-code, opencode, and codex, with extensibility for other agents. It's designed for terminal power-users who want to manage AI-assisted workflows without file sprawl or privacy concerns.
📖 Read the full source: r/ClaudeAI
👀 See Also

Nelson v2.2.3 Released: Multi-Agent Coordination for Claude Code, Plus a Discrete-Event Simulation Benchmark
Nelson v2.2.3 ships a multi-agent coordination skill for Claude Code using a naval metaphor. A 13-configuration benchmark shows opus-4-7 with thinking dominates; skill choice is a smaller delta.

Open-source MCP server bridges Claude Code with IDE tools
An open-source MCP server gives Claude Code persistent access to IDE features including LSP, terminals, Git, GitHub, debugging, and diagnostics through 124+ tools. It enables coding from mobile devices when a machine is set up.

Apfel: Free CLI Tool to Access Apple's On-Device LLM on macOS
Apfel v0.6.13 is a Swift 6.3 binary that exposes Apple's built-in LLM as a CLI tool, OpenAI-compatible server, and interactive chat. It runs 100% on-device with no API keys or costs, using the 4,096-token model shipped with macOS 26+ on Apple Silicon Macs.

Claude Code Skill Refactors React Components Using 'Don't Make Me Think' Principles
A new Claude Code skill automatically refactors React components for usability based on Steve Krug's principles — cuts happy talk, surfaces primary CTAs, fixes empty/error states, and tightens labels.