Skip to content
Skillv1.0.0

dotfiles

This repository manages shell configuration, aliases, completions, and utility scripts.

by haacked(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from haacked/dotfiles (AGENTS.md). Install upstream with npx skills add haacked/dotfiles. Copyright stays with the author.

Dotfiles Project

This repository manages shell configuration, aliases, completions, and utility scripts.

Shell Configuration

~/.zshrc is a symlink to zsh/zshrc.symlink (created by script/bootstrap). All interactive shell configuration lives in this file.

Key files:

  • zsh/zshrc.symlink — interactive shell: oh-my-zsh, tool managers, PATH, env vars, functions
  • zsh/zshenv.symlink — all contexts: Homebrew, ~/.local/bin, Cargo
  • zsh/zprofile.symlink — login shells: .NET tools, OrbStack
  • zsh/aliases.zsh — shell aliases
  • zsh/*-completion.zsh — tab completion scripts
  • ~/.secrets — credentials (not tracked; sourced by zshrc.symlink)

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/haacked-dotfiles-dotfiles/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

haacked-dotfiles-dotfiles.ocm.jsonjson
{
  "ocm": "1",
  "id": "haacked-dotfiles-dotfiles",
  "kind": "skill",
  "name": "dotfiles",
  "description": "This repository manages shell configuration, aliases, completions, and utility scripts.",
  "publisher": "haacked",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository manages shell configuration, aliases, completions, and utility scripts."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/haacked/dotfiles",
      "path": "AGENTS.md",
      "ref": "823f8b8bbcf0e94ca3b62e17b7fcc248686e1016",
      "url": "https://github.com/haacked/dotfiles/blob/823f8b8bbcf0e94ca3b62e17b7fcc248686e1016/AGENTS.md",
      "key": "haacked/dotfiles/AGENTS.md"
    }
  },
  "instructions": "# Dotfiles Project\n\nThis repository manages shell configuration, aliases, completions, and utility scripts.\n\n## Shell Configuration\n\n`~/.zshrc` is a symlink to `zsh/zshrc.symlink` (created by `script/bootstrap`). All interactive shell configuration lives in this file.\n\nKey files:\n\n- `zsh/zshrc.symlink` — interactive shell: oh-my-zsh, tool managers, PATH, env vars, functions\n- `zsh/zshenv.symlink` — all contexts: Homebrew, `~/.local/bin`, Cargo\n- `zsh/zprofile.symlink` — login shells: .NET tools, OrbStack\n- `zsh/aliases.zsh` — shell aliases\n- `zsh/*-completion.zsh` — tab completion scripts\n- `~",
  "cost": {
    "context_tokens": 166
  }
}

Fetch it by URL: GET /api/v1/registry/haacked-dotfiles-dotfiles/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.