Project
Reverse Dependencies for pikuri-skills
The projects listed here declare pikuri-skills as a runtime or development dependency
0.0
+pikuri+ is the convenience bundle for the pikuri AI-assistant
toolkit. It ships no Ruby code of its own beyond a tiny entry
file that +require+'s each sibling gem; +gem install pikuri+
pulls in pikuri-core, pikuri-skills, pikuri-workspace,
pikuri-code, pikuri-mcp, and pikuri-assistant in one shot, and
+require 'pikuri'+ boots all of them.
Privacy-conscious users who want a minimal dependency tree to
audit should install +pikuri-core+ directly and opt into the
extension gems they actually need — same +bundle add+ pattern
Rails users have always had. See each pikuri-* gem's README
for its individual surface.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
pikuri-assistant ships the demo +bin/pikuri-assistant+ binary on
top of pikuri-core + pikuri-skills + pikuri-mcp: an interactive
chat agent the user hand-edits to declare a +Pikuri::Mcp::Registry+
of MCP servers. The +Pikuri.prompt+ search path picks up this
gem's +prompts/pikuri-assistant.txt+ automatically on require —
same multi-gem prompt-dir pattern as pikuri-code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity