Skip to content
Skillv1.0.0

profiles

This subtree contains reusable foundry overlay profiles only.

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

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

See reviews

About

Imported from FennexFox/packetflow_foundry (profiles/AGENTS.md). Install upstream with npx skills add FennexFox/packetflow_foundry --skill profiles. Copyright stays with the author.

Profiles AGENTS

This subtree contains reusable foundry overlay profiles only.

Default model:

  • baseline is the default overlay
  • packet-heavy-orchestrator is an opt-in upper overlay

Profiles here must stay:

  • reusable across multiple repos
  • data-only
  • limited to selection defaults, bindings, review defaults, and notes

Do not place these in foundry profiles:

  • repo-specific path bindings for one consumer repo
  • project-only review docs
  • executable hooks
  • behavior semantics
  • packet routing authority

If a profile is only useful to one consumer repo, put it in .codex/project/profiles/ instead of here.

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/fennexfox-packetflow-foundry-profiles/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.

fennexfox-packetflow-foundry-profiles.ocm.jsonjson
{
  "ocm": "1",
  "id": "fennexfox-packetflow-foundry-profiles",
  "kind": "skill",
  "name": "profiles",
  "description": "This subtree contains reusable foundry overlay profiles only.",
  "publisher": "FennexFox",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This subtree contains reusable foundry overlay profiles only."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/FennexFox/packetflow_foundry",
      "path": "profiles/AGENTS.md",
      "ref": "48296672a1680768308c376fe026cedc6a08512f",
      "url": "https://github.com/FennexFox/packetflow_foundry/blob/48296672a1680768308c376fe026cedc6a08512f/profiles/AGENTS.md",
      "key": "FennexFox/packetflow_foundry/profiles/AGENTS.md"
    }
  },
  "instructions": "# Profiles AGENTS\n\nThis subtree contains reusable foundry overlay profiles only.\n\nDefault model:\n- `baseline` is the default overlay\n- `packet-heavy-orchestrator` is an opt-in upper overlay\n\nProfiles here must stay:\n- reusable across multiple repos\n- data-only\n- limited to selection defaults, bindings, review defaults, and notes\n\nDo not place these in foundry profiles:\n- repo-specific path bindings for one consumer repo\n- project-only review docs\n- executable hooks\n- behavior semantics\n- packet routing authority\n\nIf a profile is only useful to one consumer repo, put it in `.codex/project/profi",
  "cost": {
    "context_tokens": 155
  }
}

Fetch it by URL: GET /api/v1/registry/fennexfox-packetflow-foundry-profiles/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.