Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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