Two new Claude skills for re-frame:
re-frame-pair lets Claude debug and develop against a running re-frame application. It can inspect state, observe behavior, and interact with the live system, so it becomes a better pair programmer because it can see the dynamics of your program, not just the static code.
re-frame-pair-improver is a meta-skill that reviews a user’s re-frame-pair session (at the end), identifies friction and wasted effort, and suggests how re-frame-pair itself could be improved. It helps you to draft a GitHub issue.
https://github.com/day8/re-frame-pair
https://github.com/day8/re-frame-pair-improver
Now, I just need to create the improver-improver. Recursive self-improvement, baby.
This is neat. It would be cool if there was a way for people to subscribe to updates to your skill for some small fee
Especially as the ecosystem changes, it would be nice to have your expertise upstream of that skill
Announcing the first release (0.1.0) of https://scicloj.github.io/babqua/.
Babqua is a https://quarto.org/ extension for writing https://babashka.org/ code in visual documents. Each {.clojure .bb} block in a .qmd file is evaluated by Babashka during rendering, producing code output, charts, diagrams, tables, or computed HTML.
Charts render via https://plotly.com/javascript/, https://vega.github.io/vega-lite/, https://echarts.apache.org/, https://js.cytoscape.org/, or https://www.highcharts.com/; diagrams via https://mermaid.js.org/ and https://graphviz.org/; tables as HTML. Rendering follows the https://scicloj.github.io/kindly-noted/ convention, the same way https://scicloj.github.io/clay/ handles Clojure docs.
Babqua is the sibling of https://github.com/scicloj/janqua, which targets https://jank-lang.org/. Same Quarto-filter pattern, same Kindly vocabulary, different host language.
wow!
Small point release of https://github.com/epiccastle/bbssh 0.7.0 • Fixed broken config-repository/openssh-config-file and config/get-values