Skip to content
Skillv1.0.0

naming_generator

# AGENTS - Skill Hierarchy Context

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

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

See reviews

About

Imported from jezer/skills-generators (naming_generator/AGENTS.md). Install upstream with npx skills add jezer/skills-generators --skill naming_generator. Copyright stays with the author.

# AGENTS - Skill Hierarchy Context

Objetivo

  1. Esta pasta faz parte da hierarquia oficial de skills em C:\codes\skills.
  2. Toda mudanca persistente deve executar route-skills-by-context antes da implementacao.

Regras

  1. Nao duplicar proposito de skill existente.
  2. Toda criacao/alteracao/exclusao/juncao/subskill deve consultar core/skill_registry e core/dependency_graph.
  3. Sem registro de skill executora e skills de apoio na sessao ativa, atividade deve ficar bloqueada.
  4. Regras especificas desta pasta prevalecem sobre regras genericas de C:\codes\skills\AGENTS.md no seu dominio.

Validacao

  1. Atualizar indices em C:\codes\skills\indices quando houver mudanca estrutural.
  2. Executar sincronizador multi-IA apos mudancas em skills oficiais.

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/jezer-skills-generators-naming-generator/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.

jezer-skills-generators-naming-generator.ocm.jsonjson
{
  "ocm": "1",
  "id": "jezer-skills-generators-naming-generator",
  "kind": "skill",
  "name": "naming_generator",
  "description": "# AGENTS - Skill Hierarchy Context",
  "publisher": "jezer",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "# AGENTS - Skill Hierarchy Context"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jezer/skills-generators",
      "path": "naming_generator/AGENTS.md",
      "ref": "210f0435c00bf0e480a97d290550a430f1f572de",
      "url": "https://github.com/jezer/skills-generators/blob/210f0435c00bf0e480a97d290550a430f1f572de/naming_generator/AGENTS.md",
      "key": "jezer/skills-generators/naming_generator/AGENTS.md"
    }
  },
  "instructions": "# AGENTS - Skill Hierarchy Context\n\n## Objetivo\n1. Esta pasta faz parte da hierarquia oficial de skills em `C:\\codes\\skills`.\n2. Toda mudanca persistente deve executar `route-skills-by-context` antes da implementacao.\n\n## Regras\n1. Nao duplicar proposito de skill existente.\n2. Toda criacao/alteracao/exclusao/juncao/subskill deve consultar `core/skill_registry` e `core/dependency_graph`.\n3. Sem registro de skill executora e skills de apoio na sessao ativa, atividade deve ficar bloqueada.\n4. Regras especificas desta pasta prevalecem sobre regras genericas de `C:\\codes\\skills\\AGENTS.md` no seu d",
  "cost": {
    "context_tokens": 193
  }
}

Fetch it by URL: GET /api/v1/registry/jezer-skills-generators-naming-generator/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.