garciacionet-alt

AI Articles — AI skill for Claude Code

AI community

Reference patterns and implementation guides for using multiple AI agents (Hermes, Claude Code, Minimax M3, OpenCode) in a shared knowledge commons.

How to install AI Articles

This entry records only its repository, not the path inside it, so there is no exact command to give. Open garciacionet-alt/AI_Articles and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AI Articles does

Reference patterns and implementation guides for using multiple AI agents (Hermes, Claude Code, Minimax M3, OpenCode) in a shared knowledge commons. Each article ships with a portable pattern and concrete setup.

Alternatives in AI

  • Codeseek — Rust-powered code intelligence CLI for AI coding agents 764 ★
  • Claude Code Design Guide — From Early Internet Design Patterns to AI Agent Implementation — A Deep Dive into Claude Code for Developers 762 ★
  • Ruby Nano Bots — Ruby Implementation of Nano Bots: small, AI-powered bots that can be easily shared as a single file, designed 126 ★

README

AI_Articles

Published articles and essays on AI tools, agent patterns, and productivity systems.

By [Gary Garcia](https://github.com/garciacionet-alt) · `#TheStrategicTechnicalAlliancesGuy`


What this repo is

A small, personal publication of reference patterns and practical essays for people using AI agents to do real work. Each article ships with a portable pattern description and a concrete implementation guide.

Articles are written from the practitioner side — after running the pattern, not before.

Articles

Article What it covers Pattern Implementation
Agent Memory Commons A shared file space that lets multiple AI agents (Hermes, Claude Code, Minimax M3, OpenCode, custom openclaw) share context through a synced Obsidian vault — no coordination overhead, no API contracts PATTERN.md IMPLEMENTATION.md

More articles coming.


How to read

Each article follows the same shape:

  • README — entry point, audience, quick-start
  • PATTERN — the portable pattern: why, what, design principles, failure modes. Read this if you want the mental model.
  • IMPLEMENTATION — the concrete setup: env vars, commands, prompts, shell scripts, end-to-end checklist. Read this if you're going to build it.
  • scripts/ — runnable shell scripts you can copy and adapt.
  • examples/ — worked examples of the pattern in practice, copyable as templates.

If you only have ten minutes, read the article's README. If you have an hour, read README + PATTERN. If you're going to build it, also read IMPLEMENTATION and run the scripts.

Audience

This repo is for people using AI agents to do professional work — partnerships, alliances, technical sales, product work, research — and finding the lack of inter-agent context painful.

If you only run one agent on one computer, this repo is overkill. If you run two or more ag