Skip to content

Conversation

@marovole
Copy link
Contributor

Summary

  • Optimized session-start hook by replacing slow pure-bash JSON escaping with jq/python, reducing startup time from ~7.2s to <20ms.
  • Integrated ui-skills repository and updated project statistics in README.
  • Updated GitHub Actions deployment workflow for fastskills project name.
  • Added wrangler to devDependencies for easier manual deployments.

Test plan

  • Verified session-start.sh execution time using time.
  • Validated hook JSON output correctness with jq.
  • Confirmed README links and statistics are accurate.

🤖 Generated with Claude Code

Replaced the extremely slow pure-bash character-by-character JSON escape
logic with jq/python, reducing hook execution time from 7.2s to 0.01s.

Co-Authored-By: Claude <noreply@anthropic.com>
@marovole marovole merged commit 4c0bea6 into main Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants