unacmsunacmsOfficialยท2 Agent Skills Included

UNA

Build, test, and debug PHP-based AI applications

Builds conversational agents, RAG knowledge bases, and multi-step workflows in PHP using the Neuron framework. Creates custom tools, structured output schemas, and MCP integrations without wrestling with raw API calls. Tests and debugs agent behavior with fake providers, evaluation datasets, and execution tracing to catch errors before production.
npx skills add unacms/UNA --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install UNA?โ–ผ

Run `npx skills add unacms/UNA --all -g -y` in your terminal to install all skills in this suite globally.

How to build a PHP AI agent with Neuron?โ–ผ

The agent builder skill guides you through extending the Agent class, configuring providers like Anthropic or OpenAI, and attaching tools and chat history.

How to add document search to a PHP chatbot?โ–ผ

The RAG specialist skill covers vector stores, embeddings providers, document chunking, and retrieval strategies so your chatbot can answer from your own documents.

Can I test agents without real API calls?โ–ผ

Yes. The test engineer skill uses fake providers, vector stores, and embeddings that record every interaction so you can assert behavior without spending API credits.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’