rhtevan/agentfs

Shared agent scaffolding with skills, knowledge bundles, and cross-agent context for AI agents (Goose, Hermes, Claude Code, etc.)

2Stars on the repository
58Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

goose-cli-fix

25

rhtevan/agentfs

Skill Claude CodeCodex

Fix the warning Failed to update project tracker with instruction: Failed to parse projects.json file that can occur after updating Goose CLI, caused by malformed JSON in the project tracker file.

not rated 2 3d ago A 18 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude CodeCodex

Fix the Goose Desktop shell tool so that shell commands run with the full user environment — including devbox/nix-installed tools, crc/oc, cargo, sdkman, and custom exports.

not rated 2 3d ago A 20 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude CodeCodex

Create and configure a Goose custom provider that points to the local Headroom context-optimization proxy. This skill covers only the Goose provider configuration — for Headroom installation and systemd setup, see the headroom-litellm-proxy skill.

not rated 2 3d ago C 16 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude Code

Set up Goose (CLI and Desktop) to use a local LiteLLM proxy as a custom provider. This covers the RedHat provider pattern — a local LiteLLM proxy backed by Vertex AI Claude models (no auth, http://localhost:4000).

not rated 2 3d ago A 19 tokens original Apache-2.0

goose-maas-provider

29

rhtevan/agentfs

Skill Claude CodeCodex

Set up Goose (CLI and Desktop) to use a remote MaaS endpoint — a shared LiteLLM instance that requires API key authentication (e.g., https://maas-rhdp.apps.maas.redhatworkshops.io).

not rated 2 3d ago A 20 tokens original Apache-2.0

goose-nextai-drawio

30

rhtevan/agentfs

Skill Claude Code

Manage the next-ai-draw-io MCP server as a Goose custom extension. This skill installs the @next-ai-drawio/mcp-server npm package locally (avoiding repeated npx downloads), registers it as a stdio extension in Goose's config.yaml, and provides teardown and upgrade operations. Use when the user wants AI-powered draw.io…

not rated 2 changed 3d ago A 38 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude CodeCodex

Identify and remove Goose session records from the sessions database. Covers all four session categories with per-category opt-in and optional date filtering.

not rated 2 3d ago A 29 tokens original Apache-2.0

goose-setup

32

rhtevan/agentfs

Skill Claude CodeCodex

Configure Goose with persistent instructions that apply across all projects and sessions.

not rated 2 3d ago A 16 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude Code

Configure Goose (CLI and Desktop) to use a remote GPU-hosted LLM model as a custom provider named Skupper. The model is served through a Skupper V2 Virtual Application Network managed by skupper-model-provider, which exposes remote GPU hosts (rhel-ai, rhtevan-work) as local endpoints on localhost:9000 and…

not rated 2 3d ago C 32 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude CodeCodex

Install the Headroom context-optimization proxy and run it as a systemd user-scope service, chained to a local LiteLLM proxy for upstream LLM access.

not rated 2 3d ago C 21 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude CodeCodex

Check the health, configuration, and runtime status of the local Headroom context-optimization proxy.

not rated 2 3d ago C 18 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude CodeCodex

Configure Hermes Agent so it discovers AgentFS skills, making the same skill library available to both Goose and Hermes without duplication.

not rated 2 3d ago A 23 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude CodeCodex

Symptom: bash: warning: setlocale: LCCTYPE: cannot change locale (UTF-8): No such file or directory — appears 6× in the Desktop in-app terminal on every shell start. Root cause: Electron inherits macOS-style LCCTYPE=UTF-8 (bare, no language prefix like enUS.). Bash calls setlocale() during startup before any…

not rated 2 3d ago D 22 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude Code

Configure Hermes Agent to use the local Headroom context-optimization proxy as its custom LLM provider, with model discovery and verification.

not rated 2 3d ago A 18 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude Code

Set up Hermes Agent (CLI and Desktop) to use a locally hosted LiteLLM proxy as its custom LLM provider. The proxy is backed by Vertex AI Claude models (no auth, http://127.0.0.1:4000).

not rated 2 3d ago A 21 tokens original Apache-2.0

hosted-model-ctl

40

rhtevan/agentfs

Skill Claude Code

Deploy, manage, and test self-hosted LLM model containers on NVIDIA GPUs via Podman. All deployments use profiles — curated, VRAM-validated configurations. No individual model aliases.

not rated 2 changed 3d ago A 48 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude CodeCodex

Check the health, configuration, and runtime status of the local LiteLLM proxy.

not rated 2 3d ago C 22 tokens original Apache-2.0

rhtevan/agentfs

Skill Claude Code

Set up a local LiteLLM proxy that fronts GCP Vertex AI as an OpenAI-compatible endpoint, managed by systemd, with proper service account credentials.

not rated 2 3d ago A 24 tokens original Apache-2.0

okf-bundle-gen

43

rhtevan/agentfs

Skill Claude CodeCodex

Extract knowledge from the current chat session and persist it as an OKF v0.1 knowledge bundle under /.agents/knowledge/.

not rated 2 3d ago A 18 tokens original Apache-2.0

okf-bundle-harvest

44

rhtevan/agentfs

Skill Claude Code

Harvest generalizable concepts from project-scoped MEMORY.md files and distill them into OKF-compliant knowledge bundles under /.agents/knowledge/.

not rated 2 3d ago A 18 tokens original Apache-2.0

okf-bundle-index

45

rhtevan/agentfs

Skill Claude CodeCodex

Audit and repair index.md files throughout an Open Knowledge Format (OKF) v0.1 knowledge bundle tree.

not rated 2 3d ago A 19 tokens original Apache-2.0

okf-bundle-setup

46

rhtevan/agentfs

Skill Claude CodeCodex needs its repo

Create, organize, or update a directory as an Open Knowledge Format (OKF) v0.1 knowledge bundle.

not rated 2 3d ago A 19 tokens original Apache-2.0

skill-gen

47

rhtevan/agentfs

Skill Claude Code needs its repo

Create new skills, modify and improve existing ones with built-in AgentFS conventions. Operates in three modes: simple (quick scaffold), advanced (full eval/iterate/optimize loop using upstream Anthropic skill-creator), and skill check (audit existing skills against five quality principles). Default mode is simple…

not rated 2 changed 2d ago B 24 tokens original Apache-2.0

skill-harvest

48

rhtevan/agentfs

Skill Claude Code

Harvest procedural knowledge from project-scoped MEMORY.md files and distill them into reusable skills under /.agents/skills/.

not rated 2 3d ago A 15 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: