Bespoke Software
Official@bespoke-uk · United Kingdom
Software development company
Agent Skills by Bespoke Software
Showing 14 vetted skills indexed across 1 GitHub repositories.
add-api
Generate RESTful API scaffolds for existing Bespoke packages.
new-crud
Scaffold CRUD packages from a skeleton template with placeholders and contracts.
add-migration
Generate migration stubs in database/migrations for Bespoke packages.
add-livewire
Scaffold Livewire components with class, view, and config registration.
upgrade-package
Audit and upgrade Bespoke packages to current documentation and standards.
new-blade
Generate a Blade component package scaffold from the skeleton-blade template.
add-tests
Scaffold PHPUnit tests for a Bespoke package with Testbench integration.
sync-docs
Scan repositories and edit CLAUDE.md and docs to resolve code-documentation inconsistencies.
audit
Audit Bespoke packages against package_standards.md compliance requirements.
test-packages
Run PHPUnit tests across Bespoke packages with optional filters.
check-deps
Analyze package or monorepo dependencies for circular, version, and missing issues.
add-exports
Generate import and export contracts, implementations, views, and service-provider bindings for Bespoke packages.
fix-contracts
Generate missing contracts for Laravel Bespoke packages with correct interfaces.
add-event
Generate Event and Listener classes for a Bespoke package and update config.
Frequently Asked Questions About Bespoke Software
FAQPage SchemaWhat specific development tasks are enabled by these capabilities?▼
These capabilities enable rapid generation of RESTful endpoints, database migration stubs, Blade components, and Event-Listener classes. They further support automated auditing of package standards, synchronization of documentation files, and the enforcement of interface contracts across Laravel-based projects.
Which target personas benefit from these development utilities?▼
These utilities are designed for Laravel package maintainers, senior backend engineers, and technical leads managing monorepo architectures. They are specifically intended for teams requiring strict adherence to internal coding standards and consistent structural patterns across distributed software packages.
What are the primary prerequisites for implementing these package utilities?▼
Implementation requires a Laravel-based environment with existing package structures. Users must ensure their project follows standard directory conventions, as the scaffolding relies on predefined skeleton templates and specific configuration files to correctly register classes, views, and service-provider bindings.