PHP Classes

File: .claude/session-start.php

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   .claude/session-start.php   Download  
File: .claude/session-start.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 738 bytes
 

Contents

Class file image Download
<?php
$skills
= [
   
'/bump-version ? version bump steps, UPGRADING doc format',
   
'/new-migration ? migration ID format, SQL vs PHP choice',
   
'/usercredits-workflow ? 5-place checklist for new UserCredit types',
   
'/logging-guide ? log file table, per-context code patterns',
   
'/new-webdoor ? manifest requirement, SDK require path',
   
'/tackleissue <issue#> ? assign, plan, implement, and close a GitHub issue',
   
'/newftn ? prompt for FTN details and create a migration to insert or update the network',
];
echo
json_encode([
   
'systemMessage' => 'Welcome to BinktermPHP\'s Claude environment.' . PHP_EOL . PHP_EOL . 'Project skills (invoke with /skill-name):' . PHP_EOL . implode(PHP_EOL, $skills),
]);