← All creators

Kucell

User

Cortex Agent 框架:为 AI 编程助手(Cursor / Claude Code / Windsurf 等)设计的治理与指令框架。规则、工作流、技能、Sub-agent 一站式。

37 indexed · 0 Featured · 1 stars · avg score 73
Prolific

Categories

Indexed Skills (37)

AI & Automation Listed

agent-dashboard

Generate a local HTML dashboard for task progress, worktree collaboration, active agents, locks, handoffs, and recommended next actions.

1 Updated today
Kucell
AI & Automation Listed

architecture-guard

Guards project architecture through automated audits and manual reviews. Ensures code changes comply with architectural principles defined in `.agent/rules/architecture-design.md`.

1 Updated today
Kucell
AI & Automation Listed

context-budget

基于 L0/L1/L2 分层摘要的上下文预算控制(受 OpenViking 启发)。从 `.agent/references/` 中按 L0 关键词筛选、L1 排序、最后才加载 L2 全文,将注入量控制在模型上下文窗口的 40% 以内。零额外 token(前端启发式),输出 context-manifest.json + retrieval trajectory。

1 Updated today
Kucell
AI & Automation Listed

handoff

创建或恢复人可读与机器可读的轻量任务交接产物,用于在不同 Agent、会话或 sub-agent 之间转移工作,同时避免复制大型产物。

1 Updated today
Kucell
AI & Automation Listed

management-api

Cortex Agent dashboard、runs、queues、sessions、inbox、decisions 和 waitpoints 的本地管理查询与受控运行态写入器。

1 Updated today
Kucell
AI & Automation Listed

maturity-tracker

Harness 组件成熟度追踪。在 /ship CLEAN 阶段收集各组件表现指标,写入 metrics/component-health.json,供 /briefing 展示成熟度看板和退化决策依据。

1 Updated today
Kucell
AI & Automation Listed

phase-gate

State machine gate checker for workflow phase transitions. Ensures hard preconditions are met before moving to next phase.

1 Updated today
Kucell
AI & Automation Listed

validation-contract

Create, check, and summarize executable validation contracts for Mission Lite milestones and high-risk tasks before implementation begins.

1 Updated today
Kucell
AI & Automation Listed

knowledge-retrieval

Cross-store hybrid lexical retrieval, bidirectional [[wikilink]] backlinks, and rename-tracking over the .agent/ knowledge bases. Zero dependency. Use to find relevant knowledge across memory/experiences/references/decisions, discover who links to a note, or safely rewrite links after renaming a note.

1 Updated today
Kucell
AI & Automation Listed

subagent-trace

Receiver for sub-agent fan-out lifecycle events. Hosts (Claude Code / Cursor / Codex) push spawned / progress / completed / cancelled via `emit`; this skill appends to runs/<id>.json#subagent_fanout[] AND

1 Updated today
Kucell
Data & Documents Listed

evolution-pipeline

OpenViking 风格的异步自我进化管线。Session 归档 (`runtime-continuity/archive`) 后自动 enqueue,worker 后台提取 observation 写入 `.agent/memory/{feedback,project,experiences}/`。零 LLM 依赖(v1)。

1 Updated today
Kucell
AI & Automation Listed

resource-ingest

External resource ingestion (inspired by OpenViking's `client.add_resource`). Pull URL / file / git repo into `.agent/resources/external/`, auto-generate L0/L1, register in context-index.json + uri-map.json + MANIFEST.json. Zero LLM dependency.

1 Updated today
Kucell
AI & Automation Listed

retrieval-trajectory

Record and replay retrieval trajectories (inspired by OpenViking's observable retrieval). After every context-budget / knowledge-retrieval / skill-selector execution, writes `.agent/runtime-evidence/trajectory/{task-id}_{ts}.jsonl`. Supports replay, URI resolution verification, and fixture export.

1 Updated today
Kucell
AI & Automation Listed

secrets

凭据存储抽象 — 用 `secret://<ref>` 语义引用代替明文 token;支持 macOS Keychain、Linux Secret Service、gpg-encrypted file、env 4 个可插拔后端;agent 永不接触明文值,由框架代为取 + 注入。

1 Updated today
Kucell
AI & Automation Listed

session-triage

Decide whether to open a Mission + Run based on session signals (turns, debug keywords, tool failures). Open, observe, record-tool. Keeps active-task persistence automatic per `runtime-state-required`.

1 Updated today
Kucell
Data & Documents Listed

uri-resolver

Resolve `cortex://` URIs and `.agent/` filesystem paths bidirectionally. Audits `.agent/` markdown for relative references. Inspired by OpenViking's `viking://` protocol. All new `.agent/` documentation should prefer `cortex://` form so cross-project copies don't require path rewrites.

1 Updated today
Kucell
AI & Automation Listed

vcs-pr

VCS Pull Request 创建 / 状态 / 合并 — 通过 secret://<ref> 间接 token,框架代为取 + 注入 Authorization header;agent 永不接触明文。可插拔 backend:gitea / github / gitlab。

1 Updated today
Kucell
AI & Automation Listed

branch-namespace

当多个 clone 或 worktree 共享同一份 .agent 时,可选地将分支本地 plans、missions、handoffs 和 incidents 路由到防碰撞命名空间。

1 Updated today
Kucell
Data & Documents Listed

graphify

查询当前项目的 Graphify 知识图谱。支持 query(关键词检索)、path(两文件最短路径)、explain(节点解释)、extract(子图提取)。需要 graphify-out/graph.json 存在。

1 Updated today
Kucell
AI & Automation Listed

runtime-evidence

初始化和维护运行时验证证据文件,供 /briefing、/ship 和 validation-contract 判断验证状态。

1 Updated today
Kucell
AI & Automation Listed

runtime-state-integration

判定功能属于有状态或可豁免,创建并检查七部分运行态集成契约,并汇总验证缺口。用于架构、规划、Mission、实现评审或交付包含生命周期、持久化、副作用、恢复、查询界面或持久证据的功能。

1 Updated today
Kucell
AI & Automation Listed

agent-review-benchmark

Generate evidence-linked Guided Review artifacts and deterministic local Agent benchmark summaries. Use when reviewing Agent-produced diffs by intent, recording structured follow-ups, comparing multiple Agent/model/configuration runs against versioned repository assertions, or preparing reproducible review and benchmark evidence for /ship or Mission validation.

1 Updated today
Kucell
AI & Automation Listed

changelog-generator

从 Git 提交记录自动生成用户友好的 CHANGELOG,按 Conventional Commits 分类归组,支持版本号推断。由 documenter 在 /ship 流程中调用。

1 Updated today
Kucell
AI & Automation Listed

cleanup-debug

清理 .agent/debug 下的临时调试产物(截图、日志等),可按保留天数与类型筛选;可选清理本机 Playwright MCP 缓存目录。

1 Updated today
Kucell
Data & Documents Listed

doc-gardening

基于 knowledge-health.json 生成文档整理建议,输出 doc-gardening-report.json,帮助团队持续做低风险知识维护。

1 Updated today
Kucell
AI & Automation Listed

experience-recall

检索与当前任务相关的历史经验教训,避免重复犯错。基于标签、关键词和文件路径的混合匹配,返回 Top-K 相关经验及防复发检查项。

1 Updated today
Kucell
AI & Automation Listed

github-repo-research

使用 DeepWiki 快速建立公开 GitHub 仓库的代码地图,再用仓库当前的一手源码核验关键结论。适用于架构调研、陌生仓库分析、依赖评估、实现对比,以及用户提供 GitHub 或 DeepWiki 项目链接的场景。

1 Updated today
Kucell
AI & Automation Listed

knowledge-lint

对仓库知识结构做确定性检查,发现断链、缺 README、计划生命周期异常和架构文档引用失配,并输出 knowledge-health.json。

1 Updated today
Kucell
AI & Automation Listed

runtime-state-mcp

通过可选、只读的 MCP stdio adapter 暴露 Cortex Agent 运行态投影。当本地 MCP 客户端需要读取与 CLI、Dashboard 相同的 Management API 状态,且不能直接解析 .agent 状态时使用。

1 Updated today
Kucell
AI & Automation Listed

security-scan

对代码变更进行安全扫描,覆盖依赖漏洞、危险 API 使用、供应链风险和常见安全反模式。由 code-reviewer 在 /code-review 和 /ship 流程中自动调用。

1 Updated today
Kucell
AI & Automation Listed

superpowers

20+ 个经实战验证的工程技巧,覆盖 TDD 工作流、调试策略、Git 操作和代码审查模式。由 implementer 在复杂任务中按需调用。

1 Updated today
Kucell
Data & Documents Listed

weekly-report

Automatically generates weekly reports based on Git commit records and supports global/local storage management.

1 Updated today
Kucell
AI & Automation Listed

activity-recording

Validate and atomically store immutable project activity events and receipts, then rebuild the derived activity index.

1 Updated today
Kucell
AI & Automation Listed

dashboard-supervisor

Manual and opt-in supervisor for the Cortex Agent Dashboard. Default disabled; `auto enable` makes the supervisor opt into lifecycle management.

1 Updated today
Kucell
AI & Automation Listed

agent-visibility

管理 .agent 目录在 Git 中的可见性,解决插件菜单识别与版本控制之间的冲突。

1 Updated today
Kucell
AI & Automation Listed

code-evaluation

对代码实现方案进行质量、可靠性和性能的结构化评估。在分析复杂变更、重构或引入重型依赖时自动调用。

1 Updated today
Kucell
AI & Automation Listed

sync-global

将全局 ~/.agent 下的工作流和技能一键同步(Link)到当前项目。

1 Updated today
Kucell

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.