Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

pi-engram-extensions

pi-engram-extensions에는 vincents-ai에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 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