You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two new features for the agent-native vision:
1. CLI Emitter (-f cli): generates a standalone Commander.js CLI
tool from any OpenAPI spec. Each endpoint becomes a command
with proper positional args, flags, and type coercion.
2. Self-as-Skills: Agentify now ships self-description files
(self/skills.json, self/CLAUDE.md, self/AGENTS.md) so agents
can discover and use Agentify autonomously. New `self-describe`
CLI command copies these files to any directory.
- 9 output formats total (8 default + cli opt-in)
- 133 tests passing across 9 test files
- npm: agentify-cli@0.4.0 published with self/ included
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
---
16
16
17
-
Agentify compiles any OpenAPI specification into **8 agent interface formats** — MCP Server, CLAUDE.md, AGENTS.md, .cursorrules, Skills, llms.txt, GEMINI.md, and A2A Card. Instead of hand-building each format separately, generate them all from a single source of truth.
17
+
Agentify compiles any OpenAPI specification into **9 agent interface formats** — MCP Server, CLAUDE.md, AGENTS.md, .cursorrules, Skills, llms.txt, GEMINI.md, A2A Card, and CLI. Instead of hand-building each format separately, generate them all from a single source of truth.
0 commit comments