Project
Reverse Dependencies for pikuri-core
The projects listed here declare pikuri-core as a runtime or development dependency
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
0.0
pikuri-code adds the shell-and-dev-loop layer on top of
pikuri-workspace's filesystem tools: a +Pikuri::Tool::Bash+ that
runs commands via the +Pikuri::Subprocess+ chokepoint with
+Confirmer+ gating, plus the demo +bin/pikuri-code+ binary that
wires file + shell + web tools into an interactive coding agent
rooted at the current working directory. The +Pikuri.prompt+
search path picks up this gem's +prompts/coding-system-prompt.txt+
automatically on require.
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-mcp adds Model Context Protocol support to pikuri-core
agents: a +Pikuri::Mcp::Registry+ for declaring stdio + HTTP MCP
servers, the +Pikuri::Mcp::Servers+ runtime that spawns them, a
+Pikuri::Mcp::Synthesizer+ that LLM-fills missing server
descriptions, a +Pikuri::Mcp::Verifier+ that screens server
surfaces for prompt-injection patterns before any tool is
advertised to the LLM, and a +Pikuri::Mcp::Extension+ that wires
everything into a +Pikuri::Agent+ via +c.add_extension(...)+ in
the +Agent.new+ block.
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-skills implements the Agent Skills standard
(agentskills.io) for pikuri-core agents: a +Pikuri::Skill::Catalog+
that discovers skill folders under .pikuri/skills, .claude/skills,
and .agents/skills; a +Pikuri::Skill::SkillTool+ that loads a
skill's body on demand; and a +Pikuri::Skill::Extension+ that wires
both into a +Pikuri::Agent+ via +c.add_extension(...)+ in the
+Agent.new+ block.
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-workspace adds "operate on a directory tree" to pikuri-core
agents: the +Pikuri::Tool::Workspace+ seam (abstract base +
+Workspace::Cwd+) that scopes filesystem access to a chosen root,
the +Pikuri::Tool::Confirmer+ seam (+AUTO_APPROVE+ + +TERMINAL+)
for user-state mutations, and five tools wired to those seams:
+Pikuri::Tool::Read+, +Pikuri::Tool::Write+, +Pikuri::Tool::Edit+,
+Pikuri::Tool::Grep+, and +Pikuri::Tool::Glob+. Self-contained —
no shell execution; +Pikuri::Tool::Bash+ ships in pikuri-code on
top of these.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity