Bespoke Software avatar

Bespoke Software

Official

@bespoke-uk · United Kingdom

0Followers
|
3Public Repos
|
14Published Skills

Software development company

Skills Distribution
DomainDeveloper To...Package Scaffolding (40%)Code Auditing & Co.. (30%)Dependency Managem.. (20%)Testing Infrastruc.. (10%)

Agent Skills by Bespoke Software

Showing 14 vetted skills indexed across 1 GitHub repositories.

bespoke-ukbespoke-uk

add-api

Generate RESTful API scaffolds for existing Bespoke packages.

Official
Advanced
bespoke-ukbespoke-uk

new-crud

Scaffold CRUD packages from a skeleton template with placeholders and contracts.

Official
Intermediate
bespoke-ukbespoke-uk

add-migration

Generate migration stubs in database/migrations for Bespoke packages.

Official
Intermediate
bespoke-ukbespoke-uk

add-livewire

Scaffold Livewire components with class, view, and config registration.

Official
Intermediate
bespoke-ukbespoke-uk

upgrade-package

Audit and upgrade Bespoke packages to current documentation and standards.

Official
Advanced
bespoke-ukbespoke-uk

new-blade

Generate a Blade component package scaffold from the skeleton-blade template.

Official
Intermediate
bespoke-ukbespoke-uk

add-tests

Scaffold PHPUnit tests for a Bespoke package with Testbench integration.

Official
Intermediate
bespoke-ukbespoke-uk

sync-docs

Scan repositories and edit CLAUDE.md and docs to resolve code-documentation inconsistencies.

Official
Intermediate
bespoke-ukbespoke-uk

audit

Audit Bespoke packages against package_standards.md compliance requirements.

Official
Advanced
bespoke-ukbespoke-uk

test-packages

Run PHPUnit tests across Bespoke packages with optional filters.

Official
Intermediate
bespoke-ukbespoke-uk

check-deps

Analyze package or monorepo dependencies for circular, version, and missing issues.

Official
Intermediate
bespoke-ukbespoke-uk

add-exports

Generate import and export contracts, implementations, views, and service-provider bindings for Bespoke packages.

Official
Advanced
bespoke-ukbespoke-uk

fix-contracts

Generate missing contracts for Laravel Bespoke packages with correct interfaces.

Official
Advanced
bespoke-ukbespoke-uk

add-event

Generate Event and Listener classes for a Bespoke package and update config.

Official
Intermediate

Frequently Asked Questions About Bespoke Software

FAQPage Schema
What 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.