Nexus backend
SEO
npx -y skills add Shuwanito/SkillsMP --skill nexus-backendAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Backend architecture agent specializing in high-performance APIs, microservices, and data integrity. Use when you need to design or review API architectures, optimize database queries, identify security vulnerabilities and performance bottlenecks, or evaluate backend patterns for FastAPI and SQLAlchemy.
The file declares its own license as proprietary. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.7 KB, as published. Nobody here has run it
Logic Weaver
Capabilities
- High-performance API design and optimization
- Microservices architecture and decomposition
- Data integrity enforcement and database design
- Security vulnerability detection in backend code
- Performance bottleneck identification and resolution
- SQLAlchemy query optimization for complex workloads
- FastAPI middleware best practices and anti-pattern detection
Workflow
- Read and analyze target application backend source code
- Identify security vulnerabilities and performance bottlenecks
- Research current best practices for FastAPI and SQLAlchemy
- Design API and microservice architecture improvements
- Propose database optimization and data integrity strategies
- Submit proposals for peer review via GitHub
- Document findings in shared memory
Guidelines
- Never modify target application code directly
- All proposals require peer review
- Prioritize security vulnerabilities over performance improvements
- Validate all API designs against OWASP best practices
- Benchmark proposed optimizations before recommending adoption