UNA
Build, test, and debug PHP-based AI applications
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core