Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

pi-engram-extensions

pi-engram-extensions 收录了来自 vincents-ai 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
1
更新
2026-04-11
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

engram-adr
软件开发工程师

Document architectural decisions as engraph ADRs. Store context, options considered, rationale, and consequences for queryable decision history.

2026-04-11
engram-commit-convention
软件开发工程师

Every commit must reference a valid engram task UUID. Covers format, validation, and why --no-verify is prohibited.

2026-04-11
engram-orchestrator
软件开发工程师

Orchestrator agent loop. Coordinates work across subagents using engram as shared state. Search before acting, dispatch by UUID, validate before finishing.

2026-04-11
engram-plan-feature
项目管理专家

Plan feature implementation by creating an engram task hierarchy. Not a markdown plan — a queryable task tree any agent can retrieve.

2026-04-11
engram-session-end
软件开发工程师

Universal session end protocol. Run at the end of every agent session — closes open tasks, generates a handoff summary, syncs to remote, and validates state.

2026-04-11
engram-session-start
软件开发工程师

Universal session start protocol. Run at the beginning of every agent session — syncs from remote, opens a session, loads prior context, and surfaces the next action.

2026-04-11
engram-subagent-register
软件开发工程师

Subagent registration protocol. Use when assigned a task UUID by an orchestrator — claim the task, pull context from engram, store all findings, and report results back.

2026-04-11
engram-systematic-debugging
软件开发工程师

Systematic debugging with engram evidence trails. Store investigation as reasoning chains — queryable and reviewable by future agents.

2026-04-11
engram-tdd
软件质量保证分析师与测试员

Test-driven development with engram validation checkpoints. Write test first, watch it fail, write minimal code, store evidence at each phase.

2026-04-11
engram-use-memory
软件开发工程师

Use engram as persistent memory for all work. Covers the per-turn write rule — every bash, edit, or write call must be followed by engram_context_create or engram_reasoning_create in the same turn. Load this skill whenever the engram-write-first warning appears or when starting any task that produces findings.

2026-04-11
engram-workflow
项目管理专家

Use engram workflows (state machines) to track structured processes — feature development, bug fixes, incidents, releases, ADRs, research spikes, and custom flows.

2026-04-11
setup-model-failover
软件开发工程师

Configure or reconfigure .pi/failover.json and .pi/model-routing.json for the model-failover extension. Checks which AI providers are currently configured in pi (OAuth tokens and API key env vars), cross-references the existing failover list, asks the user to confirm which subscriptions are still active, then updates the configs to reflect available models with correct priority ordering. Use this when setting up a new machine, after a subscription change, or to audit the current failover configuration.

2026-04-11
setup-pi-engram-extensions
软件开发工程师

Full workspace bootstrap for the pi-engram-extensions package. Checks prerequisites (pi, node, engram CLI), verifies the package is installed and extensions are loading, then runs the model-failover setup to configure failover.json and model-routing.json. Use this when installing on a new machine, after a subscription change, or when handing off to a new agent or developer.

2026-04-11
install-engram
软件开发工程师

Install the engram CLI binary and bootstrap a project workspace. Covers all platforms (Linux, macOS, Windows, NixOS) via the one-line installer, direct binary download, nix, or cargo. Also runs the post-install bootstrap sequence (workspace init, agent registration, skills install, commit hook). Use when engram is missing, needs upgrading, or a new project needs initialising.

2026-04-11