neuron-ai
Build, test, and monitor AI agents in PHP applications
All Skills in This Repository (8)
Pure Emerald Level Indicatorsneuron-debugger
Trace Neuron agent execution with Inspector APM observability.
neuron-rag-specialist
Integrate vector stores, embeddings, and document loaders into Neuron AI agents.
neuron-agent-builder
Configure and orchestrate Neuron AI agents in PHP applications.
neuron-evaluation-engineer
Design and execute AI evaluations with datasets, evaluators, and assertions in Neuron AI.
neuron-workflow-architect
Create and orchestrate event-driven Neuron AI workflows with nodes, events, and state.
neuron-tool-creator
Design tools, toolkits, and MCP connectors for Neuron AI agents.
neuron-test-engineer
Automate end-to-end testing of Neuron AI agents with fake providers.
neuron-structured-output
Creates Neuron AI structured output schemas with SchemaProperty attributes and validation rules for LLM-generated data extraction and deserialization.
Frequently Asked Questions
FAQPage SchemaHow to install Neuron AI?โผ
Run `npx skills add neuron-core/neuron-ai --all -g -y` in your terminal to install all skills in this suite globally.
What can I build with Neuron AI?โผ
You can build PHP-based AI agents with chat, streaming, tool calling, RAG document search, and structured data extraction, all orchestrated through event-driven workflows.
Which LLM providers does Neuron AI support?โผ
It supports Anthropic, OpenAI, Gemini, Ollama, Mistral, Deepseek, AWS Bedrock, and many more, and you can switch providers with a single line of code.
Can I test agents without real API calls?โผ
Yes. The suite includes fake providers, vector stores, and MCP transports that record interactions so you can write fast, deterministic PHPUnit tests.
Do I need AI experience to use these skills?โผ
No. The skills guide your AI agent through agent creation, tool building, and RAG setup using plain-English requests and generated boilerplate.
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