NetAlertX
Monitor network devices and develop NetAlertX with AI agent guidance
All Skills in This Repository (28)
Pure Emerald Level Indicatorsnax-settings-development
Defines conventions for creating and maintaining NetAlertX settings in config.json.
pr-analysis
Analyzes and responds to GitHub PR review comments following NetAlertX conventions.
skills-index
Maps equivalent skills across Gemini CLI, GitHub Copilot, and Claude Code skill directories.
logging-standards
Enforces logging conventions for NetAlertX backend Python code using the mylog interface.
plugin-development
Create, run, and test NetAlertX plugins following the config.json manifest and data contract conventions.
testing-workflow
Runs pytest suites and single tests inside the NetAlertX devcontainer with authentication setup.
netalertx-pr-analysis
Analyzes GitHub PR review comments and guides compliant code changes and replies.
netalertx-database-patterns
Guides SQLite trigger design and audit logging patterns for the NetAlertX Devices table.
skills-overview
Indexes and cross-references AI assistant skills across Copilot, Gemini, and Claude directories.
netalertx-logging-standards
Enforces logging conventions for NetAlertX backend Python code using the mylog function.
project-navigation
Map key component locations in the NetAlertX codebase.
mcp-activation
Expose the NetAlertX MCP server to AI agents for live runtime operations.
Frequently Asked Questions
FAQPage SchemaHow to install NetAlertX skills?โผ
Run `npx skills add netalertx/NetAlertX --all -g -y` in your terminal to install all skills in this suite globally.
What is NetAlertX used for?โผ
NetAlertX is a network visibility and asset intelligence platform that discovers devices, detects unauthorized hardware, and alerts on changes across your network. These skills help AI agents develop and maintain the project itself.
How do these skills help AI coding agents?โผ
They teach agents the project's code standards, testing workflow, database patterns, and plugin system so changes follow NetAlertX conventions automatically.
Can AI agents run tests and access the live NetAlertX runtime?โผ
Yes. The testing-workflow and mcp-activation skills let agents run pytest suites and connect to the live API for real-time debugging and device queries.
Do these skills work with GitHub Copilot and Gemini CLI?โผ
Yes. The suite includes parallel skill sets for both GitHub Copilot and Gemini CLI, with an index skill mapping equivalents between the two.
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