No-One
Polyglot website management with cross-language plugin development
All Skills in This Repository (4)
Pure Emerald Level Indicatorsweb-design-guidelines
Identify UI compliance issues by comparing code and assets against Web Interface Guidelines.
vercel-react-best-practices
Apply React and Next.js performance best practices during code reviews and refactoring.
vercel-composition-patterns
Implement React composition patterns to reduce boolean props and improve component architecture.
noone-plugins
Build and maintain multi-language plugins for the NoOne platform.
Frequently Asked Questions
FAQPage SchemaHow to install No-One?โผ
Run `npx skills add ReaJason/No-One --all -g -y` in your terminal to install all skills in this suite globally.
What is the No-One plugin system?โผ
It is a multi-language plugin framework where Java, Node.js, and .NET plugins share one contract: the runtime calls equals(ctx) and the plugin writes results back into the context map.
How do I add a new plugin to No-One?โผ
The noone-plugins skill guides your agent through writing the source, tests, release JSON, and running the generateRelease build step for the target language.
Does No-One include React coding guidelines?โผ
Yes. It ships Vercel's React best practices and composition patterns skills covering performance, bundle size, and component architecture rules.
Who is the No-One project intended for?โผ
It is built for security researchers and network administrators performing authorized security testing and audit work.
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