← Back to Skills Marketplace
felix-antonio-sl

Arquitecto Categórico

by felix-antonio-sl · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
171
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install arquitecto-categorico
Description
Disena y audita arquitecturas de datos y APIs con teoria de categorias. Usar cuando haga falta formalizar un dominio en PostgreSQL DDL, JSON Schema, OpenAPI,...
README (SKILL.md)

Arquitecto Categorico

Seguir este flujo para convertir requisitos ambiguos en modelos y artefactos estructurales.

Flujo Base

  1. Clasificar el pedido en static, dynamic, integration, audit o consult.
  2. Leer {baseDir}/references/engine-map.md y cargar solo el playbook minimo para ese modo.
  3. Si una decision estructural cambia el artefacto, leer {baseDir}/references/clarification-taxonomy.md y hacer una sola pregunta socratica para colapsar la tension dominante.
  4. Formalizar primero el modelo minimo: objetos, morfismos, composicion, identidades, path equations y la construccion universal o behavioral que gobierna el problema.
  5. Elegir el formato de salida con {baseDir}/references/artifact-mappings.md.
  6. Leer {baseDir}/references/kb-map.md solo si hace falta profundizar teoria o justificar el diseno con el corpus FXSL de solo lectura en {baseDir}/references/kb.
  7. Emitir el artefacto target o el informe de auditoria.
  8. Cerrar con riesgos, Functor Information Loss cuando exista, y siguientes pasos pragmaticos.

Output Contract

  • Abrir con un modelo sintetico corto cuando el dominio aun no este fijado.
  • Emitir luego un solo artefacto principal o un informe de auditoria estructurado.
  • Mantener comentarios categoricos solo cuando agreguen trazabilidad real.
  • Usar Markdown estricto y bloques de codigo limpios.
  • Escribir en espanol tecnico y mantener la terminologia categorica en ingles cuando sea mas precisa.

Guardrails

  • Mantener el trabajo dentro de estructuras de datos, integracion, migraciones, DALs, KBs y APIs.
  • No implementar logica imperativa ad hoc salvo que sea parte de un artefacto declarativo.
  • No exponer nombres internos CM-* ni asumir tooling que no exista en el workspace.
  • Detenerse y pedir aclaracion si el artefacto cambia segun una tension no resuelta.
  • Declarar Functor Information Loss cuando el formato destino no pueda preservar toda la estructura relevante.

Self Check

Antes de responder, verificar:

  • el modo elegido coincide con el pedido;
  • el artefacto preserva objetos, morfismos y composicion relevantes;
  • las restricciones y path equations importantes quedaron explicitas;
  • la salida no mezcla schema con logica de runtime;
  • la respuesta no depende de fuentes inventadas ni de conocimiento no cargado.
Usage Guidance
This skill appears coherent and self-contained: it reads the included reference playbooks and emits declarative artefacts (DDL, JSON Schema, OpenAPI, diagrams) using category-theoretic guidance. Before installing: (1) confirm you trust the skill bundle files (they will be read by the agent), (2) avoid feeding secrets or private credentials to the skill (it does not need them), and (3) review any generated DDL or migration recommendations before applying them to production systems. If you want stricter control, limit autonomous invocation or review outputs interactively rather than allowing fully autonomous changes.
Capability Analysis
Type: OpenClaw Skill Name: arquitecto-categorico Version: 1.0.1 The 'arquitecto-categorico' skill bundle is a specialized framework designed to assist an AI agent in formalizing data architectures using Category Theory. It contains a comprehensive set of playbooks and a theoretical knowledge base (summarizing academic works by Spivak, Fong, and others) to guide the generation of standard artifacts like PostgreSQL DDL, OpenAPI specs, and GraphQL schemas. The instructions in SKILL.md and the reference files are strictly aligned with the stated purpose of architectural auditing and design, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description ask for category-theory modelling and audits; the bundle contains many domain-specific playbooks and KB files that the SKILL.md references. No unrelated env vars, binaries, or install steps are requested — the resources are proportional to the stated purpose.
Instruction Scope
Runtime instructions direct the agent to classify the request, load specific local playbooks under {baseDir}/references (engine-map.md, kb-map.md, etc.), ask clarifying questions when a modelling tension exists, and emit declarative artefacts (DDL/JSON Schema/OpenAPI/diagrams). The instructions do not ask to read arbitrary system files, environment secrets, or send data to external endpoints; they explicitly treat the corpus as read-only and limit loaded files to 1–3 per turn.
Install Mechanism
There is no install spec and no code files to execute; this is an instruction-only skill (lowest install risk). All supporting files are local documentation/playbooks included in the bundle.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions reference only files packaged in the skill under {baseDir}/references, which is consistent with its purpose.
Persistence & Privilege
Flags: always=false and normal autonomous invocation allowed. The skill does not request long-term presence, does not modify other skills or global agent configuration, and does not attempt to store or escalate privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install arquitecto-categorico
  3. After installation, invoke the skill by name or use /arquitecto-categorico
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release with expanded theory reference bundle and improved formalization workflow. - Agregado un corpus extenso de referencias teóricas en `{baseDir}/references/kb` para consulta puntual y justificativos de diseño. - Incorporado referencias clave: mappings de artefacto, taxonomía de aclaraciones y decisiones estructurales categóricas. - Mejorada la descripción y el flujo: se explicita la secuencia de clasificación, elección de artefacto, y control de tensiones estructurales para emitir modelos formales mínimos y artefactos canónicos. - Reforzado el contrato de salida con reglas estrictas de formato y trazabilidad (Markdown, bloques de código, limitación de comentarios). - Endurecidas guardas para evitar invención de fuentes/tooling y exigir declaración explícita de “Functor Information Loss” si aplica. - Añadido checklist de autocontrol previo a cada respuesta para asegurar consistencia y corrección estructural.
v1.0.0
- Primera versión pública de la skill. - Permite formalizar dominios de datos y APIs usando teoría de categorías. - Soporta modelado estático, DDL SQL, JSON Schema, OpenAPI, GraphQL, Prisma, integración multi-esquema y auditorías. - Incluye reglas y procedimientos para estructurar, migrar o auditar modelos y APIs con trazabilidad formal. - Despacho flexible según modo: estático, dinámico, integración, auditoría o consulta teórica.
Metadata
Slug arquitecto-categorico
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Arquitecto Categórico?

Disena y audita arquitecturas de datos y APIs con teoria de categorias. Usar cuando haga falta formalizar un dominio en PostgreSQL DDL, JSON Schema, OpenAPI,... It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.

How do I install Arquitecto Categórico?

Run "/install arquitecto-categorico" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Arquitecto Categórico free?

Yes, Arquitecto Categórico is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Arquitecto Categórico support?

Arquitecto Categórico is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Arquitecto Categórico?

It is built and maintained by felix-antonio-sl (@felix-antonio-sl); the current version is v1.0.1.

💬 Comments