Flex Server
The Symfony.sh proxy with custom recipes for use instead of original endpoint
Install / Use
npx skills add aurimasniekis/flex-serverInstalls into whichever agent you are using.
README
Symfony Flex Server
A proxy-application for symfony/flex composer plugin to allow use 3rd party/private recipes.

Install
Clone the project
$ git clone git@github.com:aurimasniekis/flex-server.git
Run composer
$ composer install
Clone/Place your recipes inside /recipes folder.
$ git clone git@github.com:symfony/recipes.git ./recipes
Run build job to build data files for API
$ bin/flex build
Run the server
$ php -S 127.0.0.1:8080 routing.php
Usage
Modify your composer.json to use ur custom endpoint.
{
"extra": {
"symfony": {
"id": "01BNAS3890XQPHCYXQ127296J0",
"allow-contrib": false,
"endpoint": "http://127.0.0.1:8080",
}
}
}
If you want to use a non https connection disable the secure-http option :
{
"config": {
"secure-http": false
}
}
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
