spiderly
Generates full .NET and Angular apps from entity classes
All Skills in This Repository (10)
Pure Emerald Level Indicatorsangular-customization
Customize Spiderly Angular admin panel components and form behaviors.
file-storage
Configure file storage providers and blob upload behavior for Spiderly apps.
filtering-patterns
Implement server-side filtering and pagination for EF Core APIs with FilterDTO.
ai-agentic-design
Enforce non-interactive defaults and Docker-based provisioning for AI-driven Spiderly development.
entity-design
Design Spiderly entities with attributes, relationships, and UI mappings.
backend-hooks
Override Spiderly lifecycle hooks to customize generated CRUD behavior.
ef-migrations
Execute EF Core migrations for Spiderly's database schema using dotnet ef tooling.
mapper-customization
Customize Spiderly-generated Mapster mappers via partial class overrides.
authorization
Define user, role, and permission contracts for Spiderly authorization.
custom-endpoints
Add custom non-CRUD endpoints to Spiderly controllers with DI wiring.
Frequently Asked Questions
FAQPage SchemaHow to install Spiderly?▼
Run `npx skills add filiptrivan/spiderly --all -g -y` in your terminal to install all skills in this suite globally.
What does Spiderly generate from entity classes?▼
It generates CRUD UI pages, Angular API clients, .NET controllers, services, DTOs, mappers, and matching FluentValidation and Angular form validators from your EF Core entities.
How do I add a new entity to a Spiderly app?▼
The add-entity skill walks your agent through scaffolding the entity class, Angular pages, routes, menu entries, and the database migration in the correct order.
Can Spiderly deploy my app to production?▼
Yes. The deployment skill covers a full VPS stack with Docker Compose, Caddy, Cloudflare, Terraform, and CI/CD pipelines, plus automated Postgres backups.
Does Spiderly work with Claude Code and other AI coding tools?▼
Yes. All skills follow the universal SKILL.md standard and ship inside the spiderly npm package, so they work in Claude Code, Cursor, and compatible coding agents.
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