filiptrivanfiliptrivanCommunity·10 Agent Skills Included

spiderly

Generates full .NET and Angular apps from entity classes

Generates complete .NET and Angular web applications from EF Core entity classes, including CRUD pages, API controllers, DTOs, validators, and database migrations. Eliminates hand-written boilerplate, repetitive form building, and manual frontend-backend synchronization. Guides scaffolding new entities, running migrations, adding API keys, deploying to production, and upgrading framework versions safely.
npx skills add filiptrivan/spiderly --all -g -y
Available:

Gives your AI agent the framework's core rules — config binding contracts, versioning, code conventions, and when to regenerate build artifacts — so it edits Spiderly code without breaking generated output.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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