Skip to content
Skillv1.0.0

ContentSystem

@README.md

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

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

See reviews

About

Imported from heyframe/heyframe (src/Core/Content/ContentSystem/AGENTS.md). Install upstream with npx skills add heyframe/heyframe --skill ContentSystem. Copyright stays with the author.

ContentSystem

@README.md

Source Code References

  • Routing: Routing/Router/ContentRouter
  • Entity Resolution: Routing/IdResolution/EntityIdResolver
  • Layout Resolution: Routing/LayoutResolution/LayoutResolver
  • Refinement: Layout/Refinery/RefinedLayoutBuilder, Layout/Refinery/LayoutRefinery
  • Hydration: Hydration/ContentElementHydrator
  • Store API: Channel/ContentRoute

Quick Reference

  • Pipeline: Routing → Resolution → Layout → Refinement → Hydration
  • Main exception class: ContentSystemException
  • ID generation: Uuid::randomHex()
  • Package: #[Package('discovery')]
  • Main API endpoint: /store-api/content/{path}
  • DAL: Use Criteria API + EntityDefinition, NOT Doctrine ORM

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/heyframe-heyframe-contentsystem/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.

heyframe-heyframe-contentsystem.ocm.jsonjson
{
  "ocm": "1",
  "id": "heyframe-heyframe-contentsystem",
  "kind": "skill",
  "name": "ContentSystem",
  "description": "@README.md",
  "publisher": "heyframe",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "@README.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/heyframe/heyframe",
      "path": "src/Core/Content/ContentSystem/AGENTS.md",
      "ref": "9253abc081ec7d2e1b9f78a48e64072648b89f9e",
      "url": "https://github.com/heyframe/heyframe/blob/9253abc081ec7d2e1b9f78a48e64072648b89f9e/src/Core/Content/ContentSystem/AGENTS.md",
      "key": "heyframe/heyframe/src/Core/Content/ContentSystem/AGENTS.md"
    }
  },
  "instructions": "# ContentSystem\n\n@README.md\n\n## Source Code References\n\n- **Routing**: `Routing/Router/ContentRouter`\n- **Entity Resolution**: `Routing/IdResolution/EntityIdResolver`\n- **Layout Resolution**: `Routing/LayoutResolution/LayoutResolver`\n- **Refinement**: `Layout/Refinery/RefinedLayoutBuilder`, `Layout/Refinery/LayoutRefinery`\n- **Hydration**: `Hydration/ContentElementHydrator`\n- **Store API**: `Channel/ContentRoute`\n\n## Quick Reference\n\n- **Pipeline**: Routing → Resolution → Layout → Refinement → Hydration\n- **Main exception class**: `ContentSystemException`\n- **ID generation**: `Uuid::randomHex(",
  "cost": {
    "context_tokens": 190
  }
}

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