Skip to content
Skillv1.0.0

dotfiles

This repository manages personal configuration files.

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

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

See reviews

About

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

Dotfiles repository

This repository manages personal configuration files.

  • Keep .codex/rules/default.rules and claude/settings.json in sync: when a change to one affects agent behavior, mirror the equivalent change in the other.

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/dvochoa-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.

dvochoa-dotfiles-dotfiles.ocm.jsonjson
{
  "ocm": "1",
  "id": "dvochoa-dotfiles-dotfiles",
  "kind": "skill",
  "name": "dotfiles",
  "description": "This repository manages personal configuration files.",
  "publisher": "dvochoa",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository manages personal configuration files."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/dvochoa/dotfiles",
      "path": "AGENTS.md",
      "ref": "900bce8776d547669fd31cf588592ea8fe3ea4c6",
      "url": "https://github.com/dvochoa/dotfiles/blob/900bce8776d547669fd31cf588592ea8fe3ea4c6/AGENTS.md",
      "key": "dvochoa/dotfiles/AGENTS.md"
    }
  },
  "instructions": "# Dotfiles repository\n\nThis repository manages personal configuration files.\n\n- Keep `.codex/rules/default.rules` and `claude/settings.json` in sync: when a change to one\n  affects agent behavior, mirror the equivalent change in the other.",
  "cost": {
    "context_tokens": 59
  }
}

Fetch it by URL: GET /api/v1/registry/dvochoa-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.