← 返回 Skills 市场
Arquitecto Categorico
作者
felix-antonio-sl
· GitHub ↗
· v1.0.1
· MIT-0
166
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install fxsl-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,...
使用说明 (SKILL.md)
Arquitecto Categorico
Seguir este flujo para convertir requisitos ambiguos en modelos y artefactos estructurales.
Flujo Base
- Clasificar el pedido en
static,dynamic,integration,auditoconsult. - Leer
{baseDir}/references/engine-map.mdy cargar solo el playbook minimo para ese modo. - Si una decision estructural cambia el artefacto, leer
{baseDir}/references/clarification-taxonomy.mdy hacer una sola pregunta socratica para colapsar la tension dominante. - Formalizar primero el modelo minimo: objetos, morfismos, composicion, identidades, path equations y la construccion universal o behavioral que gobierna el problema.
- Elegir el formato de salida con
{baseDir}/references/artifact-mappings.md. - Leer
{baseDir}/references/kb-map.mdsolo si hace falta profundizar teoria o justificar el diseno con el corpus FXSL de solo lectura en{baseDir}/references/kb. - Emitir el artefacto target o el informe de auditoria.
- Cerrar con riesgos,
Functor Information Losscuando 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 Losscuando 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fxsl-arquitecto-categorico - 安装完成后,直接呼叫该 Skill 的名称或使用
/fxsl-arquitecto-categorico触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 Arquitecto Categorico?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fxsl-arquitecto-categorico」即可一键安装,无需额外配置。
Arquitecto Categorico 是免费的吗?
是的,Arquitecto Categorico 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Arquitecto Categorico 支持哪些平台?
Arquitecto Categorico 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Arquitecto Categorico?
由 felix-antonio-sl(@felix-antonio-sl)开发并维护,当前版本 v1.0.1。
推荐 Skills