← Back to Skills Marketplace
felix-antonio-sl

Arquitecto Categorico

by felix-antonio-sl · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
166
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install fxsl-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 is an instruction-only playbook that uses the included {baseDir}/references corpus to produce schemas, DDL, audits and diagrams; it requests no credentials and installs nothing, so its footprint is small and coherent. Before enabling it: (1) verify the workspace baseDir used at runtime indeed points to the included references (so the agent reads the intended materials), (2) review the included KB files for any proprietary or sensitive content you don't want the agent to read or expose, and (3) if you let agents invoke skills autonomously, be aware generated artifacts may contain design or IP-sensitive material — restrict outbound network access or review outputs if that matters. If you need higher assurance, run the skill in an isolated/test workspace and inspect its outputs and any file reads the agent performs.
Capability Analysis
Type: OpenClaw Skill Name: fxsl-arquitecto-categorico Version: 1.0.1 The 'arquitecto-categorico' skill bundle is a highly structured framework designed to guide an AI agent in formalizing data architectures and APIs using category theory. The bundle consists of detailed operational playbooks (e.g., SKILL.md, static-modeling.md) and an extensive theoretical knowledge base (references/kb/) covering topics like functorial data migration and coalgebraic behavior. The instructions are strictly focused on generating declarative artifacts (SQL, JSON Schema, Mermaid) and include explicit guardrails in SKILL.md to prevent the agent from assuming unauthorized tools or implementing imperative logic. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the 'audit' functionality is limited to structural and referential integrity checks of data models.
Capability Assessment
Purpose & Capability
Name and description (categorical data/API design and audits) match the content of SKILL.md and the included reference corpus. The bundle provides many local KB/playbook files that the skill instructs the agent to read and use; nothing requested (env, binaries, installs) is outside what this kind of authoring/audit skill would need.
Instruction Scope
Runtime instructions direct the agent to load playbooks and read files under {baseDir}/references (playbooks and KB). This stays within the stated domain (modeling, schema, audits) and does not instruct accessing unrelated system paths, credentials, or external endpoints. Note: the skill assumes read access to workspace files under {baseDir}; confirm at runtime that {baseDir} resolves to the intended bundle directory and not an unexpected path.
Install Mechanism
There is no install spec and no code to write to disk; the skill is instruction-only. This is the lowest-risk install mechanism and is proportionate to the stated purpose.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That aligns with an offline, document-driven modeling/audit assistant.
Persistence & Privilege
always:false and normal autonomous invocation are set (defaults). The skill does not request permanent presence or elevated privileges and does not appear to modify other skills or system settings. As with any skill that can be invoked autonomously, consider whether you allow it to run without supervision in contexts where generated artifacts might be sensitive.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fxsl-arquitecto-categorico
  3. After installation, invoke the skill by name or use /fxsl-arquitecto-categorico
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Primera gran extensión: se agregaron 25 archivos de referencia bajo `references/kb` y otros, cubriendo fundamentos teóricos, taxonomía de aclaraciones, estrategias de integración, migración, y auditaría de arquitecturas categóricas. - Se formalizó el flujo de trabajo, incluyendo pasos explícitos para clasificación, aclaración de tensiones de modelado y selección de artefacto de salida. - La descripción y alcance fueron actualizados para mayor precisión sobre cuándo aplicar la skill y en qué dominios. - Se establecieron contratos de output más estrictos: apertura sintetizada, artefacto o auditoría principal, comentarios técnicos solo cuando aportan trazabilidad, y formato en Markdown riguroso. - Se reforzaron guardrails para evitar salidas fuera de los dominios declarativos, la exposición indeseada de tooling interno y el uso de fuentes no referenciadas. - Autocheck antes de responder: validar modo, preservación de estructura categórica, explicitación de restricciones y fuentes.
v1.0.0
Initial release. Adds a categorical architecture skill for formal data modeling, integration, migration, and audit workflows derived from the fxsl arquitecto-categorico agent and bundled references.
Metadata
Slug fxsl-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 Categorico?

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 166 downloads so far.

How do I install Arquitecto Categorico?

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

Is Arquitecto Categorico free?

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

Which platforms does Arquitecto Categorico support?

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

Who created Arquitecto Categorico?

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

💬 Comments