top skills
pricing
resources
install
github
sign in
sign up
back to leaderboard
SI
@sipoon
contributor on implexa, with 8 skills ranked by
SkillRank
across 1 source.
sipoon on github
publishes to clawhub
skills, ranked by SkillRank
score
source
skill
—
clawhub
Skill Compounding
识别并提取可复用的解决方案为团队技能,实现经验积累与复利,避免重复摸索相同问题。
—
clawhub
Memory Graph
基于 SQLite 的实体关系图谱存储,提供 add_entity / add_relation / query / traverse / get_path 等原子操作,供 skill-compounding 沉淀时调用。
—
clawhub
CodeGraph Index
预构建代码符号和调用索引,支持快速查询函数调用关系、项目结构和技术栈,减少大仓库分析开销。
—
clawhub
Lifecycle Hooks
Agent lifecycle hook 系统 — 基于 OpenClaw 内核能力设计,用 heartbeat + subagent 机制模拟关键事件触发。借鉴 rohitg00/agentmemory 的 13 hook 设计。
—
clawhub
Brainstorming
自动追问澄清模糊需求,分步确认设计方案,确保代码实现前需求明确,降低返工风险,支持分块确认与TDD流程。
—
clawhub
Grill Me
系统化追问任务执行细节、风险与验收,确保多模块协作或截止明确任务的规划无遗漏,避免返工。
—
clawhub
Architecture Review
定期扫描代码库架构质量,识别循环依赖、死代码、过大模块和高圈复杂度,生成报告指导重构优先级。
—
clawhub
Diff Impact
Predict code change impact by analyzing knowledge graph call chains to identify direct and indirect affected modules before commit or merge.